Hi all, does anyone know how to configure gcc to build with "__atomic_compare_exchange_n" support for i386 target?
WeiY Best Regards 在 2013-8-6,下午11:37,Jonathan Wakely <jwakely....@gmail.com> 写道: > On 6 August 2013 16:30, Deng Hengyi wrote: >> Hi Jonathan, >> >> Thank you for your reply. >> And about the error i encounter, do you have any advice? maybe it is caused >> by my toolchain not install rightly? >> In the standard pc686 architecture(not cross compile on RTEMS) will it >> encounter the similar error? > > I don't know anything about the RTEMS port. You might need to build > and link to libatomic, but I don't know.