On Tue, 20 Dec 2011 13:26:09 +0100
Maciej Grela wrote:

> 2011/12/20 David Relson <[email protected]>:
> > On Tue, 20 Dec 2011 07:02:53 +0100
> > Peter Stuge wrote:
> >
> >> David Relson wrote:
> >> > I'd like to do some development with TI's msp430 processors.  As
> >> > a starting point I've got the TI LaunchPad which has an
> >> > msp430g2231.
> >>
> >> I'm not sure Linux is relevant for those 16-bit chips, nor uClibc?
> >>
> >>
> >> //Peter
> >
> > I'm not interested in running Linux on the MSP430.  My goal is to
> > use Linux to cross-compile code that will run on the MSP430.
> >
> 
> There is a msp430-gcc package in portage. Have you tried that ? I've
> once upon a time used a toolchain from:
> 
> http://cdk4msp.sourceforge.net/
> 
> Best regards,
> Maciej Grela

In the ebuild in dev-embedded/msp430-gcc is the following line:

   is_crosscompile || die "Only cross-compile builds are supported"

I'm not sure exactly what it means, but it seems to mean that this
ebuild can only be used when cross-compiling, i.e. when building gcc to
_run_ on the msp430.  

I want to build a cross-compiler, i.e. a gcc that will run on my x86_64
and create code to run on the msp430.

Reply via email to