Using FP Qt applications with OpenGL on iMX53

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Using FP Qt applications with OpenGL on iMX53

1,518件の閲覧回数
bonzo
NXP Employee
NXP Employee

iMX53 GPL question:


I have a customer that wants to compile non-X11 Qt applications compiled with hardware floating point (hardfp).  But he is unable to link it with the OpenGL and other libs that were compiled with softfp.

Is there a way to do this?

ラベル(1)
タグ(4)
0 件の賞賛
返信
2 返答(返信)

750件の閲覧回数
Yuri
NXP Employee
NXP Employee

   Applications, which are built under “hardfp” option, cannot work under Linux, that was

compiled under “softfp” – because different ABI conventions; function parameters transfer

are different : the soft float conventions assume passing floats through general purpose

(integer) registers, but “hardfp” uses the floating point register.

   Ubuntu 12.04 for ARM has hard floating support, but Freescale do not have plan recently

to upgrade to Ubuntu 12.04 rootfs.

0 件の賞賛
返信

750件の閲覧回数
daiane_angolini
NXP Employee
NXP Employee

I'm not sure if I understand what you need.

We've been working with QT application with OpenGLES support and built with hardware floating point on meta-fsl-arm (yocto meta layer).

I (personally) work with X11 environment, but I think we have QT on a non-X11 environment as well.

If you want to take a look on this, you can download the prebuilt image (for test) here Index of /images/freescale/current/

The prebuilt image is for X11.

Please, keep in touch.

If you prefer, you can send an email to meta-freescale@yoctoproject.org

0 件の賞賛
返信