Hello!
I Am trying to compile kernel 2.6.18-348.3.1.el5.028stab106.2.owl1 .
My commands in shell:
root@gw:/usr/src/world/kernel # su - build
build@gw:~ $ cd kernel/
build@gw:~/kernel $ tar xJf ~/sources/Owl/packages/kernel/linux-2.6.18.tar.xz
build@gw:~/kernel $ cd linux-2.6.18/
build@gw:~/kernel/linux-2.6.18 $ xzcat ~/sources/Owl/packages/kernel/patch-348.3.1.el5.028stab106.2-combined.xz | patch -p1 -T build@gw:~/kernel/linux-2.6.18 $ patch -p1 -Z < ~/native/Owl/packages/kernel/linux-2.6.18-348.3.1.el5.028stab106.2-owl.diff build@gw:~/kernel/linux-2.6.18 $ cp ~/native/Owl/packages/kernel/dot-config-i686 .config
build@gw:~/kernel/linux-2.6.18 $ make menuconfig


After last command stdout shows me messages:
  HOSTCC  scripts/basic/fixdep
scripts/basic/fixdep.c: In function 'traps':
scripts/basic/fixdep.c:371:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] scripts/basic/fixdep.c:373:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c: In function 'conf_string':
scripts/kconfig/conf.c:183:20: warning: variable 'help' set but not used [-Wunused-but-set-variable]
scripts/kconfig/conf.c: In function 'conf_sym':
scripts/kconfig/conf.c:217:6: warning: variable 'type' set but not used [-Wunused-but-set-variable]
scripts/kconfig/conf.c: In function 'conf_choice':
scripts/kconfig/conf.c:292:6: warning: variable 'type' set but not used [-Wunused-but-set-variable]
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
scripts/kconfig/lex.zconf.c:1620:16: warning: 'input' defined but not used [-Wunused-function]
  HOSTLD  scripts/kconfig/mconf
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
  HOSTCC  scripts/kconfig/lxdialog/inputbox.o
  HOSTCC  scripts/kconfig/lxdialog/lxdialog.o
  HOSTCC  scripts/kconfig/lxdialog/menubox.o
  HOSTCC  scripts/kconfig/lxdialog/msgbox.o
  HOSTCC  scripts/kconfig/lxdialog/textbox.o
scripts/kconfig/lxdialog/textbox.c: In function 'dialog_textbox':
scripts/kconfig/lxdialog/textbox.c:41:7: warning: variable 'search_term' set but not used [-Wunused-but-set-variable]
scripts/kconfig/lxdialog/textbox.c: In function 'print_line':
scripts/kconfig/lxdialog/textbox.c:440:9: warning: variable 'x' set but not used [-Wunused-but-set-variable] scripts/kconfig/lxdialog/textbox.c:440:6: warning: variable 'y' set but not used [-Wunused-but-set-variable]
  HOSTCC  scripts/kconfig/lxdialog/util.o
  HOSTCC  scripts/kconfig/lxdialog/yesno.o
  HOSTLD  scripts/kconfig/lxdialog/lxdialog
scripts/kconfig/mconf arch/i386/Kconfig

Your kernel configuration changes were NOT saved.


And returns me to command shell. What should I look for?
Thanks.

Reply via email to