[Development] Setup QT creator for developing QT apps on wandboard-Error

Nilesh Kokane nilesh.kokane at mindastoneridge.com
Wed Jul 30 09:56:11 CEST 2014


i missed up the line in the


*contents *

SUMMARY = "Meta package for building an installable Qt5 toolchain and SDK"
LICENSE = "MIT"

LIC_FILES_CHKSUM =
"file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \

file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"


             *      inherit** populate_sdk **populate_sdk_qt5*


Also i created

 meta-qt5 <https://github.com/meta-qt5/meta-qt5> / classes
<https://github.com/meta-qt5/meta-qt5/tree/master/classes> /
*populate_sdk_qt5.bbclass*

with contents given in
https://github.com/meta-qt5/meta-qt5/blob/master/classes/populate_sdk_qt5.bbclass



with that i'm getting the following error

bitbake meta-toolchain-qt5



Loading cache: 100%
|#################################################################################################|
ETA:  00:00:00

Loaded 1874 entries from dependency cache.

Parsing recipes: 100%
|###############################################################################################|
Time: 00:00:00
Parsing of 1446 .bb files complete (1445 cached, 1 parsed). 1873
targets, 165 skipped, 0 masked, 0 errors.

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'packagegroup-qt5-toolchain-target'
NOTE: Runtime target 'packagegroup-qt5-toolchain-target' is
unbuildable, removing...

Missing or unbuildable dependency chain was:
['packagegroup-qt5-toolchain-target']
ERROR: Required build target 'meta-toolchain-qt5' has no buildable providers.

Missing or unbuildable dependency chain was: ['meta-toolchain-qt5',
'packagegroup-qt5-toolchain-target']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.






Please assist


thanks
Nilesh Kokane



On Wed, Jul 30, 2014 at 12:53 PM, Nilesh Kokane <
nilesh.kokane at mindastoneridge.com> wrote:

> hello Christian
>
> thanks for your valuable first of all
>
>
> i created
> meta-qt5 <https://github.com/meta-qt5/meta-qt5> / recipes-qt
> <https://github.com/meta-qt5/meta-qt5/tree/master/recipes-qt> / meta
> <https://github.com/meta-qt5/meta-qt5/tree/master/recipes-qt/meta> /
>
> *meta-toolchain-qt5.bb <http://meta-toolchain-qt5.bb> *
>
>
> *with contents*
>
> SUMMARY = "Meta package for building an installable Qt5 toolchain and SDK"
>
> LICENSE = "MIT"
>
> LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
>                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
>
>
>
> minda at minda-HP-dx2480-MT-VP562PA:~/bin/fsl-community-bsp/build$ bitbake meta-toolchain-qt5
>
>
> Loading cache: 100% |#################################################################################################| ETA:  00:00:00
> Loaded 1873 entries from dependency cache.
> Parsing recipes: 100% |###############################################################################################| Time: 00:00:00
>
>
> Parsing of 1446 .bb files complete (1445 cached, 1 parsed). 1873 targets, 165 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION        = "1.22.0"
>
>
> BUILD_SYS         = "i686-linux"
> NATIVELSBSTRING   = "Ubuntu-14.04"
> TARGET_SYS        = "arm-poky-linux-gnueabi"
> MACHINE           = "wandboard-solo"
> DISTRO            = "poky"
>
>
> DISTRO_VERSION    = "1.6.1"
> TUNE_FEATURES     = "armv7a vfp neon callconvention-hard cortexa9"
> TARGET_FPU        = "vfp-neon"
> meta
> meta-yocto        = "(nobranch):8e05d5e3fe04face623c4f9fb08b12f13c22edab"
>
>
> meta-oe           = "(nobranch):ee24939c4c70b63a9fb7e93a58889a3231d3d367"
> meta-fsl-arm      = "(nobranch):d91871446d6baee8397522c4fa10d45985aa8645"
> meta-fsl-arm-extra = "(nobranch):456c27085a70bb1385a4c2e28ba80ac74d6f533e"
>
>
> meta-fsl-demos    = "(nobranch):27fdb2f2642ecd55d5633bde880dd4c37acd0d42"
> meta-ruby         = "(nobranch):ee24939c4c70b63a9fb7e93a58889a3231d3d367"
> meta-qt5          = "dora:5b5616b63bdf163ea3eb2ca8857c56a393435fe3"
>
>
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> NOTE: Tasks Summary: Attempted 365 tasks of which 353 didn't need to be rerun and all succeeded.
>
>
> *then i ran the script*
>
> minda at minda-HP-dx2480-MT-VP562PA:~/bin/fsl-community-bsp/build/tmp/deploy/sdk$ ./poky-eglibc-i686-meta-toolchain-cortexa9hf-vfp-neon-toolchain-1.6.1.sh
>
>
> Enter target directory for SDK (default: /opt/poky/1.6.1):
> The directory "/opt/poky/1.6.1" already contains a SDK for this architecture.
> If you continue, existing files will be overwritten! Proceed[y/N]?
>
>
> Installation aborted!
> minda at minda-HP-dx2480-MT-VP562PA:~/bin/fsl-community-bsp/build/tmp/deploy/sdk$ ./poky-eglibc-i686-meta-toolchain-cortexa9hf-vfp-neon-toolchain-1.6.1.sh
>
>
> Enter target directory for SDK (default: /opt/poky/1.6.1):
> The directory "/opt/poky/1.6.1" already contains a SDK for this architecture.
> If you continue, existing files will be overwritten! Proceed[y/N]?y
>
>
> [sudo] password for minda:
> Extracting SDK...done
> Setting it up...done
> SDK has been successfully set up and is ready to be used.
>
>
>
> How can i link this to the qt creator? and write  a app for wandboard?
>
>
> thanks
> Nilesh kokane
>
>
>
> On Wed, Jul 30, 2014 at 11:35 AM, Christian Gagneraud <chgans at gna.org>
> wrote:
>
>> On 30/07/2014 5:37 p.m., Nilesh Kokane wrote:
>>
>>> Hello Ch'Gans,
>>>
>>>
>>> The device wandboard is now connected to  the Qt creator.
>>>
>>> *I got the success*
>>>
>>> i tried it
>>> ssh root at 192.168.74.145 <mailto:root at 192.168.74.188>
>>>
>>>
>>>
>>> And the connection got established.
>>>
>>
>> Good! \o/
>>
>>
>>
>>> But i'm getting the same ld errors.
>>>
>>> please assist for ld.
>>>
>>> I've given the details in the previous mails
>>>
>>
>> Follow http://wiki.wandboard.org/index.php/Building_Qt5_using_
>> yocto_on_Wandboard#bitbake_a_meta-toolchain, but instead of "bitbake
>> meta-toolchain" try "bitbake metatoolchain-qt5", if it works, you will have
>> an installer script somewhere like tmp/deploy/sdk. Run this installer (the
>> same way you ran the the poky installer) and then forget about your extra
>> Qt5 cross-build.
>>
>> Have to run, Ukulele session in 20 minutes!
>>
>> Good luck,
>> Chris
>>
>>
>>
>>
>>
>>>
>>>
>>> Thanks
>>> Nilesh kokane
>>>
>>>
>>>
>>>
>>> On Wed, Jul 30, 2014 at 10:53 AM, Nilesh Kokane <nilesh.kokane@
>>> mindastoneridge.com <mailto:nilesh.kokane at mindastoneridge.com>> wrote:
>>>
>>>     Hi Ch'gans
>>>
>>>     I like to update you about the Ethernet connection
>>>     Today i changed the /etc/network/interfaces file
>>>     and gave ip address  192.168.74.188
>>>
>>>      ping 192.168.*74*.188 (*i had given 73 in place of 74 that was my
>>>     mistak*e)
>>>
>>>
>>>     Gave success from host PC
>>>
>>>     Also
>>>
>>>     ping from wandboard to host PC
>>>     ping 192.168.74.145
>>>
>>>     Gave success
>>>
>>>
>>>     but trying the
>>>
>>>     ssh root at 192.168.74.188 <mailto:root at 192.168.74.188>
>>>
>>>     ssh:connect to host 192.168.74.145 port 22:connection refused
>>>
>>>
>>>     can you please suggest for above queries
>>>
>>>
>>>
>>>     Thanks
>>>     Nilesh Kokane
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>     On Tue, Jul 29, 2014 at 5:17 PM, Nilesh Kokane
>>>     <nilesh.kokane at mindastoneridge.com
>>>     <mailto:nilesh.kokane at mindastoneridge.com>> wrote:
>>>
>>>         Hi Ch'Gans,
>>>
>>>         Thanks for your valuable reply first of all.
>>>
>>>
>>>
>>>         127.0.0.1 is your local network node, so it's very unlikely it
>>>         will ever failed. This is all very basic Unix/networking
>>>         knowledge...
>>>
>>>         You need to find out the IP address of your board, I don't
>>>         know how your computer is setup, nor do I know how your board
>>>         is. So I'm sorry but I can't help you on that one
>>>
>>>         PC is set with ubuntu14.04. And I'm using wandboard-solo rev-A0
>>>
>>>         Anyways i carried the following experiment
>>>
>>>
>>>         I gave a static address to wandboard by using
>>>         ifconfig eth0 192.168.73.55
>>>
>>>         ifconfig eth0 192.168.73.55 up
>>>
>>>         now with the
>>>         wandboard-solo:~# ifconfig
>>>
>>>         it shows the desired ip address
>>>
>>>         But when trying to ping the host PC using the wandboard is
>>>         giving the following error.
>>>
>>>         192.168.74.145 (192.168.74.145):56 data byte
>>>         sendto:Network is unreachable
>>>
>>>         do i need to alter anything else?
>>>
>>>
>>>         Interesting, can you try this then:
>>>
>>>         $ find /home/minda/bin/fsl-community-
>>>         bsp/build/tmp/sysroots/wandboard-solo -name 'libQt*'
>>>
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5OpenGL.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QmlDevTools.a
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5PlatformSupport.a
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Network.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Network.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Test.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QuickTest.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Gui.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QuickParticles.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Network.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Svg.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QuickParticles.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Bootstrap.a
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5OpenGLExtensions.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Gui.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Sql.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Xml.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5OpenGL.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Test.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5XmlPatterns.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Qml.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Xml.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Core.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5OpenGL.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QuickTest.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Test.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Qml.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5PrintSupport.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Sql.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5V8.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Sql.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Concurrent.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Gui.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5XmlPatterns.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Widgets.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5OpenGL.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Qml.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5PrintSupport.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Qml.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5OpenGLExtensions.a
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Test.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5OpenGL.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5DBus.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Bootstrap.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QmlDevTools.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5XmlPatterns.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5PrintSupport.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QuickTest.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5PrintSupport.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Concurrent.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Qml.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Xml.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5XmlPatterns.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QmlDevTools.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Quick.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QuickTest.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Network.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Quick.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Quick.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QuickTest.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QuickParticles.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Svg.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Concurrent.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Test.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5XmlPatterns.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5PlatformSupport.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5PlatformSupport.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Concurrent.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5V8.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Widgets.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Widgets.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Svg.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Network.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Widgets.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Sql.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5XmlPatterns.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5V8.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Bootstrap.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Concurrent.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Quick.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Qml.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Svg.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Gui.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Test.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Svg.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5OpenGL.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5DBus.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Core.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QuickParticles.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QuickTest.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Gui.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5V8.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Gui.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5DBus.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Core.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Sql.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Quick.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5OpenGLExtensions.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Xml.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Network.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5PrintSupport.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5DBus.so.5
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QuickParticles.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Quick.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5QuickParticles.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Widgets.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Core.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Sql.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5DBus.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Xml.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5DBus.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Widgets.so.5.1.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Concurrent.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Core.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Svg.la
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Xml.so
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5PrintSupport.so.5.1
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5V8.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5Core.prl
>>>         /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libQt5V8.so.5
>>>
>>>
>>>
>>>         Not good, in a previous email you mentioned
>>>         /opt/poky/1.6.1/..., and now it seems to be /opt/poky/1.4.1/...
>>>
>>>         Which version of Poky are you really using?
>>>
>>>         I'm using 1.6.1, the previous
>>>
>>>         By giving the ./qtcreator.sh in the Qt5.3.1
>>>         directory(/Qt5.3.1/Tools/QtCreator/bin)it pops with the logs
>>>
>>>         minda at minda-HP-dx2480-MT-VP562PA:~/Qt5.3.1/Tools/QtCreator/bin$
>>> sh
>>>         -x ./qtcreator.sh
>>>
>>>
>>>         *+ source
>>>         /opt/poky/1.4.1/environment-setup-armv7a-vfp-neon-poky-
>>> linux-gnueabi*
>>>
>>>         ./qtcreator.sh: 2: ./qtcreator.sh: source: not found
>>>         + which ./qtcreator.sh
>>>         + me=./qtcreator.sh
>>>         + test -L ./qtcreator.sh
>>>         + dirname ./qtcreator.sh
>>>         + bindir=.
>>>         + cd ./../lib
>>>         + pwd
>>>         + libdir=/home/minda/Qt5.3.1/Tools/QtCreator/lib
>>>         +
>>>         LD_LIBRARY_PATH=/home/minda/Qt5.3.1/Tools/QtCreator/lib:/
>>> home/minda/Qt5.3.1/Tools/QtCreator/lib/qtcreator
>>>         + export LD_LIBRARY_PATH
>>>         + exec ./qtcreator
>>>
>>>
>>>         i'm puzzled how 1.4.1 is coming there.But i've conformed that
>>>         i'm using the 1.6.1 by verifying the /opt/poky
>>>
>>>
>>>         One key question you need to ask yourself is whether you need
>>>         Qt4 or Qt5. Can you answer that?
>>>
>>>         we wanna use Qt5
>>>
>>>
>>>         If you keep changing your environment all the time, we won't
>>>         be able to help, you might be interested in this FAQ:
>>>         http://catb.org/~esr/faqs/smart-questions.html
>>>         <http://catb.org/%7Eesr/faqs/smart-questions.html>
>>>
>>>
>>>         I could not access the URL.
>>>
>>>
>>>
>>>
>>>
>>>             Have you tried the "bitbake meta-toolchain-qt5" command?
>>>
>>>             No i didn't tried ,can you please provide the step for that
>>>
>>>
>>>         Try this:
>>>         $ cd /home/minda/bin/fsl-community-
>>>         bsp/
>>>         $ bitbake meta-toolchain-qt5
>>>
>>>
>>>         I cannot find the folder of mita-toolchain-qt5 in the
>>>         /home/minda/bin/fsl-community-bsp/sources
>>>
>>>         can you please provide the  url for cloning.
>>>
>>>         sorry i'm novice in this field
>>>
>>>
>>>
>>>         Thanks
>>>         Nilesh Kokane
>>>
>>>
>>>
>>>
>>>
>>>
>>>         On Tue, Jul 29, 2014 at 4:03 PM, Ch'Gans <chgans at gna.org
>>>         <mailto:chgans at gna.org>> wrote:
>>>
>>>             On 29/07/14 18:44, Nilesh Kokane wrote:
>>>
>>>                 Hi Christian,
>>>
>>>                 First of all thanks for your valuable reply.
>>>
>>>                 Based on your  suggestion I pinged the board with the
>>>                 boards ip address
>>>                 which i found it from the serial console
>>>
>>>                 $ ping 127.0.0.1
>>>
>>>
>>>             Hi Nilesh,
>>>
>>>             127.0.0.1 is your local network node, so it's very
>>>             unlikely it will ever failed. This is all very basic
>>>             Unix/networking knowledge...
>>>
>>>             You need to find out the IP address of your board, I don't
>>>             know how your computer is setup, nor do I know how your
>>>             board is. So I'm sorry but I can't help you on that one
>>>
>>>
>>>                 gave success
>>>
>>>                 Also i pinged the host PC trough the board with
>>>
>>>                 $ ping 127.0.0.2
>>>
>>>                 Gave success
>>>
>>>
>>>             Forget about 127.0.0.2... this is not what you are after.
>>>
>>>
>>>                 But with SSH from the host
>>>
>>>                 $ ssh root at 127.0.0.1 <mailto:root at 127.0.0.1>
>>>                 <mailto:root at 127.0.0.1 <mailto:root at 127.0.0.1>>
>>>
>>>
>>>
>>>
>>>                 Connecting to host...
>>>
>>>                 SSH connection failure: Connection refused
>>>
>>>
>>>             Forget about that one too...
>>>
>>>                 $ find
>>>                 /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo
>>>
>>>
>>>                 -name libicui18n.so.51 -o -name libz.so.1
>>>
>>>
>>>                 /tmp/sysroots/wandboard-solo -name libicui18n.so.51 -o
>>>                 -name libz.so.1
>>>                 /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/lib/libz.so.1
>>>                 /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo/usr/lib/libicui18n.so.51
>>>
>>>
>>>             Interesting, can you try this then:
>>>             $ find
>>>             /home/minda/bin/fsl-community-bsp/build/tmp/sysroots/
>>> wandboard-solo
>>>             -name 'libQt*'
>>>
>>>
>>>                 What does this command gives?
>>>                 $ sh -x ./qtcreator.sh
>>>
>>>
>>>                 + source
>>>                 /opt/poky/1.4.1/environment-setup-armv7a-vfp-neon-poky-
>>> linux-gnueabi
>>>                 ./qtcreator.sh: 2: ./qtcreator.sh: source: not found
>>>
>>>
>>>             Not good, in a previous email you mentioned
>>>             /opt/poky/1.6.1/..., and now it seems to be
>>>             /opt/poky/1.4.1/...
>>>
>>>             Which version of Poky are you really using?
>>>
>>>             One key question you need to ask yourself is whether you
>>>             need Qt4 or Qt5. Can you answer that?
>>>
>>>             If you keep changing your environment all the time, we
>>>             won't be able to help, you might be interested in this
>>>             FAQ: http://catb.org/~esr/faqs/smart-questions.html
>>>             <http://catb.org/%7Eesr/faqs/smart-questions.html>
>>>
>>>
>>>             [...]
>>>
>>>                 Have you tried the "bitbake meta-toolchain-qt5" command?
>>>
>>>                 No i didn't tried ,can you please provide the step for
>>>                 that
>>>
>>>
>>>             Try this:
>>>             $ cd /home/minda/bin/fsl-community-bsp/
>>>             $ bitbake meta-toolchain-qt5
>>>
>>>
>>>             Chris
>>>
>>>             --             QtCreator/qmakeparser.cpp:42
>>>             ////////// Parser ///////////
>>>             #define fL1S(s) QString::fromLatin1(s)
>>>             namespace { // MSVC2010 doesn't seem to know the semantics
>>>             of "static" ...
>>>
>>>
>>>
>>>
>>>         --         Thanks
>>>
>>>
>>>
>>>
>>>     --     Thanks
>>>
>>>
>>>
>>>
>>> --
>>> Thanks
>>>
>>>
>>>
>>> “The contents of this e-mail message and any attachments are
>>> confidential and are intended solely for addressee. The information may
>>> also be legally privileged. This transmission is sent in trust, for the
>>> sole purpose of delivery to the intended recipient. If you have received
>>> this transmission in error, any use, reproduction or dissemination of this
>>> transmission is strictly prohibited. If you are not the intended recipient,
>>> please immediately notify the sender by reply e-mail or phone and delete
>>> this message and its attachments, if any.”
>>>
>>
>>
>
>
> --
> Thanks
>
>


-- 
Thanks

-- 
“The contents of this e-mail message and any attachments are confidential 
and are intended solely for addressee. The information may also be legally 
privileged. This transmission is sent in trust, for the sole purpose of 
delivery to the intended recipient. If you have received this transmission 
in error, any use, reproduction or dissemination of this transmission is 
strictly prohibited. If you are not the intended recipient, please 
immediately notify the sender by reply e-mail or phone and delete this 
message and its attachments, if any.”
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20140730/19e72f35/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 67631 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20140730/19e72f35/attachment.png>


More information about the Development mailing list