I followed the suggestion of Shenchao Li, and changed the compiler
to kgcc ( After his telling me this, I remember that RedHat said to
change CC=gcc to CC=kgcc in the makefile for kernel 2.2.17 if trying to
upgrade.)  Everything went well, I did a make dep clean bzImage modules
modules_install, then copied the bzImage to /boot, renamed it to
rtlinux, edited my lilo.conf, then ran /sbin/lilo, then crossed my
fingers and rebooted.  Everything rebooted just fine, and as far as I
can tell everything works well.

  I then went to the rtlinux dir, and continued with the instructions by
typing make xconfig, the menu cam up, I changed nothing, then saved and
exited.  I then edited the rtlinux makefile, and changed cc=gcc to
cc-kgcc.  I then typed make, and received more error messages.  The
output form the last make is included here.  What happened, and what do
I need to do to fix it?? (I believe I am soo close to getting this
installed)

Thank you
Brian


 make[1]: Entering directory `/usr/src/rtlinux-3.0/main'
kgcc -pipe -fno-strength-reduce -mpreferred-stack-boundary=2 -DCPU=686
-march=i686 -I/usr/src/rtlinux-3.0/linux/include
-I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat
-I/usr/src/rtlinux-3.0/include/posix -Wall -Wstrict-prototypes -g
-D__SMP__ -D__RTL__ -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -O2   -c
-o arch/arch.o arch/arch.c
make[1]: Leaving directory `/usr/src/rtlinux-3.0/main'
make[1]: Entering directory `/usr/src/rtlinux-3.0/fifos'
kgcc -pipe -fno-strength-reduce -mpreferred-stack-boundary=2 -DCPU=686
-march=i686 -I/usr/src/rtlinux-3.0/linux/include
-I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat
-I/usr/src/rtlinux-3.0/include/posix -Wall -Wstrict-prototypes -g
-D__SMP__ -D__RTL__ -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -O2   -c
-o rtl_fifo.o rtl_fifo.c
make[1]: Leaving directory `/usr/src/rtlinux-3.0/fifos'
make[1]: Entering directory `/usr/src/rtlinux-3.0/schedulers'
kgcc -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include
-I/usr/src/rtlinux-3.0/include/compat   -pipe -fno-strength-reduce
-mpreferred-stack-boundary=2 -DCPU=686 -march=i686
-I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include
-I/usr/src/rtlinux-3.0/include/compat
-I/usr/src/rtlinux-3.0/include/posix -Wall -Wstrict-prototypes -g
-D__SMP__ -D__RTL__ -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -O2
-pipe -fno-strength-reduce  -DCPU=686 -march=i686 -c -o  rtl_time_tmp.o
i386/rtl_time.c
make[1]: Leaving directory `/usr/src/rtlinux-3.0/schedulers'
make[1]: Entering directory `/usr/src/rtlinux-3.0/system'
kgcc -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include
-I/usr/src/rtlinux-3.0/include/compat   -pipe -fno-strength-reduce
-mpreferred-stack-boundary=2 -DCPU=686 -march=i686
-I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include
-I/usr/src/rtlinux-3.0/include/compat
-I/usr/src/rtlinux-3.0/include/posix -Wall -Wstrict-prototypes -g
-D__SMP__ -D__RTL__ -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -O2 -o
rtl_posixio.o -c rtl_posixio.c
make[1]: Leaving directory `/usr/src/rtlinux-3.0/system'
make[1]: Entering directory `/usr/src/rtlinux-3.0/measurement'
kgcc -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include
-I/usr/src/rtlinux-3.0/include/compat  -pipe -fno-strength-reduce
-mpreferred-stack-boundary=2 -DCPU=686 -march=i686
-I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include
-I/usr/src/rtlinux-3.0/include/compat
-I/usr/src/rtlinux-3.0/include/posix -Wall -Wstrict-prototypes -g
-D__SMP__ -D__RTL__ -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -O2 -c
periodic_test.c
make[1]: Leaving directory `/usr/src/rtlinux-3.0/measurement'
make[1]: Entering directory `/usr/src/rtlinux-3.0/psc'
kgcc -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include
-I/usr/src/rtlinux-3.0/include/compat   -pipe -fno-strength-reduce
-mpreferred-stack-boundary=2 -DCPU=686 -march=i686
-I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include
-I/usr/src/rtlinux-3.0/include/compat
-I/usr/src/rtlinux-3.0/include/posix -Wall -Wstrict-prototypes -g
-D__SMP__ -D__RTL__ -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -O2 -c
psc.c
make[1]: Leaving directory `/usr/src/rtlinux-3.0/psc'
make[1]: Entering directory `/usr/src/rtlinux-3.0/debugger'
rm -f arch
ln -sf i386 arch
kgcc -pipe -fno-strength-reduce -mpreferred-stack-boundary=2 -DCPU=686
-march=i686 -I/usr/src/rtlinux-3.0/linux/include
-I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat
-I/usr/src/rtlinux-3.0/include/posix -Wall -Wstrict-prototypes -g
-D__SMP__ -D__RTL__ -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -O2   -c
-o hello.o hello.c
make[1]: Leaving directory `/usr/src/rtlinux-3.0/debugger'
make[1]: Entering directory `/usr/src/rtlinux-3.0/regression'
kgcc -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include
-I/usr/src/rtlinux-3.0/include/compat  -pipe -fno-strength-reduce
-mpreferred-stack-boundary=2 -DCPU=686 -march=i686
-I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include
-I/usr/src/rtlinux-3.0/include/compat
-I/usr/src/rtlinux-3.0/include/posix -Wall -Wstrict-prototypes -g
-D__SMP__ -D__RTL__ -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -O2 -c
switch_module.c
make[1]: Leaving directory `/usr/src/rtlinux-3.0/regression'


-- [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