Hi, just transferred all my sketches over into create, and was excited to test it out to upload, so opened up a relatively simple sketch, it verified all fine, but uploading got this message...
./opt/arduino-builder/arduino-builder -compile -core-api-version 10611 -build-path /tmp/707847012/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/707847012/pinned -libraries /tmp/707847012/custom -fqbn arduino:avr:nano:cpu=atmega328 -build-cache /tmp -logger humantags -verbose=true /tmp/707847012/CatDoor_LeanTo_BASIC
Using board 'nano' 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=atmega328p -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-I/home/ubuntu/opt/cores/arduino/avr/cores/arduino" "-I/home/ubuntu/opt/cores/arduino/avr/variants/eightanaloginputs" "/tmp/707847012/build/sketch/CatDoor_LeanTo_BASIC.ino.cpp" -o "/dev/null"
"/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=atmega328p -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-I/home/ubuntu/opt/cores/arduino/avr/cores/arduino" "-I/home/ubuntu/opt/cores/arduino/avr/variants/eightanaloginputs" "-I/tmp/707847012/custom/Bounce2" "/tmp/707847012/build/sketch/CatDoor_LeanTo_BASIC.ino.cpp" -o "/dev/null"
"/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=atmega328p -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-I/home/ubuntu/opt/cores/arduino/avr/cores/arduino" "-I/home/ubuntu/opt/cores/arduino/avr/variants/eightanaloginputs" "-I/tmp/707847012/custom/Bounce2" "/tmp/707847012/custom/Bounce2/Bounce2.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=atmega328p -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-I/home/ubuntu/opt/cores/arduino/avr/cores/arduino" "-I/home/ubuntu/opt/cores/arduino/avr/variants/eightanaloginputs" "-I/tmp/707847012/custom/Bounce2" "/tmp/707847012/build/sketch/CatDoor_LeanTo_BASIC.ino.cpp" -o "/tmp/707847012/build/preproc/ctags_target_for_gcc_minus_e.cpp"
"/home/ubuntu/opt/arduino-builder/tools/arduino-preprocessor/0.1.5/arduino-preprocessor" "/tmp/707847012/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=atmega328p -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-I/home/ubuntu/opt/cores/arduino/avr/cores/arduino" "-I/home/ubuntu/opt/cores/arduino/avr/variants/eightanaloginputs" "-I/tmp/707847012/custom/Bounce2" "/tmp/707847012/build/sketch/CatDoor_LeanTo_BASIC.ino.cpp" -o "/tmp/707847012/build/sketch/CatDoor_LeanTo_BASIC.ino.cpp.o"
Compiling libraries...
Compiling library "Bounce2"
"/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=atmega328p -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-I/home/ubuntu/opt/cores/arduino/avr/cores/arduino" "-I/home/ubuntu/opt/cores/arduino/avr/variants/eightanaloginputs" "-I/tmp/707847012/custom/Bounce2" "/tmp/707847012/custom/Bounce2/Bounce2.cpp" -o "/tmp/707847012/build/libraries/Bounce2/Bounce2.cpp.o"
Compiling core...
Using precompiled core: /tmp/core/core_arduino_avr_nano_cpu_atmega328_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=atmega328p -o "/tmp/707847012/build/CatDoor_LeanTo_BASIC.ino.elf" "/tmp/707847012/build/sketch/CatDoor_LeanTo_BASIC.ino.cpp.o" "/tmp/707847012/build/libraries/Bounce2/Bounce2.cpp.o" "/tmp/707847012/build/../../core/core_arduino_avr_nano_cpu_atmega328_86d814ab5ac6e08f9be464f7f3c7beb3.a" "-L/tmp/707847012/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/707847012/build/CatDoor_LeanTo_BASIC.ino.elf" "/tmp/707847012/build/CatDoor_LeanTo_BASIC.ino.eep"
"/home/ubuntu/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-objcopy" -O ihex -R .eeprom "/tmp/707847012/build/CatDoor_LeanTo_BASIC.ino.elf" "/tmp/707847012/build/CatDoor_LeanTo_BASIC.ino.hex"
Multiple libraries were found for "Bounce2.h"
Used: /tmp/707847012/custom/Bounce2
Not used: /home/ubuntu/opt/libraries/latest/bounce2_2_41_0
Using library Bounce2 at version 2.2 in folder: /tmp/707847012/custom/Bounce2
"/home/ubuntu/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-size" -A "/tmp/707847012/build/CatDoor_LeanTo_BASIC.ino.elf"
Sketch uses 1654 bytes (5%) of program storage space. Maximum is 30720 bytes.
Global variables use 41 bytes (2%) of dynamic memory, leaving 2007 bytes for local variables. Maximum is 2048 bytes.
Flashing with command:C:/Users/Fusion/.arduino-create/arduino/avrdude/6.3.0-arduino9/bin/avrdude.exe -CC:/Users/Fusion/.arduino-create/arduino/avrdude/6.3.0-arduino9/etc/avrdude.conf -patmega328p -carduino -PCOM10 -b115200 -D -Uflash:w:C:/Users/Fusion/AppData/Local/Temp/arduino-create-agent803963713/CatDoor_LeanTo_BASIC.hex:i
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x13
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x13
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x13
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x13
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x13
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x13
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x13
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x13
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x13
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x13
avrdude done. Thank you.
Any ideas??