makefile - Kernel configuration error during make menuconfig -
hostcc scripts/basic/fixdep /tmp/ccsueio0.o: in function parse_dep_file': fixdep.c:(.text+0x2f2): undefined reference to
__ctype_b' fixdep.c:(.text+0x5b4): undefined reference __stdout' fixdep.c:(.text+0x5ea): undefined reference to
__fputc_unlocked' collect2: ld returned 1 exit status make[1]: * [scripts/basic/fixdep] error 1 make: * [scripts_basic] error 2
i error when try configure linux 3.11 kernel. using linux 3.13.0.34 kernel, getting make menuconfig dont know did, showing above error,
i have installed build-essentials.
someone me on this.
firstly without .config file cannot build kernel source (either need manually enalbe or disable modules or use config of same machine build)
go /boot
you find default configuration file config-3.2.03-generic suitable machine
copy config file kernel source folder .config
then make menuconfig, save , exit
make build kernel source, hope not error if follow these steps
Comments
Post a Comment