WARNING: Symbol version dump .... Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled ?
Hi, I get this warning when compiling kernel modules outside kernel source tree. I;m picky cause module causes segfault when loading... I did : make dep #sets all the kernel dependecies make clean make mrproper make cloneconfig make prepare-all Then I get: rm -f qozap.o *.ko *.mod.c *.mod.o .*o.cmd *~ rm -rf .tmp_versions make -C /usr/src/linux-2.6 SUBDIRS=/root/Asterisk/zaphfc/bristuff-0.2.0-RC7k/qozap ZAP=-I/root/Asterisk/zaphfc/bristuff-0.2.0-RC7k/zaptel-1.0.6 modules make[1]: Entering directory `/usr/src/linux-2.6.8-24.13' WARNING: Symbol version dump /usr/src/linux-2.6.8-24.13/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled. CC [M] /root/Asterisk/zaphfc/bristuff-0.2.0-RC7k/qozap/qozap.o Building modules, stage 2. Any advice ? Thanks in advance, regards, Rob.
On Mon, 2005-03-28 at 00:38 +0200, Robert Rozman wrote:
Hi,
I get this warning when compiling kernel modules outside kernel source tree. I;m picky cause module causes segfault when loading...
I did :
make dep #sets all the kernel dependecies make clean make mrproper make cloneconfig make prepare-all
Then I get:
rm -f qozap.o *.ko *.mod.c *.mod.o .*o.cmd *~ rm -rf .tmp_versions make -C /usr/src/linux-2.6 SUBDIRS=/root/Asterisk/zaphfc/bristuff-0.2.0-RC7k/qozap ZAP=-I/root/Asterisk/zaphfc/bristuff-0.2.0-RC7k/zaptel-1.0.6 modules make[1]: Entering directory `/usr/src/linux-2.6.8-24.13'
WARNING: Symbol version dump /usr/src/linux-2.6.8-24.13/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.
Did you install the kernel-syms package? I think you will find the file under /usr/src/linux-obj/i386/default(or smp depending on your kernel version)/Module.symvers, you will need to copy this file to /usr/src/linux. Also no need to run make dep as it is no longer an option with the 2.6 kernel tree. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 * Only reply to the list please* "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
participants (2)
-
Ken Schneider
-
Robert Rozman