Hi; when uploading the "blink" sketch to an Arduino MKR WiFi 1010, I got the following error:
"Executing commend: exec: not started"
Compilation went fine, I guess; but last command issued to my Windows 10 machine gives an error due to the fact -I think- that the folder name isn't escaped: note the "C:/Users/Alessandro LastName/AppData/..." at te beginning of the path, compared to "C:/Users/ALESSA~1/AppData/..." in the last part.
Moreover, even if I try to execute the command within a shell, another error occurs given that the path does not exists: in fact under C:/Users/ALESSA~1/.arduino-create/arduino/bossac/ I found the "1.7.0" folder (the correct one) and the "1.7.0-arduino3" file (which causes the path mess in the issued command).
Summarising: if I translate the issued command
C:/Users/Alessandro LastName/.arduino-create/arduino/bossac/1.7.0-arduino3/bossac.exe -i -d --port=COM14 -U true -i -e -w -v C:/Users/ALESSA~1/AppData/Local/Temp/arduino-create-agent897223482/Blink_copy.bin -R
to
C:/Users/ALESSA~1/.arduino-create/arduino/bossac/1.7.0/bossac.exe -i -d --port=COM14 -U true -i -e -w -v C:/Users/ALESSA~1/AppData/Local/Temp/arduino-create-agent742443738/Blink_copy.bin -R
the compiled sketch is loaded.
Many thanks in advance,
Alessandro.
== log transcription ==
/home/builder/opt/arduino-builder/arduino-builder -compile -core-api-version 10611 -hardware /home/builder/opt/arduino-builder/hardware -hardware /home/builder/.arduino15/packages -tools /home/builder/opt/arduino-builder/tools -tools /home/builder/.arduino15/packages -built-in-libraries /home/builder/opt/libraries/latest -logger humantags -fqbn arduino:samd:mkrwifi1010 -build-cache /tmp -build-path /tmp/260665628/build -verbose -prefs runtime.tools.arm-none-eabi-gcc.path=/home/builder/.arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4 -prefs runtime.tools.sketchUploader.path=/home/builder/.arduino15/packages/Intel/tools/sketchUploader/1.6.2+1.0 -prefs runtime.tools.arc-elf32.path=/home/builder/.arduino15/packages/Intel/tools/arc-elf32/1.6.9+1.0.1 -prefs runtime.tools.dfu-util.path=/home/builder/.arduino15/packages/arduino/tools/dfu-util/0.9.0-arduino1 -prefs runtime.tools.linuxuploader.path=/home/builder/.arduino15/packages/arduino/tools/linuxuploader/1.5.1 -prefs runtime.tools.arm-linux-gcc.path=/home/builder/.arduino15/packages/arduino/tools/arm-linux-gcc/4.9.3 -prefs runtime.tools.i586-poky-linux-uclibc.path=/home/builder/.arduino15/packages/Intel/tools/i586-poky-linux-uclibc/1.6.2+1.0 -prefs runtime.tools.openocd.path=/home/builder/.arduino15/packages/arduino/tools/openocd/0.10.0-arduino7 -prefs runtime.tools.arduino101load.path=/home/builder/.arduino15/packages/Intel/tools/arduino101load/2.0.1 -prefs runtime.tools.core2-32-poky-linux.path=/home/builder/.arduino15/packages/Intel/tools/core2-32-poky-linux/1.6.2+1.0 -prefs runtime.tools.CMSIS-Atmel.path=/home/builder/.arduino15/packages/arduino/tools/CMSIS-Atmel/1.2.0 -prefs runtime.tools.flashpack.path=/home/builder/.arduino15/packages/Intel/tools/flashpack/2.0.0 -prefs runtime.tools.bossac.path=/home/builder/.arduino15/packages/arduino/tools/bossac/1.7.0-arduino3 -prefs runtime.tools.arduinoOTA.path=/home/builder/.arduino15/packages/arduino/tools/arduinoOTA/1.2.1 -prefs runtime.tools.avr-gcc.path=/home/builder/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5 -prefs runtime.tools.x86-linux-gcc.path=/home/builder/.arduino15/packages/arduino/tools/x86-linux-gcc/7.2.0 -prefs runtime.tools.nrf5x-cl-tools.path=/home/builder/.arduino15/packages/arduino/tools/nrf5x-cl-tools/9.3.1 -prefs runtime.tools.CMSIS.path=/home/builder/.arduino15/packages/arduino/tools/CMSIS/4.5.0 -prefs runtime.tools.avrdude.path=/home/builder/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino8 -libraries /tmp/260665628/custom -libraries /tmp/260665628/pinned /tmp/260665628/Blink_copy
Sketch uses 12184 bytes (4%) of program storage space. Maximum is 262144 bytes.
Programming with: Serial
Restarting in bootloader mode
Get port list before reset
[COM14]
Touching port COM14 at 1200bps
Set DTR off
Flashing with command:C:/Users/Alessandro LastName/.arduino-create/arduino/bossac/1.7.0-arduino3/bossac.exe -i -d --port=COM14 -U true -i -e -w -v C:/Users/ALESSA~1/AppData/Local/Temp/arduino-create-agent897223482/Blink_copy.bin -R