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]

arm-elf


Hi,

I followed William Gatliff’s “A Tutorial Introduction Using the ARM
Evaluator-7T” for building my own arm-elf tool chain. I am building it under Win 2000 & cygwin. I got stuck at these set of commands.

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
make[3]: *** [libbfd.la] Error 1
make[3]: Leaving directory `/home/Administrator/build-binutils/bfd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Administrator/build-binutils/bfd'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/Administrator/build-binutils/bfd'
make: *** [all-bfd] Error 2

Please let me know where I went wrong. I have also included the make.log along with this email.

Thanks for the help!!
-Mike.


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

Attachment: make.log
Description: Binary data

------
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]