In message <A1C99F4731CAD111BA5400A024FC3B0CAB015C@ESBILMA01EDCGE> Jose Carlos Billalabeitia wrote: > > But the problem continues to be the same. In > a RT-Linux module, I din�t get successfully > to make the allocation functions to run.
It would be really helpful if you had provided a description of the problem. Statement like "is not running" or "does not work" or so are pretty worthles. So please quote the exact error messages etc. I speculate that you might be using a version of the Linux kernel that does not export all the functions you need, so you get unresolved symbol errors when you try to load your module. If this is the case you have to add the necessary EXPORT_SYMBOL() statements to the appropriate kernel files, for instance arch/ppc/kernel/ppc_ksyms.c . Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: [EMAIL PROTECTED] How does a project get to be a year late? ... One day at a time. -- [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/
