cptmonac 0 Posted May 31, 2012 Share Posted May 31, 2012 Hello, I have been unable to find the method to install energia on a linux machine. Could you kindly explain the steps required? Thanks for your time. Quote Link to post Share on other sites
Rickta59 589 Posted May 31, 2012 Share Posted May 31, 2012 Right now there isn't a binary version of the linux Energia. You will have to checkout the latest code and use 'ant' to build and run it. You need the following prerequisite software: msp430-gcc 4.5.3 or abovemspdebug (the latest version would probably be best )java compilerant once you have checked out the git source or downloaded a zip and unpacked it, in a terminal window type: $ cd Energia/build $ ant clean build run If all goes well, it should compile the java Energia code, and then start running the IDE. -rick bluehash, energia, cptmonac and 1 other 4 Quote Link to post Share on other sites
Mongo 0 Posted December 9, 2012 Share Posted December 9, 2012 Ok, I have built this on Mint 12. I run ant clan build run and it gives me an ide. I can compile software. Now, how do I run the IDE again? Is there a Binary hiding somewhere? Quote Link to post Share on other sites
energia 484 Posted December 10, 2012 Share Posted December 10, 2012 Binaries are here: http://energia.nu/download/ Quote Link to post Share on other sites
Mongo 0 Posted December 10, 2012 Share Posted December 10, 2012 Thank you. However, as I posted in another thread I cannot get the binaries to work. I keep running into Java issues. I've got this working. do I need to run 'ant run' now everytime I want to use this? Further, I cannot get the damned cdcacm drivers to work. Quote Link to post Share on other sites
energia 484 Posted December 10, 2012 Share Posted December 10, 2012 If I understand correctly then you are able to run from source using ant run? This thread might help with your cdcacm driver: http://forum.43oh.com/topic/3008-energia-slow-to-start-with-ti-launchpad-connected-ubuntu-1204/ Quote Link to post Share on other sites
Mongo 0 Posted December 10, 2012 Share Posted December 10, 2012 Yes. Via the command 'ant run' (in the energia/build directory) I can get the IDE to load and I can compile software via the 'verify' button. I'll read the thread about the cdcacm driver you've linked. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.