|
|
发表于 2004-4-26 18:05:52
|
显示全部楼层
呵呵,居然出错了。在2.4内核中没有此问题。
make-kpkg --revision 20040421 kernel_image
出现的错误信息如下:
HOSTCC scripts/modpost.o
scripts/modpost.c:197: error: redefinition of `print_exported_symbol'
scripts/modpost.c:179: error: `print_exported_symbol' previously defined here
scripts/modpost.c:203: error: redefinition of `print_exported_symbols'
scripts/modpost.c:185: error: `print_exported_symbols' previously defined
here
scripts/modpost.c:272: error: redefinition of `read_exported_symbols'
scripts/modpost.c:235: error: `read_exported_symbols' previously defined
here
scripts/modpost.c:499: error: redefinition of `is_vmlinux_syms'
scripts/modpost.c:486: error: `is_vmlinux_syms' previously defined here
scripts/modpost.c:185: warning: `print_exported_symbols' defined but not
used
scripts/modpost.c:235: warning: `read_exported_symbols' defined but not used
make[2]: *** [scripts/modpost.o] ?? 1
make[1]: *** [scripts] 错误 2
make[1]: Leaving directory `/usr/src/kernel-source-2.6.5'
make: *** [stamp-kernel-configure] 错误 2
有人遇到类似的问题吗? |
|