jlaitine commented on PR #16813:
URL: https://github.com/apache/nuttx/pull/16813#issuecomment-3158968640

   Right, I suppose the change in spinlock.h is not right, it doesn't compile 
for clang, which requires _Atomic.
   
   So with -nostdinc++, the built in function prototypes for c need to have 
"volatile" for GCC and they are allowed for clang. For C++ the "volatile" is 
not allowed. Brilliant.
   
   I'll make a new attempt to solve this build issue I am facing...
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to