Re: pcmf502r for SMC2632w-v2 modules missing

David Stevenson <[email protected]> Fri, 22 Oct 2004 18:17:38 +0000
Newsgroups gmane.linux.drivers.atmel-wlan
Message-ID <[email protected]>
O Plameras wrote:
> 
> Hi all,
> 
> I have kernel-2.6.9-rc3.
> 
> I downloaded atmelwlandriver-ss-20040606.tar.gz.
> 
> When I compiled with,
> 
> #make pcmcia buildonly=debug, I get warning
> messages that the ff are missing:
> __gtdf2
> __floatsidf
> __fixunsdfsi
> __divdf3
> __subdf3
> 
> Then when I 'modprobe pcmf502r' I get the ff:
> 
> [root@toshiba source]# dmesg
> pcmf502r: Unknown symbol __gtdf2
> pcmf502r: Unknown symbol __floatsidf
> pcmf502r: Unknown symbol __fixunsdfsi
> pcmf502r: Unknown symbol __divdf3
> pcmf502r: Unknown symbol __subdf3
> 
> I googled for hours but with no success.
> 
> What do I do to resolve this problem ?
> 
> Regards,
> O Plameras
> 
> _______________________________________________
> Atmel-wlan-usb mailing list
> Atmel-wlan-usb-ikZNBd7uB5wQUIZIPwn63sWURRETrGNnG9Ur7JDdleE@public.gmane.org
> https://iprserv.jura.uni-leipzig.de/mailman/listinfo/atmel-wlan-usb
> 
> 
I cannot help much with the Atmel code, but I have seen these type of 
errors on other projects when the processor does not have floating point 
support. I assume this is not x86 machine. It should be possible to 
configure soft floating point to avoid these problems.

I hope this helps.
David