You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pglu
changed the title
Errors on Error when used with Arduino IDE 1.8.19
Error when used with Arduino IDE 1.8.19
Apr 10, 2022
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:
/bin/sh: 1: /usr/share/arduino/hardware/tools/avr/bin/avr-gcc: Exec format error
expr: syntax error
/bin/sh: 1: /usr/share/arduino/hardware/tools/avr/bin/avr-gcc: Exec format error
expr: syntax error
/bin/sh: 1: /usr/share/arduino/hardware/tools/avr/bin/avr-gcc: Exec format error
expr: syntax error
/bin/sh: 1: /usr/share/arduino/hardware/tools/avr/bin/avr-gcc: Exec format error
expr: syntax error
/usr/share/arduino/hardware/tools/avr/bin/avr-size: 1: /usr/share/arduino/hardware/tools/avr/bin/avr-size:ELF4▒: not found
/usr/share/arduino/hardware/tools/avr/bin/avr-size: 3: /usr/share/arduino/hardware/tools/avr/bin/avr-size: Syntax error: "(" unexpected
/usr/share/arduino/hardware/tools/avr/bin/avr-gcc: 1: /usr/share/arduino/hardware/tools/avr/bin/avr-gcc: Syntax error: word unexpected (expecting ")")
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.
The text was updated successfully, but these errors were encountered: