Hi Tina,

does your ARM board have an FPU?
If so, ingnore my post, I am just guessing.
If not you have two options:
1) turn on FPU emulation in the kernel.
2) use GCCs soft float option, it will outperform the first option by a
factor of 5-10 depending on the FPU instruction. You might have to use a
full arm softfloat distribution then or statically link everything and
compile every library including libc with soft float. See:
http://www.arm.linux.org.uk/mailinglists/faq.php#f4

Andreas


>  Hi all,
>
> Im trying to run a gtk application on my ARM board but it crashes as
> follows
> [...]
> could anyone help me know why a floating point exception could occur .
> if the cross-compiler toolchain versions are different , using which i
> compiled my application will this problem  arise ?
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> directfb-users mailing list
> directfb-users@directfb.org
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
>   

_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to