Set the linker miscellaneous settings
Option | Description |
---|---|
Other linker flags | Enter other linker flags |
Use newlib-nano (--specs=nano.specs) | Use newlib-nano instead of standard Lib C. |
Do not use syscalls (--specs=nosys.specs) | Do not use syscalls. |
Use float with nano printf (-u _printf_float) | Use float with nano printf. |
Use float with nano scanf (-u _scanf_float) | Use float with nano scanf. |
Linker flags (-Xlinker [option]) | Pass option as an option to the linker. |
Other objects | Enter other external objects to link |
Verbose (-v) | Enable linker verbose message |