crafcat7 commented on PR #14570: URL: https://github.com/apache/nuttx/pull/14570#issuecomment-2453006805
> Sorry @W-M-R: Could you take a look at the build for `nucleo-f072rb:nsh`, is it failing because of this PR? Thanks! > > ``` > Configuration/Tool: nucleo-f072rb/nsh,CONFIG_ARM_TOOLCHAIN_CLANG > /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld: sched/libsched.a(sem_destroy.c.obj): in function `nxsem_destroy': > sem_destroy.c:(.text.nxsem_destroy+0x24): undefined reference to `__atomic_compare_exchange_2' > ``` > > https://github.com/NuttX/nuttx/actions/runs/11632461378/job/32395707420#step:7:132 Hi, I have submitted a fix to resolve this issue https://github.com/apache/nuttx/pull/14605. The problem is that the previously removed macros are brought back, causing arch_atomic.c to fail to compile. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
