You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arm-none-eabi-gcc: warning: nc: linker input file unused because linking not done
arm-none-eabi-gcc: error: nc: linker input file not found: No such file or directory
make[4]: *** [makefiles/common.mk:535: build/sx1262/trace/ralf_sx126x.o] Error 1
make[4]: *** Waiting for unfinished jobs....
It would be better to have an empty value instead of nc
If other user have the same problem, compile w/o having to change the option.mk file with make ... MCU_FLAG= but the best is to set the righ mcu flags according to your target MCU.
If the purpose is to force user to setup MCU FLAGS, better replace nc by please provide MCU FLAGS in options.mk
The text was updated successfully, but these errors were encountered:
The MCU_FLAG default
Is source of compilation error
It would be better to have an empty value instead of
nc
If other user have the same problem, compile w/o having to change the option.mk file with
make ... MCU_FLAG=
but the best is to set the righ mcu flags according to your target MCU.If the purpose is to force user to setup MCU FLAGS, better replace
nc
byplease provide MCU FLAGS in options.mk
The text was updated successfully, but these errors were encountered: