On Thu, Nov 22, 2001 at 03:18:30PM +0530, Gopalkrishna M R wrote:
> Hi,
> 
> Trying to install the RTLinux.  Downloaded the
> prepatched kernel from the web site www.rtlinux.org
> (rtlinux-2.2-prepatched.tar.gz).  Then tried the following
> steps (as given in Sys Admin - 91, January 2001 issue).
> 
> 1.  Moved the above mentioned file to /usr/src directory
>     then untarred it.
> 2.  Removed the existing /usr/src/linux and created it using
>     ln -s /usr/src/rtlinux-2.2/linux /usr/src/linux
> 3.  Changed the directory to
>     cd /usr/src/linux
> 4.  Entered these commands
>     make menuconfig       ------> selected the needed things and
>                                   saved it.
>     make dep
>     make clean
>     make bzImage
> 
>     While running this command it gave the following errors:
> ----------------------------------------------------------------------
> checksum.S:231:badly punctuated parameter list in #define
> checksum.S:237:badly punctuated parameter list in #define
> 
> make[2]: ***[checksum.o] Error 1
> make[2]: Levaing directory /usr/src/rtlinux-2.2/linux/arch/i386/lib
> 
> make[1]: ***[first-rule] Error2
> make[1]: Leaving directory /usr/src/rtlinux-2.2/linux/arch/i386/lib
> make:***[_dir_arch/i386/lib] Error2
> ----------------------------------------------------------------------
> 
> It has not created bzImage
> 
> I have tried it on linux kernel 2.2 and 2.4.  At both the places
> it gives the similar error messages.
> 
> Processor used is K6-500 MHz and also Pentium 233 MHz (old motherboard).
> 
> Can YOU please help me to overcome this problem?

IIRC [it's been a while], you need to build stuff from within
/usr/src/rtlinux/linux
instead of
/usr/src/linux
because, even though they're symlinked to the same thing, it travels
up from it's own dir to pull in some headers, etc.

ie, building stuff in /usr/src/rtlinux/linux might access some stuff
in "../include", ie "/usr/src/rtlinux/include", which is subtly
different from "/usr/src/include"

Hope this helps,
Gary (-;
-- [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