hi,all.
I have a problem about deploy qt embedded to omap35xx board. I used OE to complile qt-embedded for beagleboard, and this qte run well on this board.

And on the other hand, I copy the same qte libraries to "Zoom omap35xx development kit",which cpu is the same as beagleboard(both of them use omap3530 arm cpu). And this board run linux kernel and file system from offical of timeSys linuxlink contribution. I copied qte libraries to MMC card, meanwhile I set the LD_LIBRARY_PATH as well.

when I run the qte test application, which will draw a button on screen, it aborted and said:
float point exception

so, what's the main problem? Does it mean that my kernel from other place is incompatible with qte which is compliled by myself? or Does my cross compiler version is not right?

any help is highly appreciated! thanks.

/favor