We used the Makefile with the Arduino IDE version 1.0.5 until now and wanted to update to the newest version 1.8.19 now.
Following Error message appears after trying with command 'make':
pi@raspberrypi:~/www/pglu-compile/arduino/sketches/arduino_62 $ make
Arduino.mk Configuration:
[AUTODETECTED] CURRENT_OS = LINUX
[USER] ARDUINO_DIR = /usr/share/arduino
[AUTODETECTED] PYTHON_CMD = /usr/bin/python3
[COMPUTED] ARDMK_DIR = /home/pi/www/pglu-compile/arduino/Arduino-Makefile (relative to Common.mk)
mkdir -p build-nano328
make: *** No rule to make target '/usr/share/arduino/hardware/arduino//cores/arduino/Arduino.h', needed by 'build-nano328/arduino_62.ino.o'. Stop.
OS: Raspbian Stretch lite
We used the Makefile with the Arduino IDE version 1.0.5 until now and wanted to update to the newest version 1.8.19 now. Following Error message appears after trying with command 'make':
pi@raspberrypi:~/www/pglu-compile/arduino/sketches/arduino_62 $ make
Arduino.mk Configuration:
[COMPUTED] CC_VERSION = (avr-gcc)
mkdir -p build-nano328 make: *** No rule to make target '/usr/share/arduino/hardware/arduino//cores/arduino/Arduino.h', needed by 'build-nano328/arduino_62.ino.o'. Stop.