This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Helping building cross compiler
- From: Matt Secoske <secoskem at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 19 Oct 2004 16:25:51 -0500
- Subject: Helping building cross compiler
- Domainkey-signature: a=rsa-sha1; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=jtHNavIFxSm5Nt0cHezD4Cg6aQWV4ON045M6cnF75Tu054yrHxO0Mn2rveE0vn6gSmUW90PGi02djPeMZY79dgjCW5x9XWlJcOIO8tH2fmPGE8Hd09mazA2gNqFBV5yHIURzfMvUBUvMlsUljSzOm+kULA6clgmBVU/izfkffe8
- Reply-to: Matt Secoske <secoskem at gmail dot com>
I am trying to build a cross compiler for Tandem NSK, hosted on Fedora
Core 3 test 3. Fedora has been updated with GCC 2.3.4
I have downloaded the 3_1 branch from CVS, and am trying to configure
it. When I run configure I get the following error:
[matt@am gcc3_1obj]$ ../gcc3_1/configure --host=i686-pc-linux-gnu
--target=nsr-tandem-nsk
: bad interpreter: No such file or directory
[matt@am gcc3_1obj]$
My directory structure is the same as I downloaded from CVS, with my
object directory at the same level:
/home/matt/gcc3_1 (Source)
/home/matt/gcc3_1obj (Object)
Thanks,
Matt Secoske