From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RczB7-0003Qs-6u for garchives@archives.gentoo.org; Tue, 20 Dec 2011 12:52:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6AE521C07A; Tue, 20 Dec 2011 12:52:11 +0000 (UTC) Received: from mail.osagesoftware.com (osagesoftware.com [216.144.204.42]) by pigeon.gentoo.org (Postfix) with ESMTP id 959F421C078 for ; Tue, 20 Dec 2011 12:52:01 +0000 (UTC) Received: from localhost (osage.osagesoftware.com [192.168.1.10]) by mail.osagesoftware.com (Postfix) with ESMTP id 130297BDB2 for ; Tue, 20 Dec 2011 12:52:01 +0000 (UTC) Date: Tue, 20 Dec 2011 07:51:58 -0500 From: David Relson To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] msp4300 toolchain Message-ID: <20111220075158.21be0aab@osagesoftware.com> In-Reply-To: References: <20111219233301.3533e55a@osagesoftware.com> <20111220060253.18128.qmail@stuge.se> <20111220072113.292d640a@osagesoftware.com> Organization: Osage Software Systems, Inc. X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.5; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0e6a2fbe-ec33-41ec-a3eb-dcffe7d6f2aa X-Archives-Hash: b69987c72f35c181a1a9602948036d7f On Tue, 20 Dec 2011 13:26:09 +0100 Maciej Grela wrote: > 2011/12/20 David Relson : > > 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. =C2=A0As > >> > 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. =C2=A0My goal is to > > use Linux to cross-compile code that will run on the MSP430. > > >=20 > There is a msp430-gcc package in portage. Have you tried that ? I've > once upon a time used a toolchain from: >=20 > http://cdk4msp.sourceforge.net/ >=20 > 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. =20 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.