pkarashchenko commented on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1055339261
```
arm-none-eabi-ld: error: /github/workspace/sources/nuttx/nuttx uses VFP
register arguments,
/tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/9.2.1/libgcc.a(_udivmoddi4.o)
does not
```
Seems now we have mismatch between object files and libraries. We need to
make sure that correct `ARCHCPUFLAGS` are set in `EXTRA_LIBS += ${shell $(CC)
$(ARCHCPUFLAGS) --print-libgcc-file-name}`
--
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]