Open alcir opened 7 years ago
I encountered the same problem.
as a temporary solution, open:
/home/[your username]/.arduino15/packages/digistump/hardware/avr/1.6.7/platform.txt
and edit it:
compiler.path=/usr/bin/
archive_file_path=/home/[your username]/[some path]/archive_file
Given https://forum.arduino.cc/index.php?topic=358313.0 Perhaps a better solution is to add a preference.txt entry with literally:
archive_file_path={build.path}/{archive_file}
Arduino: 1.6.4 (Linux), Board: "Digispark (Default - 16.5mhz)"
In
.arduino15/packages/digistump/hardware/avr/1.6.7/platform.txt
I've changedcompiler.path
to/usr/bin/
, but now I getWhere
archive_file_path
is defined?