On Mon, Oct 29, 2012 at 9:58 AM, Grant Edwards
<grant.b.edwa...@gmail.com> wrote:
> On 2012-10-29, Peter Bigot <big...@acm.org> wrote:
>
>> Since a Code Composer Studio license gets you full compiler support
>> for ARM and MSP430 (and I think C2K) microcontrollers on two hosts
>> covering Windows and Linux for about $450, it's a reasonable next
>> step for somebody going beyond hobbyist needs.
>
> It's good to hear that TI supports Linux!  It's been a long time
> coming, but they still seem to have beaten IAR...
>
>> (Being a command-line--oriented developer, I do find it a little
>> confusing that CCS = Code Composer Studio seems to refer to the
>> development environment, whereas the compiler is a separately
>> versioned anonymous component, which I think I'm calling "TI
>> Compiler" where it needs to be identified.)
>
> I assume that one can ditch the pointy-clicky IDE and use the TI
> compiler with make?

Yes.  They made some interesting design decisions that become rather
inconvenient in that case (e.g., having to explicitly pass the include
paths for both <stdlib.h> and <msp430.h> rather than have the compiler
driver figure out it), but I have prototype make support integrated
into an unpublished BSP30 branch and have also used it that way in
other projects.  There's even a man page for each of the tools.

Oddly enough, the pointy-clicky IDE under Windows is very usable,
while the same version under Linux is unresponsive and has a different
look-and-feel.

Peter

------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to