root:/sources/linux-2.6.32.8# ls
COPYING Makefile block include mm sound
CREDITS README crypto init net tools
Documentation REPORTING-BUGS drivers ipc samples usr
Kbuild arch firmware kernel scripts virt
MAINTAINERS bash fs lib security

root:/sources/linux-2.6.32.8# make mrproper
CLEAN scripts/basic
CLEAN scripts/kconfig
CLEAN include/config
CLEAN .config include/linux/autoconf.h

### I think the /bin/sh symlink is ok, (didn't try it in new shell yet - how do I do that BTW???)
### yes, I did not have a .config file and
### the following makes sure, no .config available and get .config-new from
### previous run of "make oldconfig"
root:/sources/linux-2.6.32.8# vim .config
root:/sources/linux-2.6.32.8# vim ../.config-new
###
###

root:/sources/linux-2.6.32.8# make V=1
make -f /sources/linux-2.6.32.8/Makefile silentoldconfig
make -f scripts/Makefile.build obj=scripts/basic
  gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes 
-Wstrict-prototypes -O2 -fomit-frame-pointer     -o scripts/basic/fixdep 
scripts/basic/fixdep.c
  gcc -Wp,-MD,scripts/basic/.docproc.d -Wall -Wmissing-prototypes 
-Wstrict-prototypes -O2 -fomit-frame-pointer     -o scripts/basic/docproc 
scripts/basic/docproc.c
  gcc -Wp,-MD,scripts/basic/.hash.d -Wall -Wmissing-prototypes 
-Wstrict-prototypes -O2 -fomit-frame-pointer     -o scripts/basic/hash 
scripts/basic/hash.c
mkdir -p include/linux include/config
make -f scripts/Makefile.build obj=scripts/kconfig silentoldconfig
  gcc -Wp,-MD,scripts/kconfig/.conf.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 
-fomit-frame-pointer   -DCURSES_LOC="<ncurses.h>" -DLOCALE   -c -o 
scripts/kconfig/conf.o scripts/kconfig/conf.c
  gcc -Wp,-MD,scripts/kconfig/.kxgettext.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 
-fomit-frame-pointer   -DCURSES_LOC="<ncurses.h>" -DLOCALE   -c -o 
scripts/kconfig/kxgettext.o scripts/kconfig/kxgettext.c
  cat scripts/kconfig/zconf.tab.c_shipped>  scripts/kconfig/zconf.tab.c
  cat scripts/kconfig/lex.zconf.c_shipped>  scripts/kconfig/lex.zconf.c
  cat scripts/kconfig/zconf.hash.c_shipped>  scripts/kconfig/zconf.hash.c
  gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 
-fomit-frame-pointer   -DCURSES_LOC="<ncurses.h>" -DLOCALE  -Iscripts/kconfig 
-c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c
  gcc  -o scripts/kconfig/conf scripts/kconfig/conf.o 
scripts/kconfig/zconf.tab.o -lncursesw
scripts/kconfig/conf -s arch/x86/Kconfig
rm -f include/config/kernel.release
echo 
2.6.32.8/usr/bin/ld:warning:cannotfindentrysymbol_start;defaultingto080480b8>  
include/config/kernel.release
2.6.32.8/usr/bin/ld:warning:cannotfindentrysymbol_start
/bin/sh: defaultingto080480b8: command not found
make: *** [include/config/kernel.release] Error 127
root:/sources/linux-2.6.32.8#

### above results from "make V=1" seem to tell me that something goes wrong
### when trying to write/read "include/config/kernel.release" -
### what is the contents of this file to become or to be???
###
### Any hints/help appreciated
Regards

--
Dipl. Ing. *Franz L. Kuhlmann* Mitteranger 34 D 82418 Murnau T 49/0-8841-629072
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to