Feb. 3, 2014
9:36 a.m.
On Mon, Feb 03, 2014 at 09:10:57AM +0000, 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