This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: arm-elf


Hi Yves,

Thanks a lot. It worked!

Thanks a lot everybody!
-Mike.


From: Yves Rutschle <y.rutschle@indigovision.com>
To: Mike A <embeddedeng@hotmail.com>
CC: crossgcc@sources.redhat.com
Subject: Re: arm-elf
Date: Tue, 13 Aug 2002 13:09:00 +0100

On Tue, Aug 13, 2002 at 07:30:38AM +0000, Mike A wrote:
> Page no. 8: Figure 2. Instructions to build binutils
> $ cd build-binutils
> $ ../binutils-2.11.2/configure -target=$TARGET -prefix=$PREFIX
> $ make all install 2>&1 | tee make.log
> $ cd ..
>
> After I issued $ make all install 2>&1 | tee make.log, it ended with the
> following error messages:
>
> 2.lo `cat ofiles`
> libtool: link: only absolute run-paths are allowed

Probably you defined $PREFIX=~/something. Use
$PREFIX=/home/mike/something instead (ie, an absolute path)
and reconfigure and recompile.

The ~ confuses configure.

/Y




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]