Re: LFS-6.7 Chapter 5.10 GCC make failure

2010-12-25 Thread Mike Hollis
On Sat, Dec 25, 2010 at 11:27:10PM +0800, Aaron Tsai wrote: > I tried belowing and got what's expected > > echo 'main(){}' > dummy.c > $LFS_TGT-gcc -B/tools/lib dummy.c > readelf -l a.out | grep ': /tools' > > > [Requesting program interpreter: /tools/lib/ld-linux.so.2] > > But digging into t

Re: LFS-6.7 Chapter 5.10 GCC make failure

2010-12-25 Thread xinglp
FATAL: kernel too old -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

LFS-6.7 Chapter 5.10 GCC make failure

2010-12-25 Thread Aaron Tsai
I tried belowing and got what's expected echo 'main(){}' > dummy.c $LFS_TGT-gcc -B/tools/lib dummy.c readelf -l a.out | grep ': /tools' > [Requesting program interpreter: /tools/lib/ld-linux.so.2] But digging into the config.log file, there was: -- ---