This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: re-building gcc 3.1 on cross-x86-ARM failing
- From: Philip Blundell <pb at nexus dot co dot uk>
- To: Josh Fryman <fryman at cc dot gatech dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: 04 Jun 2002 13:57:15 +0100
- Subject: Re: re-building gcc 3.1 on cross-x86-ARM failing
- References: <20020604081703.2bd61a2f.fryman@cc.gatech.edu>
On Tue, 2002-06-04 at 13:17, Josh Fryman wrote:
> ../gcc-3.1/configure --prefix=/usr/local/arm-v4l-linux/ --target=arm-v4l-linux --with-cpu=strongarm110 --program-transform-names=s,^,arm-v4l-linux-, --without-fp --with-softfloat-support=internal --enable-threads=posix --with-headers=/usr/local/arm-v4l-linux/include/
You have used the wrong --prefix. It should be /usr/local, not
/usr/local/arm-v4l-linux.
> note that the crti.o (and friends) are all located as expected in
> /usr/local/arm-v4l-linux/lib/
p.