a-lunev opened a new pull request, #9641:
URL: https://github.com/apache/nuttx/pull/9641

   ## Summary
   
   CONFIG_ARM_TOOLCHAIN_GNU_EABI build got broken when -mthumb option was moved 
from ARCHCPUFLAGS to ARCHOPTIMIZATION variable:
   
   arm-none-eabi-ld: error: .../build/nuttx/nuttx uses VFP register arguments, 
/usr/lib/gcc/arm-none-eabi/5.4.1/libgcc.a(_fixunsdfdi.o) does not
   arm-none-eabi-ld: failed to merge target specific data of file 
/usr/lib/gcc/arm-none-eabi/5.4.1/libgcc.a(_fixunsdfdi.o)
   arm-none-eabi-ld: error: .../build/nuttx/nuttx uses VFP register arguments, 
/usr/lib/gcc/arm-none-eabi/5.4.1/libgcc.a(_udivmoddi4.o) does not
   arm-none-eabi-ld: failed to merge target specific data of file 
/usr/lib/gcc/arm-none-eabi/5.4.1/libgcc.a(_udivmoddi4.o)
   
   Related to #7097.
   
   ## Impact
   
   arch/arm
   
   ## Testing
   
   ./tools/configure.sh -l nucleo-h743zi:nsh


-- 
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