[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] Re: regd RTL debugger
> 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.