On Mon, Dec 6, 2010 at 4:13 AM, Dax Mickelson <d...@daxm.net> wrote: > This is my first time going through the LFS book. Can someone > interpret the output of the "specs" code and the "test dynamic > linker" code and see what is wrong? (My guess is the too many > "../../../" shown but if so I don't know how to fix it. Do I just > start over? How do I clean up in order to start over?) > > /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.1/../../../../i686-lfs-linux-gnu/bin/ld: > crt1.o: No such file: No such file or directory >
I was getting this same error just the other day. Check to make sure tools/lib/crt1.o exists. If it does, then your are just having a path problem. If it does not exist, then you need to go back and make sure you did the instructions for gcc and glibc correctly.
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page