We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am looking at streamlining our build process, and would like to use a gcc toolchain instead of the toolchain that is built into the SDK.
It appears that the SDK toolchain is gnu based, but are there any customizations that would prevent me from simply using the equivalent gcc toolchain?
Sorry for the lack of detail - I'm actually referring to the Vitis dev environment, specifically 2025.1I have found the information on the AMD site (https://docs.amd.com/r/en-US/ug1742-vitis-release-notes/Vitis-Release-Notes).
I'm not sure if this is something I can answer... best to contact AMD directly or on their community forum:
https://adaptivesupport.amd.com/
Arm does have a standalone GNU toolchain available:
https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchainhttps://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
From a cursory glance at the release notes, I note that for gcc 13.3, glibc is version 2.38 in the Arm package, but 2.39 in the AMD package.