Hi Andreas,

           The board does have floating point emulation . I even tried with
enablng float option while building the toolchain(gcc-3.4.5-glibc-2.3.6
,arm-9tdmi-linux-gnu-) . Still i face the same  problem . Does the Directfb
code have any checking  or code that could give floating point exception .
I am not really able to figure out if it could be the problem with the
compilation of the application  or related to toolchain . if you could
suggest me any help .


On Fri, Mar 6, 2009 at 6:36 PM, Andreas <a...@fischlustig.de> wrote:

> 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