[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] kernel compiling error - help!



On Thursday 31 May 2001 08:46, you wrote:
> I tried to compile kernel from rtlinux_kernel_2.4.tar.gz
> v3.0
>
> making comand "make bzImage" i got error in file checksum.s
>
> cheksum.s:238 badly punctuated parameter list in #define
> cheksum.s:244 badly punctuated parameter list in #define
>
> i tried to compile this kernel on 2 computers and this error where
> on both.
>
> original system on RedHat 7.1.
Hi,
AFAIK RH7.1 has a new egcs that isn't 100% compatible with the old one. So 
you have to use perhaps kgcc instead of gcc. I think you can do this in bash 
with:
export CC=kgcc
This may help...

Ineiti