Re: __divdf3 and friends undefined

2007-10-24 Thread neologix
I finally found the bug: somewhere in the code there was a macro like (5.5 * 100) the preprocessor expands this. as a floating point. And floating point is not allowed in the kernel (well, it needs math-emu, which are the symbols that were missing). Man, it took me 1 day to figure that out...

__divdf3 and friends undefined

2007-10-24 Thread neologix
Hi. I'm currently porting a framework developped by my research group for supporting multiple interfaces/channels under linux 2.6. I'm almost done, but I get some warnings when compiling: WARNING: "__divdf3" [/home/cf/netx-2.6/bonding/bonding.ko] undefined! WARNING: "__floatunsidf" [/home/cf/net