|
|
这个是我编译时的出错信息:
FATAL: kernel too old
make[2]: *** [/mnt/lfs/sources/glibc-build/sunrpc/xbootparam_prot.stmp] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.3.4-20040702/sunrpc'
make[1]: *** [sunrpc/others] Error 2
make[1]: Leaving director `/mnt/lfs/sources/glibc-2.3.4-20040701'
make: *** [all] Error 2
我的version.h
#ifndef _LINUX_VERSION_H
#define _LINUX_VERSION_H
#define UTS_RELEASE "2.6.8"
#define LINUX_VERSION_CODE 132616
#define LIBC_HEADERS_VERSION "2.6.8.1"
#define KERNEL_VERSION(a,b,c) (((a) << (16) + (b) << (8) + (c))
#endif
前面的步骤都是按手册上做的。
hostsystem: Gentoo 2.4.26
求助:::
:confused: |
|