Arduino Mega elf build is not compliant with Arduino IDE command line #1147
Labels
OS: all
status: Arduino IDE incompatibility
Somethig that is not exactly the same as the arduino ide
status: fixed in 4.3.3
Arduino mega "c to elf" command should have the -relax option for big programs
However arduino IDE does not have this
To work around that (needed for marvin) Sloeber overwrites the platform.txt setting
arduino-eclipse-plugin/io.sloeber.core/config/post_processing_boards_default.txt
Lines 2 to 3 in 5140b46
However it would be better to have a compiler option "c to elf" and have the user add the -relax option if needed
The text was updated successfully, but these errors were encountered: