Jump to content
43oh

Energia GUI not working


Recommended Posts

Hello all

 

I'm new to energia but not arduino. When I launch energia all seems well a pop up asks where to put sketches. I enter a folder location and hit ok. Then nothing! a short search through system monitor under running processes, turns up energia! but no gui is visable on the desktop. Can anyone help me out here? My arduino gui works fine.

 

P.S. I'm using Xubuntu 12.04 64bit

 

P.S I'm using energia 0008

Thanks

Submicro

Link to post
Share on other sites

Well I decided to boot up an old version of regular old Ubuntu 10.04 lucid. Now I get the gui but I get this error

 

"/home/submicro/energia-0101E0008/hardware/tools/msp430/bin/../libexec/gcc/msp430/4.6.3/cc1plus: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory"

 

I don't care which Ubuntu I boot to just want energia!

Link to post
Share on other sites

Thanks for the tip

 

I think I found the problem here is the error I get.

 

"java.lang.UnsatisfiedLinkError: /home/submicro/energia-0101E0008/lib/librxtxSerial.so: /home/submicro/energia-0101E0008/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/submicro/energia-0101E0008/lib/librxtxSerial.so: /home/submicro/energia-0101E0008/lib/librxtxSerial.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)"

 

However I have no idea how to correct it!

 

Submicro

 

I may just have to install Ubuntu 11.04

Link to post
Share on other sites

Thank you very much that got the GUI working. However there is still an error when I try to compile code. here is the error.

 

"/home/submicro/Downloads/energia-0101E0008/hardware/tools/msp430/bin/../libexec/gcc/msp430/4.6.3/cc1plus: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory"

 

This is really frustrating, makes me wonder if it's ever going to work right!

Link to post
Share on other sites

ok I think I figured it out, sort of! I need to use the "export LD_LIBRARY_PATH=" command to point to the location of libmpc.so.2

which is /usr/lib/x86_64-linux-gnu/libmpc.so.2

 

My problem is how to implement the command? would I just type export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/libmpc.so.2 ???

 

P.S. I tried the previous post's suggestion, it didn't work.

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...