Anders Gnistrup wrote:
>
> Kiran Garimella wrote:
>
> > Hey everybody,
> > I'm currently trying to learn how to use the rtlinux package and am
> > trying to go through the examples. However, I can't seem to get ANY
> > rtlinux module to load correctly. I only get enormous amounts of error
> > messages. Here's an example:
> >
> > Using /lib/modules/2.2.14-rtl2.2/misc/rtl_time.o
> > /lib/modules/2.2.14-rtl2.2/misc/rtl_time.o: unresolved symbol
> > rtl_request_local_irq
> > /lib/modules/2.2.14-rtl2.2/misc/rtl_time.o: unresolved symbol
> > smp_found_config
> > /lib/modules/2.2.14-rtl2.2/misc/rtl_time.o: unresolved symbol
> > __global_cli
> > /lib/modules/2.2.14-rtl2.2/misc/rtl_time.o: unresolved symbol
> > __cpu_logical_map
> > /lib/modules/2.2.14-rtl2.2/misc/rtl_time.o: unresolved symbol
> > rtl_free_local_irq
> > /lib/modules/2.2.14-rtl2.2/misc/rtl_time.o: unresolved symbol
> > __global_save_flags
> > /lib/modules/2.2.14-rtl2.2/misc/rtl_time.o: unresolved symbol
> > __global_restore_flags
> > /lib/modules/2.2.14-rtl2.2/misc/rtl_time.o: unresolved symbol
> > rtl_reschedule
> > /lib/modules/2.2.14-rtl2.2/misc/rtl_time.o: unresolved symbol
> > smp_num_cpus
> > /lib/modules/2.2.14-rtl2.2/misc/rtl_time.o: unresolved symbol
> > __global_sti
> > /lib/modules/2.2.14-rtl2.2/misc/rtl_time.o: unresolved symbol
> > rtl_local_pend_vec
> >
> > What does this mean? Any ideas on how to go about fixing it?
> >
>
> well. It quite simpel. It is not enoghe to #include <rtl_time.h> etc. You also
> have to insert the header as a modul in the kernel. That means
> insmod <path>/time.o
> before running the program.
> here <path> is the path to time.o. it should be in the rtl source in the
> library module ore in /lib/modules
>
> mvh Anders
Oops, I should have specified. Actually, it is when I try to load the
module (via insmod) that these errors appear. Sorry for the mixup. Any
ideas?
-Kiran
-- [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/