Jump to content
43oh

Recommended Posts

Just downloaded the latest binary (/energia-0101E0009), and tried to run energia. After I set the working directory, the following error comes up and there is no GUI. What is wrong???

 

 

 

java.lang.UnsatisfiedLinkError: /home/ad/Desktop/energia-0101E0009/lib/librxtxSerial.so: /home/ad/Desktop/energia-0101E0009/lib/librxtxSerial.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch) thrown while loading gnu.io.RXTXCommDriver
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/ad/Desktop/energia-0101E0009/lib/librxtxSerial.so: /home/ad/Desktop/energia-0101E0009/lib/librxtxSerial.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:83)
at processing.app.Editor.populateSerialMenu(Editor.java:967)
at processing.app.Editor.buildToolsMenu(Editor.java:695)
at processing.app.Editor.buildMenuBar(Editor.java:476)
at processing.app.Editor.<init>(Editor.java:205)
at processing.app.Base.handleOpen(Base.java:714)
at processing.app.Base.handleOpen(Base.java:679)
at processing.app.Base.handleNew(Base.java:575)
at processing.app.Base.<init>(Base.java:315)
at processing.app.Base.main(Base.java:199)
 
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...