I know mandrake 8.0 comes with two versions of gcc -- one for compiling
user programs and one version that is better for compiling the linux
kernel. The latter is invoked via the 'kgcc' shell wrapper script. Edit
your master Makefile for the kernel and change the line that reads:
CC = $(CROSS_COMPILE)gcc
to read:
CC = $(CROSS_COMPILE)kgcc
Your compile problems might be caused by something else though, but it's
always a good idea to use the recommended kgcc anyway.
-Calin
On Tue, 11 Sep 2001, Thomas Paoloni wrote:
> Hi,
>
> I'm not able to compile my kernel 2.4.7 patched with RTAI 24.1.5.
> I have Mandrake 8.0 on my PC, and I think the compiler provided (the mdk
>
> version) doesn't works fine for RTAI 24.1.5 (I didn't had problems with
> the RTAI 1.6 and Mandrake 7.2).
> Which is the right gcc ?
>
> Thanks.
>
> -- [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/
>
-- [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/