no1wudi edited a comment on pull request #5637: URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056055658
> @no1wudi but the build fails for `giant-board`. Could you please examine that case as well? It also passed on my local machine with latest PR but failed on CI, and I noticed that all of these boards don't have `-mfloat-abi=hard` in their Make.defs (in final CFLAGS/CXXFLAGS) before this PR. Without thsi flag, I get: ``` arm-none-eabi-gcc -mcpu=cortex-a8 -mfpu=vfpv3-d16 --print-libgcc-file-name /usr/lib/gcc/arm-none-eabi/10.3.1/thumb/v7-a/nofp/libgcc.a ``` Seems FPU is not readlly enabled on Cortex A. -- 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]
