-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bug 🐛Something isn't workingSomething isn't working
Milestone
Description
The error is
arm-none-eabi-g++: warning: {compiler.optimization_flags}: linker input file unused because linking not done
arm-none-eabi-g++: error: {compiler.optimization_flags}: linker input file not found: No such file or directory
The issue comes from the platform file.
Arduino_Core_STM32/platform.txt
Line 22 in 2c45eba
compiler.optimization_flags={compiler.optimization_flags} |
Setting the line to compiler.optimization_flags={build.flags.optimize}
fixes the issue.
hacksterous
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't working
Type
Projects
Status
Done