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)

  1. go /boot

  2. you find default configuration file config-3.2.03-generic suitable machine

  3. copy config file kernel source folder .config

  4. then make menuconfig, save , exit

  5. make build kernel source, hope not error if follow these steps


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -