[yocto] Yocto and Qt embedded

Zhang, Jessica jessica.zhang at intel.com
Thu Jun 28 11:20:55 PDT 2012


Hi Giovanni,

You need to build a matching toolchain.  Either from command line do "bitbake meta-toolchain-qte or through hob, under Settings, please make sure check "Build Toolchain".

Thanks,
Jessica

-----Original Message-----
From: yocto-bounces at yoctoproject.org [mailto:yocto-bounces at yoctoproject.org] On Behalf Of Wolfgang Denk
Sent: Thursday, June 28, 2012 11:12 AM
To: Giovanni Foiani
Cc: yocto at yoctoproject.org
Subject: Re: [yocto] Yocto and Qt embedded

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.
_______________________________________________
yocto mailing list
yocto at yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list