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.
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/