QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1853|回复: 4

|内核编译失败|

[复制链接]
发表于 2006-1-30 21:58:32 | 显示全部楼层 |阅读模式
Fedora Core 4

Kernel 2.6.11.1

GCC 4

hdc7    /boot
hdc8    swap
hdc9    /

[root@host ~]# cd /usr/src

[root@host src]# ls
kernels redhat

[root@host src]# cd kernels
2.6.11-1.1369_FC4-i686

[root@host 2.6.11-1.1369_FC4-i686]# make mrproper
fs/hostfs/Makefile:11: arch/um/scripts/Makefile.rules: 没有那个文件或目录
make[2]: *** 没有规则可以创建目标“arch/um/scripts/Makefile.rules”。 停止。
make[1]: *** [fs/hostfs] 错误 2
make: *** [_clean_fs] 错误 2


[root@host 2.6.11-1.1369_FC4-i686]# make xconfig
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] 错误 1
make: *** [xconfig] 错误 2


重新编译原有内核(2.6.11.1),见上。

错误的可能性(个人观点):

1,编译方法存在非可行性严重错误。
2,尚未完全安装软件包。
 楼主| 发表于 2006-1-30 22:35:11 | 显示全部楼层
请解答的朋友切勿依赖输入法而错字了。

因为我无法从尚未理解的字符中排除错误的东西。
回复

使用道具 举报

发表于 2006-1-30 23:40:15 | 显示全部楼层
[root@host 2.6.11-1.1369_FC4-i686]# make xconfig
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] 错误 1
make: *** [xconfig] 错误 2

QT开发包没安装嘛。。。
回复

使用道具 举报

发表于 2006-1-30 23:49:08 | 显示全部楼层
[root@host 2.6.11-1.1369_FC4-i686]# make mrproper
fs/hostfs/Makefile:11: arch/um/scripts/Makefile.rules: 没有那个文件或目录
make[2]: *** 没有规则可以创建目标“arch/um/scripts/Makefile.rules”。 停止。
make[1]: *** [fs/hostfs] 错误 2
make: *** [_clean_fs] 错误 2

FC4的内核开发包只含基本的头文件。去下个完整版的内核吧
回复

使用道具 举报

 楼主| 发表于 2006-1-31 11:51:13 | 显示全部楼层
[root@host ~]# cd /usr/src



[root@host src]# ls



kernels  linux-2.6.11.1  redhat



[root@host src]# cd linux-2.6.11.1



[root@host linux-2.6.11.1]# ls



arch     Documentation  init    MAINTAINERS  README          sound
COPYING  drivers        ipc     Makefile     REPORTING-BUGS  usr
CREDITS  fs             kernel  mm           scripts
crypto   include        lib     net          security



[root@host linux-2.6.11.1]# make mrproper


[root@host linux-2.6.11.1]# make menuconfig


  HOSTCC  scripts/basic/fixdep
scripts/basic/fixdep.c: 在函数 ‘parse_config_file’ 中:
scripts/basic/fixdep.c:245: 警告:传递参数 1 (属于 ‘use_config’) 给指针时目标与 指针有/无符号不一致
scripts/basic/fixdep.c: 在函数 ‘parse_dep_file’ 中:
scripts/basic/fixdep.c:299: 警告:传递参数 1 (属于 ‘__builtin_strchr’) 给指针时 目标与指针有/无符号不一致
scripts/basic/fixdep.c:299: 警告:对指针赋值时目标与指针有/无符号不一致
  HOSTCC  scripts/basic/split-include
scripts/basic/split-include.c: 在函数 ‘main’ 中:
scripts/basic/split-include.c:113: 警告:对指针赋值时目标与指针有/无符号不一致
  HOSTCC  scripts/basic/docproc
scripts/basic/docproc.c: 在函数 ‘find_export_symbols’ 中:
scripts/basic/docproc.c:184: 警告:对指针赋值时目标与指针有/无符号不一致
scripts/basic/docproc.c:185: 警告:对指针赋值时目标与指针有/无符号不一致
scripts/basic/docproc.c:202: 警告:传递参数 2 (属于 ‘add_new_symbol’) 给指针时目标与指针有/无符号不一致
scripts/basic/docproc.c: 在函数 ‘singfunc’ 中:
scripts/basic/docproc.c:274: 警告:对指针赋值时目标与指针有/无符号不一致
scripts/basic/docproc.c: 在函数 ‘parse_file’ 中:
scripts/basic/docproc.c:296: 警告:对指针赋值时目标与指针有/无符号不一致
  SHIPPED scripts/kconfig/zconf.tab.h
  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c: 在函数 ‘strip’ 中:
scripts/kconfig/conf.c:46: 警告:传递参数 1 (属于 ‘strlen’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/conf.c: 在函数 ‘conf_askvalue’ 中:
scripts/kconfig/conf.c:94: 警告:传递参数 1 (属于 ‘fgets’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/conf.c: 在函数 ‘conf_string’ 中:
scripts/kconfig/conf.c:187: 警告:传递参数 1 (属于 ‘strlen’) 给指针时目标与指针 有/无符号不一致
scripts/kconfig/conf.c:188: 警告:对指针赋值时目标与指针有/无符号不一致
scripts/kconfig/conf.c: 在函数 ‘conf_sym’ 中:
scripts/kconfig/conf.c:236: 警告:传递参数 1 (属于 ‘strlen’) 给指针时目标与指针 有/无符号不一致
scripts/kconfig/conf.c:236: 警告:传递参数 1 (属于 ‘__builtin_strcmp’) 给指针时 目标与指针有/无符号不一致
scripts/kconfig/conf.c:236: 警告:传递参数 1 (属于 ‘strlen’) 给指针时目标与指针 有/无符号不一致
scripts/kconfig/conf.c:236: 警告:传递参数 1 (属于 ‘__builtin_strcmp’) 给指针时 目标与指针有/无符号不一致
scripts/kconfig/conf.c:236: 警告:传递参数 1 (属于 ‘__builtin_strcmp’) 给指针时 目标与指针有/无符号不一致
scripts/kconfig/conf.c:236: 警告:传递参数 1 (属于 ‘__builtin_strcmp’) 给指针时 目标与指针有/无符号不一致
scripts/kconfig/conf.c:248: 警告:传递参数 1 (属于 ‘strlen’) 给指针时目标与指针 有/无符号不一致
scripts/kconfig/conf.c:248: 警告:传递参数 1 (属于 ‘__builtin_strcmp’) 给指针时 目标与指针有/无符号不一致
scripts/kconfig/conf.c:248: 警告:传递参数 1 (属于 ‘strlen’) 给指针时目标与指针 有/无符号不一致
scripts/kconfig/conf.c:248: 警告:传递参数 1 (属于 ‘__builtin_strcmp’) 给指针时 目标与指针有/无符号不一致
scripts/kconfig/conf.c:248: 警告:传递参数 1 (属于 ‘__builtin_strcmp’) 给指针时 目标与指针有/无符号不一致
scripts/kconfig/conf.c:248: 警告:传递参数 1 (属于 ‘__builtin_strcmp’) 给指针时 目标与指针有/无符号不一致
scripts/kconfig/conf.c: 在函数 ‘conf_choice’ 中:
scripts/kconfig/conf.c:350: 警告:传递参数 1 (属于 ‘fgets’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/conf.c:360: 警告:传递参数 1 (属于 ‘atoi’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/conf.c:384: 警告:传递参数 1 (属于 ‘strlen’) 给指针时目标与指针 有/无符号不一致
  HOSTCC  scripts/kconfig/mconf.o
scripts/kconfig/mconf.c: 在函数 ‘cprint1’ 中:
scripts/kconfig/mconf.c:335: 警告:对指针赋值时目标与指针有/无符号不一致
scripts/kconfig/mconf.c:337: 警告:传递参数 1 (属于 ‘vsprintf’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/mconf.c: 在函数 ‘cprint’ 中:
scripts/kconfig/mconf.c:355: 警告:对指针赋值时目标与指针有/无符号不一致
scripts/kconfig/mconf.c:357: 警告:传递参数 1 (属于 ‘vsprintf’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/mconf.c: 在函数 ‘search_conf’ 中:
scripts/kconfig/mconf.c:548: 警告:传递参数 1 (属于 ‘sym_re_search’) 给指针时目 标与指针有/无符号不一致
scripts/kconfig/mconf.c: 在函数 ‘conf’ 中:
scripts/kconfig/mconf.c:759: 警告:传递参数 2 (属于 ‘strcpy’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/mconf.c:763: 警告:传递参数 1 (属于 ‘sscanf’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/mconf.c: 在函数 ‘conf_choice’ 中:
scripts/kconfig/mconf.c:913: 警告:传递参数 1 (属于 ‘sscanf’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/mconf.c:918: 警告:传递参数 1 (属于 ‘sscanf’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/mconf.c: 在函数 ‘conf_string’ 中:
scripts/kconfig/mconf.c:959: 警告:传递参数 2 (属于 ‘sym_set_string_value’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/mconf.c: 在函数 ‘conf_load’ 中:
scripts/kconfig/mconf.c:988: 警告:传递参数 1 (属于 ‘conf_read’) 给指针时目标与 指针有/无符号不一致
scripts/kconfig/mconf.c: 在函数 ‘conf_save’ 中:
scripts/kconfig/mconf.c:1017: 警告:传递参数 1 (属于 ‘conf_write’) 给指针时目标 与指针有/无符号不一致
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  HOSTCC  scripts/kconfig/zconf.tab.o
In file included from scripts/kconfig/zconf.tab.c:2125:
scripts/kconfig/confdata.c: 在函数 ‘conf_expand_value’ 中:
scripts/kconfig/confdata.c:39: 警告:传递参数 1 (属于 ‘__builtin_strchr’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/confdata.c:39: 警告:对指针赋值时目标与指针有/无符号不一致
scripts/kconfig/confdata.c:40: 警告:传递参数 2 (属于 ‘__builtin_strncat’) 给指 针时目标与指针有/无符号不一致
scripts/kconfig/confdata.c:51: 警告:传递参数 2 (属于 ‘strcat’) 给指针时目标与指针有/无符号不一致
scripts/kconfig/confdata.c: 在函数 ‘conf_get_default_confname’ 中:
scripts/kconfig/confdata.c:62: 警告:传递参数 1 (属于 ‘conf_expand_value’) 给指 针时目标与指针有/无符号不一致
scripts/kconfig/confdata.c: 在函数 ‘conf_read’ 中:
scripts/kconfig/confdata.c:88: 警告:传递参数 1 (属于 ‘conf_expand_value’) 给指 针时目标与指针有/无符号不一致
  HOSTLD  scripts/kconfig/mconf
  HOSTCC  scripts/lxdialog/checklist.o
  HOSTCC  scripts/lxdialog/inputbox.o
scripts/lxdialog/inputbox.c: 在函数 ‘dialog_inputbox’ 中:
scripts/lxdialog/inputbox.c:107: 警告:传递参数 1 (属于 ‘strcpy’) 给指针时目标与指针有/无符号不一致
scripts/lxdialog/inputbox.c:109: 警告:传递参数 1 (属于 ‘strlen’) 给指针时目标与指针有/无符号不一致
scripts/lxdialog/inputbox.c:117: 警告:传递参数 2 (属于 ‘waddnstr’) 给指针时目标与指针有/无符号不一致
scripts/lxdialog/inputbox.c:147: 警告:传递参数 1 (属于 ‘strlen’) 给指针时目标与指针有/无符号不一致
  HOSTCC  scripts/lxdialog/lxdialog.o
scripts/lxdialog/lxdialog.c: 在函数 ‘j_inputbox’ 中:
scripts/lxdialog/lxdialog.c:211: 警告:传递参数 2 (属于 ‘fprintf’) 给指针时目标 与指针有/无符号不一致
  HOSTCC  scripts/lxdialog/menubox.o
  HOSTCC  scripts/lxdialog/msgbox.o
  HOSTCC  scripts/lxdialog/textbox.o
  HOSTCC  scripts/lxdialog/util.o
  HOSTCC  scripts/lxdialog/yesno.o
  HOSTLD  scripts/lxdialog/lxdialog
scripts/kconfig/mconf arch/i386/Kconfig
#
# using defaults found in /boot/config-2.6.11-1.1369_FC4
#
/boot/config-2.6.11-1.1369_FC4:18: trying to assign nonexistent symbol INIT_ENV_ARG_LIMIT
/boot/config-2.6.11-1.1369_FC4:39: trying to assign nonexistent symbol PRINTK
/boot/config-2.6.11-1.1369_FC4:40: trying to assign nonexistent symbol BUG
/boot/config-2.6.11-1.1369_FC4:41: trying to assign nonexistent symbol BASE_FULL/boot/config-2.6.11-1.1369_FC4:51: trying to assign nonexistent symbol BASE_SMALL
/boot/config-2.6.11-1.1369_FC4:62: trying to assign nonexistent symbol MODULE_SIG
/boot/config-2.6.11-1.1369_FC4:63: trying to assign nonexistent symbol MODULE_SIG_FORCE
/boot/config-2.6.11-1.1369_FC4:96: trying to assign nonexistent symbol MGEODEGX1/boot/config-2.6.11-1.1369_FC4:123: trying to assign nonexistent symbol X86_REBOOTFIXUPS
/boot/config-2.6.11-1.1369_FC4:141: trying to assign nonexistent symbol SECCOMP
/boot/config-2.6.11-1.1369_FC4:204: trying to assign nonexistent symbol CPU_FREQ_GOV_CONSERVATIVE
/boot/config-2.6.11-1.1369_FC4:249: trying to assign nonexistent symbol PCI_DEBUG
/boot/config-2.6.11-1.1369_FC4:250: trying to assign nonexistent symbol ISA_DMA_API
/boot/config-2.6.11-1.1369_FC4:420: trying to assign nonexistent symbol PARPORT_NOT_PC
/boot/config-2.6.11-1.1369_FC4:493: trying to assign nonexistent symbol DISKDUMP/boot/config-2.6.11-1.1369_FC4:518: trying to assign nonexistent symbol BLK_DEV_DELKIN
/boot/config-2.6.11-1.1369_FC4:557: trying to assign nonexistent symbol BLK_DEV_IT821X
/boot/config-2.6.11-1.1369_FC4:685: trying to assign nonexistent symbol SCSI_LPFC
/boot/config-2.6.11-1.1369_FC4:727: trying to assign nonexistent symbol DM_MULTIPATH
/boot/config-2.6.11-1.1369_FC4:728: trying to assign nonexistent symbol DM_MULTIPATH_EMC
/boot/config-2.6.11-1.1369_FC4:796: trying to assign nonexistent symbol IP_ROUTE_MULTIPATH_CACHED
/boot/config-2.6.11-1.1369_FC4:797: trying to assign nonexistent symbol IP_ROUTE_MULTIPATH_RR
/boot/config-2.6.11-1.1369_FC4:798: trying to assign nonexistent symbol IP_ROUTE_MULTIPATH_RANDOM
/boot/config-2.6.11-1.1369_FC4:799: trying to assign nonexistent symbol IP_ROUTE_MULTIPATH_WRANDOM
/boot/config-2.6.11-1.1369_FC4:800: trying to assign nonexistent symbol IP_ROUTE_MULTIPATH_DRR
/boot/config-2.6.11-1.1369_FC4:1042: trying to assign nonexistent symbol NET_CLS_BASIC
/boot/config-2.6.11-1.1369_FC4:1053: trying to assign nonexistent symbol NET_EMATCH
/boot/config-2.6.11-1.1369_FC4:1054: trying to assign nonexistent symbol NET_EMATCH_STACK
/boot/config-2.6.11-1.1369_FC4:1055: trying to assign nonexistent symbol NET_EMATCH_CMP
/boot/config-2.6.11-1.1369_FC4:1056: trying to assign nonexistent symbol NET_EMATCH_NBYTE
/boot/config-2.6.11-1.1369_FC4:1057: trying to assign nonexistent symbol NET_EMATCH_U32
/boot/config-2.6.11-1.1369_FC4:1058: trying to assign nonexistent symbol NET_EMATCH_META
/boot/config-2.6.11-1.1369_FC4:1161: trying to assign nonexistent symbol TUX
/boot/config-2.6.11-1.1369_FC4:1166: trying to assign nonexistent symbol TUX_EXTCGI
/boot/config-2.6.11-1.1369_FC4:1167: trying to assign nonexistent symbol TUX_EXTENDED_LOG
/boot/config-2.6.11-1.1369_FC4:1168: trying to assign nonexistent symbol TUX_DEBUG
/boot/config-2.6.11-1.1369_FC4:1335: trying to assign nonexistent symbol IEEE80211
/boot/config-2.6.11-1.1369_FC4:1336: trying to assign nonexistent symbol IEEE80211_DEBUG
/boot/config-2.6.11-1.1369_FC4:1337: trying to assign nonexistent symbol IEEE80211_CRYPT
/boot/config-2.6.11-1.1369_FC4:1338: trying to assign nonexistent symbol IEEE80211_WPA
/boot/config-2.6.11-1.1369_FC4:1339: trying to assign nonexistent symbol IEEE80211_CRYPT_CCMP
/boot/config-2.6.11-1.1369_FC4:1340: trying to assign nonexistent symbol IEEE80211_CRYPT_TKIP
/boot/config-2.6.11-1.1369_FC4:1341: trying to assign nonexistent symbol IPW2100/boot/config-2.6.11-1.1369_FC4:1342: trying to assign nonexistent symbol IPW_DEBUG
/boot/config-2.6.11-1.1369_FC4:1343: trying to assign nonexistent symbol IPW2100_PROMISC
/boot/config-2.6.11-1.1369_FC4:1344: trying to assign nonexistent symbol IPW2100_LEGACY_FW_LOAD
/boot/config-2.6.11-1.1369_FC4:1345: trying to assign nonexistent symbol IPW2200/boot/config-2.6.11-1.1369_FC4:1525: trying to assign nonexistent symbol HISAX_HFC4S8S
/boot/config-2.6.11-1.1369_FC4:1637: trying to assign nonexistent symbol JOYSTICK_TWIDJOY
/boot/config-2.6.11-1.1369_FC4:1644: trying to assign nonexistent symbol TOUCHSCREEN_ELO
/boot/config-2.6.11-1.1369_FC4:1645: trying to assign nonexistent symbol TOUCHSCREEN_MTOUCH
/boot/config-2.6.11-1.1369_FC4:1646: trying to assign nonexistent symbol TOUCHSCREEN_MK712
/boot/config-2.6.11-1.1369_FC4:1717: trying to assign nonexistent symbol SERIAL_JSM
/boot/config-2.6.11-1.1369_FC4:1720: trying to assign nonexistent symbol CRASH
/boot/config-2.6.11-1.1369_FC4:1828: trying to assign nonexistent symbol TCG_TPM/boot/config-2.6.11-1.1369_FC4:1882: trying to assign nonexistent symbol SENSORS_FSCPOS
/boot/config-2.6.11-1.1369_FC4:1884: trying to assign nonexistent symbol SENSORS_GL520SM
/boot/config-2.6.11-1.1369_FC4:1895: trying to assign nonexistent symbol SENSORS_LM92
/boot/config-2.6.11-1.1369_FC4:1899: trying to assign nonexistent symbol SENSORS_SIS5595
/boot/config-2.6.11-1.1369_FC4:1909: trying to assign nonexistent symbol SENSORS_DS1337
/boot/config-2.6.11-1.1369_FC4:2029: trying to assign nonexistent symbol DVB_B2C2_FLEXCOP
/boot/config-2.6.11-1.1369_FC4:2030: trying to assign nonexistent symbol DVB_B2C2_FLEXCOP_PCI
/boot/config-2.6.11-1.1369_FC4:2031: trying to assign nonexistent symbol DVB_B2C2_FLEXCOP_USB
/boot/config-2.6.11-1.1369_FC4:2032: trying to assign nonexistent symbol DVB_B2C2_FLEXCOP_DEBUG
/boot/config-2.6.11-1.1369_FC4:2084: trying to assign nonexistent symbol DVB_OR51211
/boot/config-2.6.11-1.1369_FC4:2085: trying to assign nonexistent symbol DVB_OR51132
/boot/config-2.6.11-1.1369_FC4:2100: trying to assign nonexistent symbol FB_CFB_FILLRECT
/boot/config-2.6.11-1.1369_FC4:2101: trying to assign nonexistent symbol FB_CFB_COPYAREA
/boot/config-2.6.11-1.1369_FC4:2102: trying to assign nonexistent symbol FB_CFB_IMAGEBLIT
/boot/config-2.6.11-1.1369_FC4:2103: trying to assign nonexistent symbol FB_SOFT_CURSOR
/boot/config-2.6.11-1.1369_FC4:2104: trying to assign nonexistent symbol FB_MACMODES
/boot/config-2.6.11-1.1369_FC4:2117: trying to assign nonexistent symbol FB_NVIDIA
/boot/config-2.6.11-1.1369_FC4:2153: trying to assign nonexistent symbol FB_GEODE
/boot/config-2.6.11-1.1369_FC4:2154: trying to assign nonexistent symbol FB_S1D13XXX
/boot/config-2.6.11-1.1369_FC4:2203: trying to assign nonexistent symbol SND_GENERIC_PM
/boot/config-2.6.11-1.1369_FC4:2221: trying to assign nonexistent symbol SND_AD1848_LIB
/boot/config-2.6.11-1.1369_FC4:2222: trying to assign nonexistent symbol SND_CS4231_LIB
/boot/config-2.6.11-1.1369_FC4:2298: trying to assign nonexistent symbol SND_HDA_INTEL
/boot/config-2.6.11-1.1369_FC4:2342: trying to assign nonexistent symbol USB_OHCI_BIG_ENDIAN
/boot/config-2.6.11-1.1369_FC4:2343: trying to assign nonexistent symbol USB_OHCI_LITTLE_ENDIAN
/boot/config-2.6.11-1.1369_FC4:2368: trying to assign nonexistent symbol USB_STORAGE_USBAT
/boot/config-2.6.11-1.1369_FC4:2411: trying to assign nonexistent symbol USB_PWC/boot/config-2.6.11-1.1369_FC4:2445: trying to assign nonexistent symbol USB_ZD1201
/boot/config-2.6.11-1.1369_FC4:2446: trying to assign nonexistent symbol USB_MON/boot/config-2.6.11-1.1369_FC4:2458: trying to assign nonexistent symbol USB_SERIAL_AIRPRIME
/boot/config-2.6.11-1.1369_FC4:2462: trying to assign nonexistent symbol USB_SERIAL_CP2101
/boot/config-2.6.11-1.1369_FC4:2491: trying to assign nonexistent symbol USB_SERIAL_HP4X
/boot/config-2.6.11-1.1369_FC4:2514: trying to assign nonexistent symbol USB_SISUSBVGA
/boot/config-2.6.11-1.1369_FC4:2765: trying to assign nonexistent symbol PRINTK_TIME
/boot/config-2.6.11-1.1369_FC4:2769: trying to assign nonexistent symbol DETECT_SOFTLOCKUP
/boot/config-2.6.11-1.1369_FC4:2803: trying to assign nonexistent symbol SECURITY_SELINUX_CHECKREQPROT_VALUE
/boot/config-2.6.11-1.1369_FC4:2817: trying to assign nonexistent symbol CRYPTO_TGR192
/boot/config-2.6.11-1.1369_FC4:2833: trying to assign nonexistent symbol CRYPTO_SIGNATURE
/boot/config-2.6.11-1.1369_FC4:2834: trying to assign nonexistent symbol CRYPTO_SIGNATURE_DSA
/boot/config-2.6.11-1.1369_FC4:2835: trying to assign nonexistent symbol CRYPTO_MPILIB




Your kernel configuration changes were NOT saved.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-5-11 11:33 , Processed in 0.102109 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表