Hi,
Has anyone successfully cross-compiled for Arm - QtEmbedded using phonon.
I needed many dependancies. Installed and cross-compiled these
1) Glib 2.0
2) liboil
3) Gstreamer
4) Gstreamer -base
5) LibXML2
Had no problems. Then I configured Qt and it detected Glib, Gstreamer.
When I compiled Qt I received this error.
/usr/bin/ld - skipping incompatibable /usr/home/local/arm/lib libglib-2.0.so when searching for -lglib-2.0
/usr/bin/ld - skipping incompatibable /usr/home/local/arm/lib libgmodule-2.0.so when searching for -lglibmodule-2.0
/usr/bin/ld - skipping incompatibable /usr/home/local/arm/lib libgstream-0.10.so when searching for -llibGstream-0.10
Cannot find -lgstreamer-0.10.so
error
When I googled this error it seems that libraries are built for 64bit under a 32bit architecture. I tried many CC options for glib, gstreamer and they all compiled fine under arm-linux-gcc.
Anyone have successfully completed this feat?
Thanks.
Bookmarks