Good afternoon,
It's my first time posting here so hopefully in the right place.
This morning I logged in to Arduino Create Online IDE and it was having a connection error (don't recall the exact message). My Arduino (Genuino) Uno was shown as connected so I made a sketch but couldn't upload it, got this error first:
Error reading file: open /tmp/813518644/custom/TimerOne/library.properties: permission denied
Logged out of Arduino Create, restarted my laptop (MacBook Pro end 2013) and logged in again. Now when trying to Verify and Upload even a basic Example project (BareMinimum) I get this error below. Tried to remove and re-add the TimerOne library from the online IDE but that doesn't help either. Still get below error:
./opt/arduino-builder/arduino-builder -compile -core-api-version 10611 -hardware opt/arduino-builder/hardware -hardware ./opt/cores -tools opt/arduino-builder/tools -tools ./opt/tools -built-in-libraries opt/libraries/latest -logger humantags -fqbn arduino:avr:uno -build-cache /tmp -build-path /tmp/384880688/build -verbose -prefs runtime.tools.avr-gcc.path=./opt/tools/avr-gcc/5.4.0-atmel3.6.1-arduino2 -prefs runtime.tools.avrdude.path=./opt/tools/avrdude/6.3.0-arduino14 -prefs runtime.tools.arduinoOTA.path=./opt/tools/arduinoOTA/1.2.1 -libraries /tmp/384880688/custom -libraries /tmp/384880688/pinned /tmp/384880688/BareMinimum
Linking everything together...
/tmp/384880688/build/../../core/core_arduino_avr_uno_86d814ab5ac6e08f9be464f7f3c7beb3.a: error adding symbols: Malformed archive
collect2: error: ld returned 1 exit status
exit status 1
The past week everything went fine, didn't change anything myself before logging in this morning. So I don't understand what went wrong and why suddenly I can't Verify and Upload anymore.
Can't find anything online that helps me out, does someone have an idea of what to do?
Thanks in advance for your help!