Hello,
I'd like to ask for some advice on an issue with the create.arduino.cc/editor platform. I'm trying to verify a trivial sketch which works with typical Arduino platforms but with LilyPad Arduino produces the following:
Using board 'lilypad' from platform in folder: /opt/cores/arduino/avr
Using core 'arduino' from platform in folder: /opt/cores/arduino/avr
Detecting libraries used...
"/opt/tools/avr-gcc/4.9.2-atmel3.5.3-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu= -DF_CPU=8000000L -DARDUINO=10608 -DARDUINO_AVR_LILYPAD -DARDUINO_ARCH_AVR "-I/opt/cores/arduino/avr/cores/arduino" "-I/opt/cores/arduino/avr/variants/standard" "/tmp/tmp/webide_tmp320198/sketch_sep28a/sketch/sketch_sep28a.ino.cpp" -o "/dev/null"
"/opt/tools/avr-gcc/4.9.2-atmel3.5.3-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu= -DF_CPU=8000000L -DARDUINO=10608 -DARDUINO_AVR_LILYPAD -DARDUINO_ARCH_AVR "-I/opt/cores/arduino/avr/cores/arduino" "-I/opt/cores/arduino/avr/variants/standard" "/tmp/tmp/webide_tmp320198/sketch_sep28a/sketch/sketch_sep28a.ino.cpp" -o "/dev/null"
Generating function prototypes...
"/opt/tools/avr-gcc/4.9.2-atmel3.5.3-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu= -DF_CPU=8000000L -DARDUINO=10608 -DARDUINO_AVR_LILYPAD -DARDUINO_ARCH_AVR "-I/opt/cores/arduino/avr/cores/arduino" "-I/opt/cores/arduino/avr/variants/standard" "/tmp/tmp/webide_tmp320198/sketch_sep28a/sketch/sketch_sep28a.ino.cpp" -o "/tmp/tmp/webide_tmp320198/sketch_sep28a/preproc/ctags_target_for_gcc_minus_e.cpp"
avr-g++: error: missing device or architecture after '-mmcu='
Not sure why/how/where I'd modify or correct the instance where mmcu
is used in these commands. Is this a broken configuration for Lilypad?