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
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
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:
--
---