LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   No output from sanity check, chapter 5.7.*Adjusting the Toolchain (https://www.linuxquestions.org/questions/linux-from-scratch-13/no-output-from-sanity-check-chapter-5-7-%2Aadjusting-the-toolchain-669545/)

Murdock_nl 09-12-2008 03:22 PM

No output from sanity check, chapter 5.7.*Adjusting the Toolchain
 
Hi i have a problem with chapter 5.7. i said that you need to test the toolchain but i get no output from the test, in most cases that is a good thing but the pdf said that their need to be output:

Quote:

If everything is working correctly, there should be no errors, and the output of the last command will be of the form:
Code:

[Requesting program interpreter:
    /tools/lib/ld-linux.so.2]


So what is the problem? I am working with VmWare Workstation 6.

I searched for the problem and i read a topic and they said try
Code:

readelf -l a.out
and post your output. so here is that output:( I don't now how to post a good picture so here is the direct link)

screenshot

If somebody need more information feel free to ask.

Jeroen

FLLinux 09-12-2008 06:56 PM

From the screen shot it looks like your toolchain is still looking at /lib for the build interpreter. This means the toolchain is still looking at the host computers build interpreter. You most likely need to run through that chapter again and follow everything closely. That chapter is a very important step.

This is the line in the screen shot that tells me that you are still looking at the host interpreter.
[Requesting program interpreter: /lib/ld-linux.so.2]

Murdock_nl 09-13-2008 12:59 AM

Alright i will do the chapter again, i need to go to my work now, so i try will try it later...


All times are GMT -5. The time now is 01:26 PM.