Hi, I changed a function in the file include/asm/string.h and included a global variable. I defined this global variable in init/main.c and compile the 2.4.27 (very old ;)) kernel. Everything seams to go OK (make clean; make mrproper: make menuconfig; make bzImage; make modules) until the make modules_install where it complains of Unresolved symbol (my global variable) in a list of modules that uses the function of string.h that I changed. The System.map has my variable. Where do I need to export my variable? How can I solve this? Thanks. -- Filipa Duarte -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ