Urban Biel (rbk@stv.sk) wrote: > >i get this error only if my code includes floating point arithmetic (of > >course). how to get rid of this? i'm building with make -C > > i found the point. i'm porting driver for radio card from 2.4.x to 2.6.x > (well, i'm trying...) and problem was with #define FREQ_LO (87.5*16000). > Evaluating this expression helped. I think this value is written only for remember how it works. Could you not put it in comments and put the right value as : #define FREQ_LO 1400000 /* 87.5*16000 */ ? Have a good day :) -- Regards, Christophe * GNU/Linux & UNIX developer and network administrator * Membre RotomaLUG (http://www.rotomalug.org) * Registered User #271267 * Email: c.lucas@ifrance.com * Web Site: http://odie.mcom.fr/~clucas/ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/