Marco Schramel wrote: > Hi, > > we use a custom mpc8270 system. Everything works fine. > Now i have to handle some float values in a device driver. If i insert the > compiled module my target prints out > > insmod: unresolved symbol __addsf3 > insmod: unresolved symbol __floatsisf > > Are there any missing libraries ? > > Any other ideas? > > Best regards > > Marco > >
You're using floating arithmetic in the kernel. That's not supported. Regards Pantelis