[yocto] Yocto and Qt embedded

Wolfgang Denk wd at denx.de
Thu Jun 28 11:12:14 PDT 2012


Dear Giovanni,

In message <CANsUPaP4h2OUz_4McKQ8jmfm_grv_cCGCMfxZQaGMs7ty8Bf1A at mail.gmail.com> you wrote:
>
> This is my first post on this mailing list and I'm quite new to Yocto.
> I successfully built a distro using the latest release of hob, including Qt
> embedded (without X11).
> I wrote a Qt application and cross compiled for ARM on my host machine but
> when I deploy it on the device (a Freescale iMX53) I get and error because
> the application looks for libraries like libQtGui but on the distro all Qt
> libraries are named like libQtGuiE (ending with E which I suppose it stands
> for Embedded).

These names are OK for the Qt Embedded libraries, and they should
match what your cross development tools are using.  Which tool chain
did you use for compiling and linking your application - the one from
meta-toolchain-qte ?

When I build meta-toolchain-qte, this also includes, for example,

.../sysroots/armv6-vfp-linux-gnueabi/usr/lib/libQtGuiE.so.4.8.2

so cross tool chain and native systems work together without problems.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It's hard to make a program foolproof because fools are so ingenious.



More information about the yocto mailing list