Ferb 0 Posted September 12, 2012 Share Posted September 12, 2012 Hello world! I own a MacBookPro with SnowLeopard. I've already installed Xcode platform which is supposed to be able to compile "c" files. There's even a gcc running from command line. I was wondering if this would be enought or if tehere's something better. Thanks Quote Link to post Share on other sites
bluehash 1,581 Posted September 12, 2012 Share Posted September 12, 2012 CCS wont work on the mac. But there is arm-gcc which will work for you. This is from the C2kCentral forums: OSX support will continue to be limited for now. Like bluehash said, there is no compiler, and it is questionable whether the debugger would work. That being said, TI is aware of the growing number of engineers using Apple products. We are actively working to add support for Mac OS to our products. Quote Link to post Share on other sites
Ferb 0 Posted September 12, 2012 Author Share Posted September 12, 2012 Thank you very much, bluehash! Quote Link to post Share on other sites
Rei Vilo 695 Posted October 26, 2012 Share Posted October 26, 2012 I'm a Mac user and here are the solutions I use: First solution is Energia. Energia is a Processing-based Wiring-derived Arduino-like IDE for the LaunchPad MSP430. As at today, Energia supports MSP430G2xxx-based LaunchPads, the FraunchPad with MSP430FR5739. Support for C2000 is on the making and well as for the StellarPad. Second solution is Xcode, thanks to the embedXcode template I've developed. It supports a long list of MCU boards. embedXcode relies on makefiles, which can be used with other IDEs, like the successful test with NetBeans. embedXcode uses the Processing-based Wiring-derived Arduino-like IDEs for easy installation of the framework. Main benefit is, supporting a new platform with such an IDE only requires writing a specific makefile. As at today, embeXcode supports Arduino 23 and 1.0, Wiring, chipKIT, LeafLabs Maple, LaunchPad and FraunchPad boards. Support for Arduino 1.5 is on progress (build and link already work, but I can't test upload because I have no Arduino Due at hand!) and support for the StellarPad will be ready when Energia is stabilised. Enjoy Quote Link to post Share on other sites
Martytoof 0 Posted November 11, 2012 Share Posted November 11, 2012 I don't have my Stellaris in hand yet, but I've got high hopes for the instructions listed here for a nice Toolchain-IDE-OpenOCD combo: http://www.stf12.org/developers/ODeV.html I'm going to be trying to get this running with my stm32 board so it'll be ready when my TI gets here Quote Link to post Share on other sites
Rei Vilo 695 Posted November 13, 2012 Share Posted November 13, 2012 embedXcode version 19 now supports StellarPad! See embedXcode: Stellaris on Xcode Quote Link to post Share on other sites
Bingo600 0 Posted November 14, 2012 Share Posted November 14, 2012 If this works for a ST CortexM4 it should also work for a TI http://www.alexwhittemore.com/open-source-ide-and-toolchain-for-the-stm32f4-discovery-on-mac-osx-lion/#more-492 /Bingo Quote Link to post Share on other sites
Bingo600 0 Posted November 14, 2012 Share Posted November 14, 2012 Maybe James OSX build (ARM-GCC) instructions are easier https://github.com/jsnyder/arm-eabi-toolchain Quote Link to post Share on other sites
Rei Vilo 695 Posted December 8, 2012 Share Posted December 8, 2012 Energia release 0101E009 now supports the Stellaris LaunchPad! Please find the latest releases of Energia: energia-0101E0009-macosx.dmg 94.8MB · energia-0101E0009-windows.zip — Windows: Binary release version 0101E0009 (12/06/2012) 147.0MB · energia-0101E0009-linux.tgz — Linux: Binary release version 0101E0009 (12/06/2012) 160.3MB · Other links of interest: http://github.com/energia/Energia/wiki'>http://github.com/energia/Energia/wiki – Wiki http://github.com/energia/Energia/downloads'>http://github.com/en...ergia/downloads – Downloads http://github.com/energia/Energia'>http://github.com/energia/Energia – GitHub repository https://github.com/energia/Energia/wiki/Hardware'>https://github.com/e...a/wiki/Hardware – Pins maps 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.