-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Milestone
@per1234
Description
Using Arduino IDE 1.8.7 Hourly Build 2018年09月12日 02:23 / Arduino IDE 1.8.7 on Raspberry Pi 3 B+, Raspbian Stretch
Starting the IDE fails with this error:
pi@raspberrypi:~/ArduinoIDE/arduino-nightly $ bash arduino
Picked up JAVA_TOOL_OPTIONS:
java.lang.UnsatisfiedLinkError: /home/pi/ArduinoIDE/arduino-nightly/lib/liblistSerialsj.so: /home/pi/ArduinoIDE/arduino-nightly/lib/liblistSerialsj.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1086)
at processing.app.Platform.loadLib(Platform.java:162)
at processing.app.Platform.<clinit>(Platform.java:157)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at processing.app.BaseNoGui.initPlatform(BaseNoGui.java:515)
at processing.app.Base.<init>(Base.java:200)
at processing.app.Base.main(Base.java:145)
/home/pi/ArduinoIDE/arduino-nightly/lib/liblistSerialsj.so: /home/pi/ArduinoIDE/arduino-nightly/lib/liblistSerialsj.so: cannot open shared object file: No such file or directory
Cannot load native library /home/pi/ArduinoIDE/arduino-nightly/lib/liblistSerialsj.so
The program has terminated!
The problem goes away after replacing ~/ArduinoIDE/arduino-nightly/lib/liblistSerialsj.so with the one from Arduino IDE 1.8.6 (liblistSerials 1.4.0).
Originally reported at:
http://forum.arduino.cc/index.php?topic=568797