* Module Compilation Error in linux-2.6.15 using floating point
@ 2010-01-08 9:35 jyothi
2010-01-08 9:43 ` Russell King - ARM Linux
2010-01-08 9:44 ` Lothar Waßmann
0 siblings, 2 replies; 3+ messages in thread
From: jyothi @ 2010-01-08 9:35 UTC (permalink / raw)
To: linux-arm-kernel
Hello ,
I am using arm9 based fujitsu card . I have compiled and ported linux-2.6.15
with eldk4.2. I am trying to insert a module in which I am using floating point operations.
While compiling this module , the following errors occur :
*** Warning: "__subdf3" [/export/home1/suchita/bws_linux/bws_menu.ko]
undefined!
*** Warning: "__gedf2" [/export/home1/suchita/bws_linux/bws_menu.ko]
undefined!
*** Warning: "__truncdfsf2"
[/export/home1/suchita/bws_linux/bws_menu.ko] undefined!
*** Warning: "__ltsf2" [/export/home1/suchita/bws_linux/bws_menu.ko]
undefined!
*** Warning: "__muldf3" [/export/home1/suchita/bws_linux/bws_menu.ko]
undefined!
*** Warning: "__divdf3" [/export/home1/suchita/bws_linux/bws_menu.ko]
undefined!
*** Warning: "__ledf2" [/export/home1/suchita/bws_linux/bws_menu.ko]
undefined!
*** Warning: "__gtsf2" [/export/home1/suchita/bws_linux/bws_menu.ko]
undefined!
*** Warning: "__floatunsidf"
[/export/home1/suchita/bws_linux/bws_menu.ko] undefined!
*** Warning: "__adddf3" [/export/home1/suchita/bws_linux/bws_menu.ko]
undefined!
*** Warning: "__extendsfdf2"
[/export/home1/suchita/bws_linux/bws_menu.ko] undefined!
*** Warning: "__fixunsdfsi"
[/export/home1/suchita/bws_linux/bws_menu.ko] undefined!
*** Warning: "__ltdf2" [/export/home1/suchita/bws_linux/bws_menu.ko]
undefined!
*** Warning: "__floatsidf" [/export/home1/suchita/bws_linux/bws_menu.ko]
undefined!
Please suggest a solution to overcome these errors.
Thanks in advance.
Regards,
Jyothi
^ permalink raw reply [flat|nested] 3+ messages in thread
* Module Compilation Error in linux-2.6.15 using floating point
2010-01-08 9:35 Module Compilation Error in linux-2.6.15 using floating point jyothi
@ 2010-01-08 9:43 ` Russell King - ARM Linux
2010-01-08 9:44 ` Lothar Waßmann
1 sibling, 0 replies; 3+ messages in thread
From: Russell King - ARM Linux @ 2010-01-08 9:43 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jan 08, 2010 at 03:05:58PM +0530, jyothi wrote:
> Hello ,
> I am using arm9 based fujitsu card . I have compiled and ported
> linux-2.6.15 with eldk4.2. I am trying to insert a module in which I am
> using floating point operations.
The use of floating point in the kernel is prohibited.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Module Compilation Error in linux-2.6.15 using floating point
2010-01-08 9:35 Module Compilation Error in linux-2.6.15 using floating point jyothi
2010-01-08 9:43 ` Russell King - ARM Linux
@ 2010-01-08 9:44 ` Lothar Waßmann
1 sibling, 0 replies; 3+ messages in thread
From: Lothar Waßmann @ 2010-01-08 9:44 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
> I am using arm9 based fujitsu card . I have compiled and ported linux-2.6.15
> with eldk4.2. I am trying to insert a module in which I am using floating point operations.
>
> While compiling this module , the following errors occur :
>
> *** Warning: "__subdf3" [/export/home1/suchita/bws_linux/bws_menu.ko]
> undefined!
> *** Warning: "__gedf2" [/export/home1/suchita/bws_linux/bws_menu.ko]
> undefined!
> *** Warning: "__truncdfsf2"
> [/export/home1/suchita/bws_linux/bws_menu.ko] undefined!
> *** Warning: "__ltsf2" [/export/home1/suchita/bws_linux/bws_menu.ko]
> undefined!
> *** Warning: "__muldf3" [/export/home1/suchita/bws_linux/bws_menu.ko]
> undefined!
> *** Warning: "__divdf3" [/export/home1/suchita/bws_linux/bws_menu.ko]
> undefined!
> *** Warning: "__ledf2" [/export/home1/suchita/bws_linux/bws_menu.ko]
> undefined!
> *** Warning: "__gtsf2" [/export/home1/suchita/bws_linux/bws_menu.ko]
> undefined!
> *** Warning: "__floatunsidf"
> [/export/home1/suchita/bws_linux/bws_menu.ko] undefined!
> *** Warning: "__adddf3" [/export/home1/suchita/bws_linux/bws_menu.ko]
> undefined!
> *** Warning: "__extendsfdf2"
> [/export/home1/suchita/bws_linux/bws_menu.ko] undefined!
> *** Warning: "__fixunsdfsi"
> [/export/home1/suchita/bws_linux/bws_menu.ko] undefined!
> *** Warning: "__ltdf2" [/export/home1/suchita/bws_linux/bws_menu.ko]
> undefined!
> *** Warning: "__floatsidf" [/export/home1/suchita/bws_linux/bws_menu.ko]
> undefined!
>
> Please suggest a solution to overcome these errors.
>
Don't use floating point in the kernel.
Lothar Wa?mann
--
___________________________________________________________
Ka-Ro electronics GmbH | Pascalstra?e 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Gesch?ftsf?hrer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996
www.karo-electronics.de | info at karo-electronics.de
___________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-08 9:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08 9:35 Module Compilation Error in linux-2.6.15 using floating point jyothi
2010-01-08 9:43 ` Russell King - ARM Linux
2010-01-08 9:44 ` Lothar Waßmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox