On 01/07/2016 07:11 PM, Read, James C wrote:
I managed to compile without problems all of chapter 5. Then on the
first compilation of chapter 6 (6.7. Linux-4.2 API Headers) I got some
strange output:


./scripts/gcc-version.sh: line 25: /tools/bin/gcc: No such file or directory

./scripts/gcc-version.sh: line 26: /tools/bin/gcc: No such file or
directory

./scripts/gcc-version.sh: line 25: /tools/bin/gcc: No such file or directory


A search for these messages brought me to an older report


http://archive.linuxfromscratch.org/mail-archives/lfs-support/2015-August/048904.html



Which suggested running:


readelf -e /tools/bin/gcc | grep interpreter


which gives:


       [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]


I thought this might indicate some problem with the toolchain build so I
started again from scratch and still get the same regardless.


Any ideas?



<http://archive.linuxfromscratch.org/mail-archives/lfs-support/2015-August/048904.html>



This does mean something went wrong building the toolchain. The most likely cause it not removing the source and build directories after each installation of GCC. If this is the problem, start again and make sure to remove every source and build directory after each installation. If not, carefully compare your command history for the clfs user with the book, in particular the instructions for GCC and Binutils. You can also just pastebin the history for the clfs user so someone here can look over your commands.
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to