gcc -E -D__GENKSYMS__ main.c | genksyms -k 2.4.7 >
main.ver
I can create the main.ver file. But when I build my
module with this .ver file I couldn't load the module
into the kernel using the insmod command. It said that
the there are some unresolved symbols in my module. I
think it is a problem of kernel version confliction.
My linux is RedHat Linux 7.2 and the kernel version is
2.4.7-10. How can I specify this kernel function in
the genksyms command line?
Thank you very much.
______________________________________________________________________
Find, Connect, Date! http://personals.yahoo.ca
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/