> that happens when you have the link in /usr/include/linux pointing to the wrong
> kernel version - normaly 

is this how it should be : ?? 

> /usr/include/linux -> ../src/linux/include/linux
> /usr/include/asm -> ../src/linux/include/asm
 

> so you need to make shure that these links are corect  AND that in /usr/src/
> linux should be a link to the corect linux tree (make shure its not a directory)

i am not shure about what you meant should not be a directory ?
 
> cd linux and atleast run make menuconfig so that modversion.h is built.
i have tried to make the link that you listed above, but when i run "make xconfig" (in 
nstead of make menuconfig) and thereafter "make dep" i get the following :
/usr/src/linux/include/linux/modversion.h was not updated 

> then go to the rtlinux-3.X/directory and 
> 
> ln -s /usr/src/linux linux (now rtlinux can find the corect kernel tree)
> 
> make distclean
> make config
> make dep
> make 
> 
> now your modules should be for your 2.4.4-rtl kernel.

it has not help yet, i think it is because of the modversion.h not being updated.

Please help me some if you can.

Thanks in advance
Michael
PS. i am not that experienced in linux


-- [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/

Reply via email to