On Thu, Sep 11, 2003 at 11:33:07AM +0530, durai wrote: > i compiled a wireless lan driver using the mips-linux-gcc compiler 2.95.3. > When i try to insmod the driver i got the following errors. any ideas? > > insmod: unresolved symbol dptoli > insmod: unresolved symbol dpmul > insmod: unresolved symbol litodp > > Note that, i havent used any of these above functions in my code. It appears > only in the .o files These are symbols used by gcc's software fp code. Don't use floating point in kernel code. Ralf