Hello,
when i try to compile my kernel extension as modul, i get some undefined
references. But a look in System.map shows, that the relevant symbols
are defined in the main kernel. Why then those undefined references ?
Any hint is appreciated!
bye
Josef
make ARCH=ppc -C linux modules
make[1]
On Tue, May 30, 2006 at 09:45:46AM +0200, Josef Angermeier wrote:
> Hello,
>
> when i try to compile my kernel extension as modul, i get some undefined
> references. But a look in System.map shows, that the relevant symbols
> are defined in the main kernel. Why then those undefined references ?