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-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On 
Behalf Of Wolfgang Denk
Sent: Thursday, June 28, 2012 11:12 AM
To: Giovanni Foiani
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Yocto and Qt embedded

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: w...@denx.de It's 
hard to make a program foolproof because fools are so ingenious.
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to