exec format error
christianluis opened this issue · 1 comments
christianluis commented
Hi guys,
when I try to compile, I'm getting this error:
/opt/arduino-1.8.8/arduino-builder -dump-prefs -logger=machine -hardware /opt/arduino-1.8.8/hardware -tools /opt/arduino-1.8.8/tools-builder -tools /opt/arduino-1.8.8/hardware/tools/avr -built-in-libraries /opt/arduino-1.8.8/libraries -libraries /home/pi/Arduino/libraries -fqbn=RaspberryPi:piduino:bplus:SerialDestination=disabled,GDBDebug=disabled -ide-version=10808 -build-path /tmp/arduino_build_943361 -warnings=all -build-cache /tmp/arduino_cache_491507 -prefs=build.warn_data_percentage=75 -verbose /tmp/untitled1781066479.tmp/sketch_jan18a/sketch_jan18a.ino
/opt/arduino-1.8.8/arduino-builder -compile -logger=machine -hardware /opt/arduino-1.8.8/hardware -tools /opt/arduino-1.8.8/tools-builder -tools /opt/arduino-1.8.8/hardware/tools/avr -built-in-libraries /opt/arduino-1.8.8/libraries -libraries /home/pi/Arduino/libraries -fqbn=RaspberryPi:piduino:bplus:SerialDestination=disabled,GDBDebug=disabled -ide-version=10808 -build-path /tmp/arduino_build_943361 -warnings=all -build-cache /tmp/arduino_cache_491507 -prefs=build.warn_data_percentage=75 -verbose /tmp/untitled1781066479.tmp/sketch_jan18a/sketch_jan18a.ino
Using board 'bplus' from platform in folder: /opt/arduino-1.8.8/hardware/RaspberryPi/piduino
Using core 'piduino' from platform in folder: /opt/arduino-1.8.8/hardware/RaspberryPi/piduino
Detecting libraries used...
/opt/arduino-1.8.8/hardware/RaspberryPi/piduino/tools/arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -I/opt/arduino-1.8.8/hardware/RaspberryPi/piduino/tools/compat/include -D_GNU_SOURCE -O3 -c -MD -pipe -w -x c++ -E -CC -w -DARDUINO=10808 -DARDUINO_RASPI -DARDUINO_ARCH_PIDUINO -DRASPI -I/opt/arduino-1.8.8/hardware/RaspberryPi/piduino/cores/piduino -I/opt/arduino-1.8.8/hardware/RaspberryPi/piduino/variants/bplus /tmp/arduino_build_943361/sketch/sketch_jan18a.ino.cpp -o /dev/null
fork/exec /opt/arduino-1.8.8/hardware/RaspberryPi/piduino/tools/arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++: exec format error
Fehler beim Kompilieren für das Board RaspberryPI B+/2.
I don't get whats wrong. Can someone help?
Many thanks
Christian
Barabba11 commented
as you see nobody is developing more this project, I think they realized too many issues, eamulating is not operate with real hardware.
Personally I had an ambitious project programming and managing different I2C devices with Raspberry for smart home system, programming it quickly with Arduino language, but in the end I moved to Node Red and learned JavaScript. Was faster than try to solving issues or asking help (who?)