undefined symbols of modules

2006-05-30 Thread Josef Angermeier
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]

undefined symbols of modules

2006-05-30 Thread Eugene Surovegin
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 ?