energia 485 Posted December 17, 2013 Share Posted December 17, 2013 I am happy to announce that release 0101E0011 just went up on energia.nu. I want to thank everybody for their support and contributions. Energia would not have been possible without such an awesome community! The highlights are: Lots of bug fixes Major update to the CC3000 WiFi BoosterPackLibrary for the MSP430F5529 and TivaC/Stellaris LaunchPad Updated ARM tools to gcc-arm-embedded Initial C2000 support (thanks to Trey German for all his hard work on getting Energia ported to the C2000) CCSv6 Energia Sketch import Support for MSP-EXP430G2 LaunchPad Support for MSP-EXP430F5529LP LaunchPad Support for EK-TM4C123GXL (TivaC) LaunchPad Support for EK-LM4F120XL (Stellaris) LaunchPad Runs on Windows (XP/7/8), Mac OS X and Linux (32/64 bit) Happy Making! Robert abecedarian, Automate, xxx1 and 8 others 11 Quote Link to post Share on other sites
bluehash 1,581 Posted December 18, 2013 Share Posted December 18, 2013 Thank you to the team for all your work. http://43oh.com/2013/12/energia-ve0011-released/ Quote Link to post Share on other sites
igendel 27 Posted December 18, 2013 Share Posted December 18, 2013 My Energia suddenly said there's a new version, so I came here to see what it's all about Thanks for this continuing work! Quote Link to post Share on other sites
pjkim 22 Posted December 18, 2013 Share Posted December 18, 2013 Just downloaded the mac version. Got an error message "Energia.app is damaged and can't be opened. You should move it to the trash." Looking in the app bundle, there was no evidence of driverlib for the msp430. Quote Link to post Share on other sites
energia 485 Posted December 18, 2013 Author Share Posted December 18, 2013 What version of OS X are you on? I will pm you with a link to a zip file to try. As for driverlib, we decided to not include it as TI is working on overhauling it and the next version would break a lot of the API's. Rather than including something that we know will break in the future we decided that it is better to include a stable version that can last. If you want access to driverlib then you can use the DriverLib library attached. DriverLib.zip Quote Link to post Share on other sites
pjkim 22 Posted December 18, 2013 Share Posted December 18, 2013 @@energia I'm on 10.9, Mavericks. I'm downloading right now. Will give it a try. Edit: Tried. Same error message. I think a few more wrinkles to iron out. Quote Link to post Share on other sites
Rei Vilo 695 Posted December 18, 2013 Share Posted December 18, 2013 This is the standard error message because Energia isn't signed. Go to systems preferences, select security and allow apps from any source. Launch Energia: it will work. pjkim 1 Quote Link to post Share on other sites
Rei Vilo 695 Posted December 18, 2013 Share Posted December 18, 2013 Here's the detailed procedure I wrote for embedXcode. It is the same for Energia. bluehash 1 Quote Link to post Share on other sites
CorB 64 Posted December 18, 2013 Share Posted December 18, 2013 For those interested in the C2000 support: http://www.forum.c2kcentral.com/topic/235-c2000-energia-beta/ Thanks to all that make this possible ! cheers CorB bluehash 1 Quote Link to post Share on other sites
xxx1 35 Posted December 18, 2013 Share Posted December 18, 2013 @@energia Thanks for this excellent work!! Quote Link to post Share on other sites
energia 485 Posted December 18, 2013 Author Share Posted December 18, 2013 @@pjkim were you able to get Energia to run with @@Rei Vilo's instructions? pjkim 1 Quote Link to post Share on other sites
Rei Vilo 695 Posted December 18, 2013 Share Posted December 18, 2013 The procedure is even easier with the latest release of OS X, 10.9 or Mavericks: As before, Launch ? > System Preferences > Security & Privacy > General, Click the lock to make changes Type your password in and now, just Click on the button Open Anyway Quote Link to post Share on other sites
L293D 11 Posted December 18, 2013 Share Posted December 18, 2013 Issue with Energia: When I try to compile anything I get this error message: C:\Temp\build409393309414726193.tmp\core.a, -LC:\Temp\build409393309414726193.tmp, -lm] c:/documents and settings/jerodaweaver/desktop/energia11/energia-0101e0011/hardware/tools/msp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld.exe: cannot open linker script file memory.x: No such file or directory collect2: ld returned 1 exit status Where is the path to ld.exe stored? I checked in preferences.txt and didn't find it. Perhaps I am doing something wrong, however, I have ALL of the other energia builds in the same sort of structure (all extracted into their own folder on the desktop), and have never had any trouble. I am running it on XP SP3. Let me know if anyone else has any ideas here. (Also tried running as an Admin and it didn't make a difference.) Quote Link to post Share on other sites
pjkim 22 Posted December 18, 2013 Share Posted December 18, 2013 This is the standard error message because Energia isn't signed. Go to systems preferences, select security and allow apps from any source. Launch Energia: it will work. Thank you. It worked. The error message is misleading to say the least. I would even classify this as a OS X bug. Quote Link to post Share on other sites
energia 485 Posted December 19, 2013 Author Share Posted December 19, 2013 Issue with Energia: When I try to compile anything I get this error message: C:\Temp\build409393309414726193.tmp\core.a, -LC:\Temp\build409393309414726193.tmp, -lm] c:/documents and settings/jerodaweaver/desktop/energia11/energia-0101e0011/hardware/tools/msp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld.exe: cannot open linker script file memory.x: No such file or directory collect2: ld returned 1 exit status Where is the path to ld.exe stored? I checked in preferences.txt and didn't find it. Perhaps I am doing something wrong, however, I have ALL of the other energia builds in the same sort of structure (all extracted into their own folder on the desktop), and have never had any trouble. I am running it on XP SP3. Let me know if anyone else has any ideas here. (Also tried running as an Admin and it didn't make a difference.) Rename energia-0101E0011-windows to energia. If that does not do it then move the folder to c:\. Again without the dashes and version number. XP is a bit picky about paths with spaces and dashes. 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.