[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] kernel compiling error - help!
FYI:
"Downgrading" to the compiler found in RH6.2 will work. Everything seems
to work without any troubles:
rpm -e gcc <--- erases the current
compiler
rpm -ivh egcs-1.1.2-30 <--- installs the "old" compiler
I am not sure if we should also downgrade the C preprocessor, but just
in case, here it is:
rpm -e cpp
rpm -ivh cpp-1.1.2-30
-Edgar
Victor Yodaiken wrote:
> Redhat 7.1 is supplied with a compiler that will not
> correctly compile the Linux kernel. You need kgcc or some
> nonsense to get it to work.
>
> On Sun, Jun 03, 2001 at 05:08:01PM +0800, Ivan Ilyushin 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.
> >
> > what to do? does anybody got this error too?
> >
> >
> > John
> > mailto:john@sokrat.ru
> >
> > -- [rtl] ---
> > To unsubscribe:
> > echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
> > echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
> > --
> > For more information on Real-Time Linux see:
> > http://www.rtlinux.org/rtlinux/
>
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
> echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
> --
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/rtlinux/