Hi @me-no-dev. Is this project still known to work with recent arduino IDEs?
I never used it until now, so I don't know if I got anything wrong.
Also, my rPi does not show up in ports, but I'm not sure what the debugging steps, are.
sshd is listening on port 22 over wifi, I can ssh in, but the instructions say to
install an avahi service also running on tcp port 22, which can't be working at the same time, so I'm a bit confused how it could work.
With arduino 1.8.9, I can't get anything to upload:
:0:0: fatal error: opening dependency file /dev/null.d: Permission denied
I have /dev/null with proper permissions, but /dev/null.d does not exist.
Apparently others have seen this too:
https://forum.arduino.cc/index.php?topic=571976.0
/var/local/arduino-1.8.9/arduino-builder -dump-prefs -logger=machine -hardware /var/local/arduino-1.8.9/hardware -hardware /home/merlin/.arduino15/packages -hardware /home/merlin/Arduino/hardware -tools /var/local/arduino-1.8.9/tools-builder -tools /var/local/arduino-1.8.9/hardware/tools/avr -tools /home/merlin/.arduino15/packages -built-in-libraries /var/local/arduino-1.8.9/libraries -libraries /home/merlin/Arduino/libraries -fqbn=RaspberryPi:piduino:bplus:SerialDestination=enabled,GDBDebug=disabled -vid-pid=10C4_EA60 -ide-version=10809 -build-path /tmp/arduino_build_844378 -warnings=all -build-cache /tmp/arduino_cache_573087 -prefs=build.warn_data_percentage=75 -verbose /home/merlin/Arduino/hardware/RaspberryPi/piduino/libraries/Bridge/examples/TimeCheck/TimeCheck.ino
/var/local/arduino-1.8.9/arduino-builder -compile -logger=machine -hardware /var/local/arduino-1.8.9/hardware -hardware /home/merlin/.arduino15/packages -hardware /home/merlin/Arduino/hardware -tools /var/local/arduino-1.8.9/tools-builder -tools /var/local/arduino-1.8.9/hardware/tools/avr -tools /home/merlin/.arduino15/packages -built-in-libraries /var/local/arduino-1.8.9/libraries -libraries /home/merlin/Arduino/libraries -fqbn=RaspberryPi:piduino:bplus:SerialDestination=enabled,GDBDebug=disabled -vid-pid=10C4_EA60 -ide-version=10809 -build-path /tmp/arduino_build_844378 -warnings=all -build-cache /tmp/arduino_cache_573087 -prefs=build.warn_data_percentage=75 -verbose /home/merlin/Arduino/hardware/RaspberryPi/piduino/libraries/Bridge/examples/TimeCheck/TimeCheck.ino
Using board 'bplus' from platform in folder: /home/merlin/Arduino/hardware/RaspberryPi/piduino
Using core 'piduino' from platform in folder: /home/merlin/Arduino/hardware/RaspberryPi/piduino
/home/merlin/Arduino/hardware/RaspberryPi/piduino/tools/arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -I/home/merlin/Arduino/hardware/RaspberryPi/piduino/tools/compat/include -D_GNU_SOURCE -O3 -c -MD -pipe -w -x c++ -E -CC -w -DARDUINO=10809 -DARDUINO_RASPI -DARDUINO_ARCH_PIDUINO -DRASPI -DSERIAL_TO_CONSOLE -I/home/merlin/Arduino/hardware/RaspberryPi/piduino/cores/piduino -I/home/merlin/Arduino/hardware/RaspberryPi/piduino/variants/bplus /tmp/arduino_build_844378/sketch/TimeCheck.ino.cpp -o /dev/null
/home/merlin/Arduino/hardware/RaspberryPi/piduino/tools/arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -I/home/merlin/Arduino/hardware/RaspberryPi/piduino/tools/compat/include -D_GNU_SOURCE -O3 -c -MD -pipe -w -x c++ -E -CC -w -DARDUINO=10809 -DARDUINO_RASPI -DARDUINO_ARCH_PIDUINO -DRASPI -DSERIAL_TO_CONSOLE -I/home/merlin/Arduino/hardware/RaspberryPi/piduino/cores/piduino -I/home/merlin/Arduino/hardware/RaspberryPi/piduino/variants/bplus -I/home/merlin/Arduino/hardware/RaspberryPi/piduino/libraries/Bridge/src /tmp/arduino_build_844378/sketch/TimeCheck.ino.cpp -o /dev/null
Multiple libraries were found for "Process.h"
<built-in>:0:0: fatal error: opening dependency file /dev/null.d: Permission denied
Used: /home/merlin/Arduino/hardware/RaspberryPi/piduino/libraries/Bridge
compilation terminated.
Not used: /var/local/arduino-1.8.9/libraries/Bridge
Using library Bridge at version 1.6.0 in folder: /home/merlin/Arduino/hardware/RaspberryPi/piduino/libraries/Bridge
exit status 1
Error compiling for board RaspberryPI B+/2.
Hi @me-no-dev. Is this project still known to work with recent arduino IDEs?
I never used it until now, so I don't know if I got anything wrong.
Also, my rPi does not show up in ports, but I'm not sure what the debugging steps, are.
sshd is listening on port 22 over wifi, I can ssh in, but the instructions say to
install an avahi service also running on tcp port 22, which can't be working at the same time, so I'm a bit confused how it could work.
With arduino 1.8.9, I can't get anything to upload:
:0:0: fatal error: opening dependency file /dev/null.d: Permission denied
I have /dev/null with proper permissions, but /dev/null.d does not exist.
Apparently others have seen this too:
https://forum.arduino.cc/index.php?topic=571976.0