Re: Issue Float point in ARM WARNING: "__aeabi_d2iz"

2014-02-03 Thread Catalin Marinas
On Mon, Feb 03, 2014 at 09:10:57AM +, naveen yadav wrote: > We are using ARM SOC cortex A15. we are running 3.10.x kernel. I am > using gcc 4.6 > > I need floating point in kernel module. Try fixed point arithmetics ;). Floating point is not allowed in the kernel. -- Catalin -- To unsubsc

Issue Float point in ARM WARNING: "__aeabi_d2iz"

2014-02-03 Thread naveen yadav
Dear All, We are using ARM SOC cortex A15. we are running 3.10.x kernel. I am using gcc 4.6 I need floating point in kernel module. So when I build I got warning WARNING: "__aeabi_d2iz" [/home/test/tt/hello.ko] undefined! WARNING: "__aeabi_dmul" [/home/test/tt/hello.ko] undefined! WARNING: