
submicro
-
Content Count
7 -
Joined
-
Last visited
Posts posted by submicro
-
-
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.
-
Anybody got any ideas?
-
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!
-
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
-
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!
-
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
Linux problem
in Energia - MSP
Posted
Hello
I'm having the same problem. I've tried the above solutions, but I still get the same error message as in your first post.
I may have done the script incorrectly. Where should I put it when executing it?