Hello,
I am trying to install RTLinux 2.0.
I am using RedHat 4.1 kernel 2.0.27.
I just followed the instruction in INSTALL.phil
and geo the error message of unresolved symbol when
I install rtl. Error message is as follow.
[root@pasrack3 rtl]# make install
Instaling modules in /lib/modules/2.2.13-RTL2.0/misc
/sbin/depmod -a
*** Unresolved symbols in module
/lib/modules/2.2.13-rtl2.0/misc/mbuff.o
*** Unresolved symbols in module
/lib/modules/2.2.13-rtl2.0/misc/rt_com.o
*** Unresolved symbols in module
/lib/modules/2.2.13-rtl2.0/misc/rtl_fifo.o
*** Unresolved symbols in module
/lib/modules/2.2.13-rtl2.0/net/dummy.o
Installing man pages to /usr/local/man
Installing header /usr/include/rtlinux
install -c -m 644 rtl.mk /usr/include/rtlinux;
ind finally get
Do you have any Idea? Did you try with redhat 4.1 or
kernel 2.0.27? Do I have to upgrade the redhat
version to install RTLinux2.0?
FAQ said, recompile from scrach will solve this
problem but it didn't work for my case. Anykind of
comment will be greatly appreciated. Attach is the
error message I got when I run the example.
Thank you
Jongtae
cd examples
cd fp
make
mv rt_process.o fp_tasks.o
cd ../../; ./insrtl
kernel_version needed, but can't be found
kernel_version needed, but can't be found
kernel_version needed, but can't be found
kernel_version needed, but can't be found
cd examples/fp
cd examples/fp
make test
gcc -I/opt/rtl/rtlinux-2.0/linux/include
-I/opt/rtl/rtlinux-2.0/rtl/include
-I/opt/rtl/rtlinux-2.0/rtl
-I/opt/rtl/rtlinux-2.0/linux/include
-I/opt/rtl/rtlinux-2.0/rtl/include
-I/opt/rtl/rtlinux-2.0/rtl
-I/opt/rtl/rtlinux-2.0/rtl/include/posix -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -D__SMP__
-D__RTL__ -D__KERNEL__ -DMODULE -pipe
-fno-strength-reduce -m486 -malign-loops=2
-malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o
rt_process_tmp.o rt_process.c
ld -r -static rt_process_tmp.o -o rt_process.o
-L/usr/lib -lm
rm -f rt_process_tmp.o
insmod fp_tasks.o
kernel_version needed, but can't be found
make: *** [test] Error 2
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
--- [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/