I checked the Mandrake version of gcc and it is 2.91.66 (egcs 1.1.2). I
am not sure about the libraries but I do not believe that they are the
problem as the error was complaining about illegal use of registers in an
asm statement in rtl_time.h. Could people please let me know if they are
able to compile with recent gcc versions. I am trying to determine where
the problem is (code or compiler).
Thanks,
John

 -----Original Message-----
From: Frank Mehnert [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 20, 1999 7:57 AM
To: John VanLoon
Cc: [EMAIL PROTECTED]
Subject: Re: [rtl] RTL beta 16 and Mandrake



John VanLoon wrote:

> I retrieved GCC 2.95.1, installed it from the source and recompiled
> the kernel and rtl. Now I have no problems with X or KDE crashing
> (none yet anyway). I am now trying to compile the examples and I get
> errors there. I totally removed the pgcc compiler that came with
> Mandrake. I export CC=gcc to have the examples compiled under gcc.
> I have included the make output here as well as the boot messages.
> Does anyone have an idea as to why these errors? Is GCC 2.95.1 O.K.
> for use with rtl? If not where can I find 2.7.2.3 sources (not at
> the gcc home page).

It is dangerous mixing code built with different versions of
gcc, in particular linking libraries compiled with gcc 2.7.2.3
with code compiled with egcc.

You can find the sources for instance on a debian server

ftp://ftp.debian.org,

/pub/debian/dists/stable/main/source/devel/gcc_2.7.2.3.orig.tar.gz

Frank
 --
Frank Mehnert
## Dept. of Computer Science, TU-Dresden, Germany ##
## email: [EMAIL PROTECTED] ##
--- [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/~rtlinux/

Reply via email to