Re: unresoved symbol _gp_disp

2007-10-05 Thread Ralf Baechle
ECTED]>, > "linux-kernel.org" > Subject: Re: unresoved symbol _gp_disp > Content-Type: text/plain; charset=us-ascii > > "Steven J. Hill" <[EMAIL PROTECTED]> writes: > > > > I have written a loadble module ( which gets complied > &g

Re: unresoved symbol _gp_disp

2007-10-04 Thread Andi Kleen
"Steven J. Hill" <[EMAIL PROTECTED]> writes: > > I have written a loadble module ( which gets complied > > along with kernel) which does some floating point > > operation. > > > NO FLOATING POINT in the kernel PERIOD. Either use integer > operations, or redo your software architecture and do the

Re: unresoved symbol _gp_disp

2007-10-04 Thread Steven J. Hill
> I have written a loadble module ( which gets complied > along with kernel) which does some floating point > operation. > NO FLOATING POINT in the kernel PERIOD. Either use integer operations, or redo your software architecture and do the floating point in userspace. -Steve - To unsubscribe fro

Re: unresoved symbol _gp_disp

2007-10-04 Thread David Daney
Steven J. Hill wrote: I have written a loadble module ( which gets complied along with kernel) which does some floating point operation. NO FLOATING POINT in the kernel PERIOD. Unless you compile your code with -msoft-float *and* also have a version of libgcc compiled with -mlong-calls -mno