Hi all,

I am trying to compile 2.5.48 and make dep seems to not write the modversions.h file.
I am using make menuconfig to configure the kernel as make xmenuconfig requires the QT libs.

When running make dep i get:
--------------------------------------------
[root@bluefish linux-2.5.48]# make dep
Generating include/linux/version.h (unchanged)
rm -f scripts/built-in.o; ar rcs scripts/built-in.o
gcc -Wp,-MD,scripts/.fixdep.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/fixdep scripts/fixdep.c
gcc -Wp,-MD,scripts/.split-include.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/split-include scripts/split-include.c
gcc -Wp,-MD,scripts/.docproc.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/docproc scripts/docproc.c
gcc -Wp,-MD,scripts/.conmakehash.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/conmakehash scripts/conmakehash.c
SPLIT include/linux/autoconf.h -> include/config/*
Starting the build. KBUILD_BUILTIN=1 KBUILD_MODULES=
make[1]: Nothing to be done for `include/linux/modversions.h'.
[root@bluefish linux-2.5.48]#
---------------------------------------------

although my .config file contains:
---------------------------------------------
CONFIG_MODULES=y
# CONFIG_MODULE_UNLOAD is not set
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_KMOD=y
---------------------------------------------
and there are multiple drivers defined a modules.

In the absence of modversions.h make install will fail because of missing symbols.

I am attaching some extra data as instructed in the bug reporting file.
----
[root@bluefish linux-2.5.48]# sh scripts/ver_linux
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.

Linux bluefish 2.4.19cristi #3 Fri Sep 27 13:23:21 EEST 2002 i686 i686 i386 GNU/
Linux

Gnu C 3.2
Gnu make 3.79.1
util-linux 2.11r
mount 2.11r
modutils 2.4.18
e2fsprogs 1.27
reiserfsprogs 3.6.2
pcmcia-cs 3.1.31
PPP 2.4.1
isdn4k-utils 3.1pre4
Linux C Library 2.2.93
Dynamic linker (ldd) 2.2.93
Procps 2.0.7
Net-tools 1.60
Kbd 1.06
Sh-utils 2.0.12
Modules Loaded loop trident ntfs
[root@bluefish linux-2.5.48]#
----

Is there anything I am doing wrong?
Thank you,
Cristi

PS Please include my address in the reply ([EMAIL PROTECTED]) as I am not subscribed to the kbuild-devel list.



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to