real time kernel = rtai-24.1.6을 컴파일 하는 도중에 패치가 되지 않습니다.
1. Get a clean kernel linux-2.4.xx.tar.gz in /usr/src.
2. Remove the link (linux -> linux-2.4.xx), if you have one, to any old kernel,
i.e.:
rm linux
3. Unpack the kernel source, i.e.:
tar zvxf linux-2.4.xx.tar.gz
4. Rename linux directory, i.e.:
mv linux linux-2.4.xx
5. ... then call it linux again, but through a link, i.e:
ln -s linux-2.4.xx linux
6. Patch the kernel, e.g.:
cd /usr/src/linux
patch -p1 <rtai_home_dir/patches/patch-2.4.xx-rthalxxx
no 6에서 patch가 되지 않습니다.
어떻게 해야 될지.... 급한 일인데.... 좀 알려주세요.