> Hi
>  all
> 
>    i did the same, what u told.
>      i removed the  -O2 option in CFLAGS and compiled my code.
>     now its giving error that  the  unresoved symblos regd schedulre
> finction names,
>     when i am trying to insert my module in to the kernel.
>     prevoiusly it didn't give any error.

Some schedule function is declared as "inline ", just in rtl_sched.h.
that means you should enable the inlines when you compile you files.
-O2 enbale inline by  default , but without the -O2 gcc doesn't 
accecpt inlines  , or you should add some separate options..

----- End of forwarded message from [EMAIL PROTECTED] -----
-- [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/

Reply via email to