I,m building using 6.7 and lfs live disc. I have got an error on section 5.10 gcc 2nd pass on the make section,
Code:
./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so
/tools/i686-pc-linux-gnu/bin/ld: values-Xa.o: No such file: No such file or directory
collect2: ld returned 1 exit status
make[2]: *** [libgcc_s.so] Error 1
make[2]: Leaving directory '/mnt/lfs/sources/gcc-build/i686-pc-linux-gnu/libgcc'
make[1]: ***[all-target-libgcc] Error 2
make[1] Leaving directory '/mnt/lfs/sources/gcc-build'
make: *** [all] Error 2
I would like to know if I can repair this or if not do I delete gcc-4.5.1 and gcc-build and just redo this section again.
I would like to know what happens to what has already been done so far?
This is the 1st error I have received since starting again from begining
I am trying to google, but dont understanding what to do
I hope some one can help me