Dear Giovanni,

In message <cansupap4h2ouz_4mckq8jmfm_grv_ccgcmfxzqagms7ty8b...@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: [email protected]
It's hard to make a program foolproof because fools are so ingenious.
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to