> I'm trying to install RTLinux over an existing RedHat installation. > > I installed egcs-2.90 to use for compilation (instead of the native > redhat-gcc). > > I'd like to know as to what changes need to be made in the Makefile for > the kernel (/usr/src/Makefile) so as to have the egcs compiler used rather > than gcc
if you want to have both compilers available then the probably easiest way is to install your new compiler in a non-default directory /usr/newgcc/bin etc. and simply pass this non-standard location as the first entry in your PATH environment variable. This should work without any changes to any of the Makefile at all. Compiling the kernel works fine with gcc-2.95.2 and gcc-2.95.3 - for 2.4.18++ gcc-3.1 also looks like its ok (builds for me...) hofrat -- [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/