Hi,
I have problems getting arduino 0006 to work. I followedthe manual on
http://www.arduino.cc/playground/Linux/Gentoo but it won't make it happen.
# ./run.sh
Warning: Cannot convert string "-b&h-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1" to type FontStruct
java.lang.UnsatisfiedLinkError: /root/arduino-0006/build/linux/work/lib/librxtxSerial.so: /root/arduino-0006/build/linux/work/lib/librxtxSerial.so: wrong ELF class: ELFCLASS32 thrown while loading gnu.io.RXTXCommDriver
Exception in thread "main" java.lang.UnsatisfiedLinkError: /root/arduino-0006/build/linux/work/lib/librxtxSerial.so: /root/arduino-0006/build/linux/work/lib/librxtxSerial.so: wrong ELF class: ELFCLASS32
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:83)
at processing.app.Editor.populateSerialMenu(Editor.java:836)
at processing.app.Editor.buildToolsMenu(Editor.java:730)
at processing.app.Editor.<init>(Editor.java:174)
at processing.app.Base.<init>(Base.java:202)
at processing.app.Base.main(Base.java:177)
Help is very much apreciated!
Thanks, bart