This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
FATAL: kernel too old
- From: naveen yadav <yad dot naveen at gmail dot com>
- To: gcc-help at gcc dot gnu dot org, crossgcc at sourceware dot org
- Date: Fri, 30 Oct 2009 19:42:59 +0530
- Subject: FATAL: kernel too old
Hi All,
I have made a cross compiler for ARM target.
On host i have fedore core -8. (Linux localhost.localdomain
2.6.23.1-42.fc8 ). I am using crosstool-NG script to Build this
toolchain.
I have used gcc 4.3.4,
binutils 1.91
glibc 2.8
kernel header 2.6.30
I have able to make cross tool and able to make executable.
when i run this program on my ARM target which is having kernel
2.6.30(compiled with tollchain from codesourcery 4.3.4) running i am
getting
"FATAL: kernel too old"
Can you pls suggest what is issue.
Best Regards
Naveen