Hello, I have to do a real time application which is made up of different functions in different files. I include in the 'main' file with the init_module: #include <linux/module.h> #include <linux/version.h> #include <linux/kernel.h> In other files, I use: #define __NO_VERSION__ #include <linux/module.h> #include <linux/kernel.h> #include <linux/version.h> I compile and bind the object files together using ld -r. But I receive the following message: Could not find the kernel version the module was compiled for. As well as this, I have some problems with string.h and stdlib.h includes. In fact, my real time module use menset function. Can somebody help me? Ana. --- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] ---- For more information on Real-Time Linux see: http://www.rtlinux.org/~rtlinux/