linux - Using float, double arithmeetic causes warnings on arm -



linux - Using float, double arithmeetic causes warnings on arm -

i have device driver compiling fine using arm-linux-gnueabi- added few double , float operations code , have been getting next in warnings @ compilation:

warning: "__aeabi_dsub" [/home/preetam/desktop/pwm_driver/driver/pwm_dev.ko] undefined! warning: "__aeabi_d2uiz" [/home/preetam/desktop/pwm_driver/driver/pwm_dev.ko] undefined! warning: "__aeabi_dmul" [/home/preetam/desktop/pwm_driver/driver/pwm_dev.ko] undefined! warning: "__aeabi_ddiv" [/home/preetam/desktop/pwm_driver/driver/pwm_dev.ko] undefined! warning: "__aeabi_ui2d" [/home/preetam/desktop/pwm_driver/driver/pwm_dev.ko] undefined!

does mean compiler and/or arm platform not back upwards floating , double info types?

i deal situation. need able math proper functionality.

linux gcc linux-kernel linux-device-driver gcc-warning

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -