Re: [yocto] Yocto Xilinx Failing GCC with _GNU_SOURCE

2024-11-04 Thread Khem Raj
you have TARGET_CFLAGS:append = " -D_GNU_SOURCE" in config metadata, that may not be best place to do it because packages detect it and enable it themselves. On Mon, Nov 4, 2024 at 11:44 AM jesse_borders via lists.yoctoproject.org wrote: > > First sorry I am new and not sure how to reply to a mes

Re: [yocto] Yocto Xilinx Failing GCC with _GNU_SOURCE

2024-11-04 Thread jesse_borders via lists.yoctoproject.org
First sorry I am new and not sure how to reply to a message.  Original message is here: https://lists.yoctoproject.org/g/yocto/message/64208 Peter Marko pointed out I was on an unsupported branch.  So I spun up a new 22.04 Ubuntu to build on.  I am still seeing the same _GNU_SOURCE redefined er

Re: [yocto] Yocto Xilinx Failing GCC with _GNU_SOURCE

2024-11-04 Thread Peter Marko via lists.yoctoproject.org
the newest LTS branch). Peter From: yocto@lists.yoctoproject.org On Behalf Of jesse_borders via lists.yoctoproject.org Sent: Friday, November 1, 2024 17:57 To: yocto@lists.yoctoproject.org Subject: [yocto] Yocto Xilinx Failing GCC with _GNU_SOURCE This is my first post so please let me know if

[yocto] Yocto Xilinx Failing GCC with _GNU_SOURCE

2024-11-04 Thread jesse_borders via lists.yoctoproject.org
This is my first post so please let me know if I am giving enough information to answer my question.  This is also my first yocto build so I am a NOOB here and any help would be greatly apricated. I am running ` bitbake gcc-runtime` to build gcc which keep failing with the redefinition error be