Hallo,

I get the follwing error:

# insmod /lib/modules/2.2.17-rtl3/misc/rtl.o
/lib/modules/2.2.17-rtl3/misc/rtl.o: unresolved symbol console_drivers
/lib/modules/2.2.17-rtl3/misc/rtl.o: unresolved symbol __start_rtlinux_funcs           
                                

The patch defines 
# grep console_drivers *
kernel_patch-2.2:+extern struct console *console_drivers;
kernel_patch-2.2:+EXPORT_SYMBOL(console_drivers);             

But thats all. How can I get it working ?? Here my rtl_config.h
                                    
#define RTL_AUTOCONF_INCLUDED
#define RTLINUX_V3 1
#define _POSIX_THREADS 1
#define _POSIX_THREAD_SAFE_FUNCTIONS 1
#define _POSIX_THREAD_PRIORITY_SCHEDULING 1
#define _POSIX_THREAD_PROCESS_SHARED 1
#define _POSIX_THREAD_ATTR_STACKADDR 1
#define _POSIX_THREAD_ATTR_STACKSIZE 1
#define _POSIX_SEMAPHORES 1
#define _POSIX_MONOTONIC_CLOCK 1
#define _POSIX_SPIN_LOCKS 1
#define _RTL_POSIX_THREAD_KEYS_MAX (20)
#define _POSIX_TIMEOUTS 1
#define _RTL_POSIX_THREAD_THREADS_MAX (128)

#define CONFIG_RTL_POSIX_IO 1
#undef  _POSIX_THREAD_PRIO_PROTECT
#define CONFIG_RTL_DEVMEM_SUPPORT 1
#define CONFIG_RTL_DEBUG 1
#define CONFIG_RTL_SLOW_CONSOLE 1
#undef  CONFIG_RTL_SUSPEND_LINUX
#define CONFIG_RTL_TRACER 1
#define CONFIG_PSC 1
#define CONFIG_RTL_FP_SUPPORT 1
#undef  CONFIG_RTL_USE_V1_API
 
[...]
                  

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