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 are unresolved symbol like __mulsf3.
> 
> Have you ever try a xenomai task that use floating point in kernel space ?

Does your ARM processor have a FPU? If not, you need a FP emulation
library to link with.

Wolfgang.

_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to