INAV 8.0.0 RC1 Issue that Pops up on Target (gcc-arm-none-eabi 11.2.1 "is not implemented and will always fail") #10502
synersignart
started this conversation in
General
Replies: 3 comments 4 replies
-
Try using WSL instead of MSYS. I don't think anyone is activelly using MSYS these days. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The error is harmless. Linker optimisation will ignore the unneeded symbols. When INAV installs a compiler, the install process removes the unwanted symbol section to avoid upsetting users with spurious warnings. |
Beta Was this translation helpful? Give feedback.
3 replies
-
If it really bothers you, can "fix" it as we do (see
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue that Pops up on Target compilation
:/Workspace/xpack/xpack-arm-none-eabi-gcc-13.2.1-1.1/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld.exe: E:/Workspace/xpack/xpack-arm-none-eabi-gcc-13.2.1-1.1/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7e-m+fp/hard\libc_nano.a(libc_a-closer.o): in function `_close_r':
closer.c:(.text._close_r+0xc): warning: _close is not implemented and will always fail
is this the correct Xpack for compilation of Target for this Version of INAV?
xpack-arm-none-eabi-gcc-13.2.1-1.1
Beta Was this translation helpful? Give feedback.
All reactions