Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: make plugins



Am Freitag, 11. Juli 2003 09:30 schrieb Reinhard Nissl:
> Hi,
>
> is there a way to get an error about unresolved symbols when linking a
> plugin?

Yes, there is. When the plugin is loaded, all functions in the dynamic table 
of the plugin need to be resolved. If a function cannot be resolved, VDR will 
terminate.

>
> For now, the plugin compiles and links without any errors or warnings, but
> when vdr is started, I get reported an unresolved symbol.

You get the demangled name of the function with c++filt. Then provide the 
missing implementation.


Marcel



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index