problem in bzimage in LINUX kernel tree for RTAI/Adeos

Malte Witt malte.witt at sieb-meyer.de
Thu Aug 17 09:10:53 CEST 2006


Hi,

> Here are some problems when i configured linux kernel tree for RTAI-3.2. 


Why r u using an old version of RTAI?

> 1. cd linux-2.6.17.1 
> 2. patch -p1 < ../rtai-3.2/base/arch/i386/patches/hal7-2.6.9.patch 

The patch is not matching the kernel you downloaded - you should get a 
maching one ...

> 3. cp arch/i386/deconfig .config 
> 4.make oldconfig 
> 5.make menuconfig 
> 6 make bzImage   ///gives error in entry file as 
[...] 
> 7.make modules 
> 8.make modules_install 


This is not the correct method to configure a 2.6.x kernel.

3-5 are ok, but afterwards you should just do a single

make
make modules_install

This procedure changed from 2.4 to 2.6 kernel.

My advice:
Get RTAI 3.4
Look at the provided patches and download a matching kernel from 
kernel.org
Then do the above steps :-)

Regards,
Malte




More information about the Rtai mailing list