Re: Floating point computations in kernel modules

2007-09-17 Thread Trond Myklebust
On Mon, 2007-09-17 at 19:36 +0530, Ram wrote: > Hi, > >I am trying to write a driver which uses double, float. I am using > an arm11 with gcc 3.4.4 > >When i try to compile my modules (with float variables) i get the error > >WARNING: "__extendsfdf2" undefined! >WARNING:

Re: Floating point computations in kernel modules

2007-09-17 Thread Markus Rechberger
Hi, On 9/17/07, Ram <[EMAIL PROTECTED]> wrote: > Hi, > >I am trying to write a driver which uses double, float. I am using > an arm11 with gcc 3.4.4 > >When i try to compile my modules (with float variables) i get the error > >WARNING: "__extendsfdf2" undefined! >WARNING:

Floating point computations in kernel modules

2007-09-17 Thread Ram
Hi, I am trying to write a driver which uses double, float. I am using an arm11 with gcc 3.4.4 When i try to compile my modules (with float variables) i get the error WARNING: "__extendsfdf2" undefined! WARNING: "__mulsf3"undefined! WARNING: "__fixsfsi"undefined! WARNING:

Floating point computations in kernel modules

2007-09-17 Thread Ram
Hi, I am trying to write a driver which uses double, float. I am using an arm11 with gcc 3.4.4 When i try to compile my modules (with float variables) i get the error WARNING: __extendsfdf2 undefined! WARNING: __mulsf3undefined! WARNING: __fixsfsiundefined! WARNING:

Re: Floating point computations in kernel modules

2007-09-17 Thread Trond Myklebust
On Mon, 2007-09-17 at 19:36 +0530, Ram wrote: Hi, I am trying to write a driver which uses double, float. I am using an arm11 with gcc 3.4.4 When i try to compile my modules (with float variables) i get the error WARNING: __extendsfdf2 undefined! WARNING: __mulsf3undefined!

Re: Floating point computations in kernel modules

2007-09-17 Thread Markus Rechberger
Hi, On 9/17/07, Ram [EMAIL PROTECTED] wrote: Hi, I am trying to write a driver which uses double, float. I am using an arm11 with gcc 3.4.4 When i try to compile my modules (with float variables) i get the error WARNING: __extendsfdf2 undefined! WARNING: __mulsf3undefined!