Re: [Xenomai-core] USING FLOATING POINT KERNEL SIDE

2008-03-04 Thread Gilles Chanteperdrix
On Tue, Mar 4, 2008 at 1:49 PM, axel axel <[EMAIL PROTECTED]> wrote: > Hi, > > i want to use floating point in module with some xenomai task. > I understand that i can use floating point if i implement some functions ( > xnarch_fpu_init.. ). > > Ok for this but if i try to compile the module, t

Re: [Xenomai-core] USING FLOATING POINT KERNEL SIDE

2008-03-04 Thread Wolfgang Grandegger
axel axel wrote: > Hi, > > i want to use floating point in module with some xenomai task. > I understand that i can use floating point if i implement some functions > ( xnarch_fpu_init.. ). > > Ok for this but if i try to compile the module, the compiler ( gcc 3.4.3 > for arm ) says me there

[Xenomai-core] USING FLOATING POINT KERNEL SIDE

2008-03-04 Thread axel axel
Hi, i want to use floating point in module with some xenomai task. I understand that i can use floating point if i implement some functions ( xnarch_fpu_init.. ). Ok for this but if i try to compile the module, the compiler ( gcc 3.4.3 for arm ) says me there are unresolved symbol like __muls