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.
Hi,
I am trying to compile a simple test C code which calls a cde function __arm_cx1a.
And always encountered with a ld error: undefined reference to '__builtin_arm_cx1asi'
The version of arm-none-eabi-gcc i am using is 10.2.1(GNU Arm Embedded Toolchain 10-2020-q4-major)
The command is
arm-none-eabi-gcc -mcpu=cortex-m33 test.c -D__ARM_FEATURE_CDE --specs=nosys.specs -mthumb
Anyone know how to work this out?
Thanks.