Ahhhh.........Well that would explain it..... I don't think the kernel module I'm using will suddenly become GPL......
R On Fri, May 3, 2013 at 11:29 AM, Gilles Chanteperdrix <[email protected]> wrote: > On 05/03/2013 08:20 PM, Ross Williamson wrote: > >> I'm in the unfortunate position of having a closed-source kernel >> module that I need to recompile a kernel for - I have matched the >> kernel version/xenomai version however when I insert the module I get >> the folllowing error: >> >> Unknown symbol xnintr_enable >> Unknown symbol xnintr_disable >> >> both these symbols are in the System.map for the kernel so I'm >> confused as to why the kernel module is reporting this. >> >> Module.symvers:0x00000000 xnintr_enable vmlinux EXPORT_SYMBOL_GPL >> System.map:80068270 T xnintr_enable >> >> I suspect I'm doing something dumb.... > > > xnintr_enable and xnintr_disable, like all services exported by Xenomai > in kernel-space, are only available to modules using the GPL license. > > -- > Gilles. -- Ross Williamson Research Scientist - Sub-mm Group California Institute of Technology 626-395-2647 (office) 312-504-3051 (Cell) _______________________________________________ Xenomai mailing list [email protected] http://www.xenomai.org/mailman/listinfo/xenomai
