Re: 2.4.14-pre7 Unresolved symbols
From: Bas Mevissen
Date: Wed Sep 17 2003 - 09:09:22 EST
jarausch@xxxxxxxxxxxx wrote:
Hi,
trying to build 2.4.14-pre7 breaks with the error message
depmod: *** Unresolved symbols in /lib/modules/2.4.14-pre7/kernel/fs/romfs/romfs.o
depmod: unlock_page
during make modules_install.
2.4.14-pre6 is running fine here.
Why are you (still) using 2.4.14-preX? Current stable version is 2.4.22
and 2.4.23-preX is under development.
Anyway, grep for "unlock_page" in all .c files, find out if the .o of it
is built and if the symbol is exported with EXPORT_SYMBOL.
BTW. Did you save the .config file and ran "make mrproper" before
building? It is very likely that after patching up in a "used" tree, the
rebuild is not going entirely correctly.
Regards,
Bas.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/