Jump to content
43oh

Recommended Posts

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

Link to post
Share on other sites

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.
Link to post
Share on other sites
  • 1 month later...

I'm a Mac user and here are the solutions I use:

 

First solution is Energia.

Energia.png

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.

1551017.png

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 :)

Link to post
Share on other sites
  • 3 weeks later...
  • 4 weeks later...

Energia release 0101E009 now supports the Stellaris LaunchPad!

 

 

Please find the latest releases of Energia:
 

 

Other links of interest:

StellarPad%20%E2%80%94%20Pins%20Maps.jpg

 

StellarPad%20BACK%20%E2%80%94%20Pins%20M

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