I am trying to install RTlinux (beta13) under Linux kernel-2.2.11

I had things working under kernel-2.2.10 and beta11.

The same procedure seems to be problematic this time.
The file /usr/src/rtl/.config `had' to be empty to reach this far!!

I saw problems with:

        make clean (complaints about rtl.mk, so I copied it where needed from
                    top level)
        make install (as shown below)

        insmod worked for rtl_time.o and rtl_sched.o but not for rtl_fifo.o
          (see below)

Any help will be appreciated.

- ishwar

---
[root@delhi rtl] make install
mkdir -p /lib/modules/`grep UTS_RELEASE /usr/src/linux/include/linux/version.h 
2>/dev/null | cut -d\" -f2`
mkdir -p /lib/modules/`grep UTS_RELEASE /usr/src/linux/include/linux/version.h 
2>/dev/null | cut -d\" -f2`/misc
Instaling modules in /lib/modules/2.2.11-RTL_BETA13/misc
Installing header /usr/include/rtlinux
ln: /usr/include/rtlinux/linux/arch-i386: File exists
make: *** [install] Error 1


[root@delhi misc]# insmod rtl_time.o
[root@delhi misc]# insmod rtl_sched.o
[root@delhi misc]# lsmod
Module                  Size  Used by
rtl_sched              36580   0  (unused)
rtl_time                7264   0  [rtl_sched]
[root@delhi misc]# insmod rtl_fifo.o
rtl_fifo.o: unresolved symbol rtl_register_chrdev
rtl_fifo.o: unresolved symbol rtl_unregister_chrdev
[root@delhi misc]#
----
--- [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