Hi,
 
I am a rtlinux newbie and I have attempted installing rtlinux. I am running redhat 6.2 with kernel version 2.2.14-5.0 and I have downloaded the rtlinux2.2 prepatched kernel and I used the following instructions to install it:
 
cd /usr/src
rm linux -- removing symbolic link
 
untar the prepatched kernel tarball.....which created a rtlinux-2.2 dir.
 
i created a symbolic link
 
ln -s /usr/src/rtlinux-2.2/linux
cd linux
 
and ran make menuconfig. after which i did
 
make dep
make bzImage
 
and i edited my lilo.conf file to boot rtlinux...
 
i have seen numerous installation instructions to cd into /usr/src/rtlinux-2.2/rtl to  run make and make install after booting the rtlinux kernel... but there is no rtl directory in /usr/src/rtlinux-2.2 on my system after i boot into the rtlinux kernel. so i just ran
 
cd /usr/src/rtlinux-2.2
make
make install
 
instead of doing that in /usr/src/rtlinux-2.2/rtl
 
is this rite.??......
 
and how do i link to rtl libraries when compiling my programs with gcc.??
 
 
 
 

Reply via email to