Closed
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
Setting the line to compiler.optimization_flags={build.flags.optimize}
fixes the issue.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done