Skip to content

EXEC error #224

@BallscrewBob

Description

@BallscrewBob

I will reference the post on the forum https://forum.arduino.cc/index.php?topic=543221.0;topicseen
It does not appear to be cache related as I had cleaned up twice in seeing this error.

./opt/arduino-builder/arduino-builder -compile -core-api-version 10611 -build-path /tmp/672686874/build -hardware opt/arduino-builder/hardware -hardware ./opt/cores -tools opt/arduino-builder/tools -tools ./opt/tools -built-in-libraries opt/libraries/latest -libraries /tmp/672686874/pinned -libraries /tmp/672686874/custom -fqbn arduino:avr:yun -build-cache /tmp -logger humantags -verbose=true /tmp/672686874/exploring_slowLinks

Using board 'yun' from platform in folder: /home/ubuntu/opt/cores/arduino/avr

Using core 'arduino' from platform in folder: /home/ubuntu/opt/cores/arduino/avr

Detecting libraries used...

"/home/ubuntu/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -w -x c++ -E -CC -mmcu=atmega32u4 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_YUN -DARDUINO_ARCH_AVR -DUSB_VID=0x2341 -DUSB_PID=0x8041 '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="Arduino Yun"' "-I/home/ubuntu/opt/cores/arduino/avr/cores/arduino" "-I/home/ubuntu/opt/cores/arduino/avr/variants/yun" "/tmp/672686874/build/sketch/exploring_slowLinks.ino.cpp" -o "/dev/null"

Generating function prototypes...

"/home/ubuntu/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -w -x c++ -E -CC -mmcu=atmega32u4 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_YUN -DARDUINO_ARCH_AVR -DUSB_VID=0x2341 -DUSB_PID=0x8041 '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="Arduino Yun"' "-I/home/ubuntu/opt/cores/arduino/avr/cores/arduino" "-I/home/ubuntu/opt/cores/arduino/avr/variants/yun" "/tmp/672686874/build/sketch/exploring_slowLinks.ino.cpp" -o "/tmp/672686874/build/preproc/ctags_target_for_gcc_minus_e.cpp"

"/home/ubuntu/opt/arduino-builder/tools/arduino-preprocessor/0.1.5/arduino-preprocessor" "/tmp/672686874/build/preproc/ctags_target_for_gcc_minus_e.cpp" "" -- -std=gnu++11

Compiling sketch...

"/home/ubuntu/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega32u4 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_YUN -DARDUINO_ARCH_AVR -DUSB_VID=0x2341 -DUSB_PID=0x8041 '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="Arduino Yun"' "-I/home/ubuntu/opt/cores/arduino/avr/cores/arduino" "-I/home/ubuntu/opt/cores/arduino/avr/variants/yun" "/tmp/672686874/build/sketch/exploring_slowLinks.ino.cpp" -o "/tmp/672686874/build/sketch/exploring_slowLinks.ino.cpp.o"

Compiling libraries...

Compiling core...

Using precompiled core: /tmp/core/core_arduino_avr_yun_86d814ab5ac6e08f9be464f7f3c7beb3.a

Linking everything together...

"/home/ubuntu/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-gcc" -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega32u4 -o "/tmp/672686874/build/exploring_slowLinks.ino.elf" "/tmp/672686874/build/sketch/exploring_slowLinks.ino.cpp.o" "/tmp/672686874/build/../../core/core_arduino_avr_yun_86d814ab5ac6e08f9be464f7f3c7beb3.a" "-L/tmp/672686874/build" -lm

"/home/ubuntu/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "/tmp/672686874/build/exploring_slowLinks.ino.elf" "/tmp/672686874/build/exploring_slowLinks.ino.eep"

"/home/ubuntu/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-objcopy" -O ihex -R .eeprom "/tmp/672686874/build/exploring_slowLinks.ino.elf" "/tmp/672686874/build/exploring_slowLinks.ino.hex"

"/home/ubuntu/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-size" -A "/tmp/672686874/build/exploring_slowLinks.ino.elf"

Sketch uses 3800 bytes (13%) of program storage space. Maximum is 28672 bytes.

Global variables use 163 bytes (6%) of dynamic memory, leaving 2397 bytes for local variables. Maximum is 2560 bytes.

Restarting in bootloader mode

Get port list before reset

[COM1 COM27 COM20 COM9 COM11 COM18 COM17 COM6 COM3 COM29 COM8 COM19]

Touching port COM19 at 1200bps

Set DTR off

Flashing with command:d:/Users/Bob/.arduino-create/arduino/avrdude/6.3.0-arduino9/bin/avrdude.exe -Cd:/Users/Bob/.arduino-create/arduino/avrdude/6.3.0-arduino9/etc/avrdude.conf -patmega32u4 -cavr109 -PCOM19 -b57600 -D -Uflash:w:d:/Users/Bob/AppData/Local/Temp/arduino-create-agent530033685/exploring_slowLinks.hex:i

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions