All of lore.kernel.org
 help / color / mirror / Atom feed
* Qt on Wandboard-solo with Yocto -Problem
@ 2014-08-05  6:13 Nilesh Kokane
  2014-08-06 23:26 ` Alfonso Tamés
  0 siblings, 1 reply; 13+ messages in thread
From: Nilesh Kokane @ 2014-08-05  6:13 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1872 bytes --]

Hello,

If anyone can help me to sought out the this issue to built up Qt on
wandboard-Solo with yocto.




Based on the url
http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard I
altered the local.conf and the bblayers.confand gave a bitbake
core-image-minimal with DISTRO_FEATURE_remove
I got the errors as posted http://pastebin.com/hsMhT9f8.


Then to circumvent the errors I removed the DISTRO_FEATURE_remove from the
local.conf
and gave a bitbake.with this i got the errors as posted
http://pastebin.com/QFu2Rw6G.

for the thirld time I tried to change the following

1) In /meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
QT_CONFIG_FLAGS_append_mx6 = "${@base_contains('DISTRO_FEATURES', 'x11',
*'-xcb'*,  ' -eglfs', d)}"
I replaced -no-eglfs with  -xcb


2)In  /bin/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/qtbase.in
QT_CONFIG_FLAGS += " \
    -reduce-relocations \
    -shared \
  *  -silent \*
    -no-pch \
    -no-rpath \
    -pkg-config \
    ${EXTRA_OECONF} \
"
-silent was deleted.

With this setup and without DISTRO_FEATURE_remove I gave i bitbake and was
encountered with the errors as posted http://pastebin.com/V2fMF785



Please suggest to resolve this issue.




-- 
Thanks
Nilesh Kokane

-- 
“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.”

[-- Attachment #2: Type: text/html, Size: 4004 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Qt on Wandboard-solo with Yocto -Problem
  2014-08-05  6:13 Qt on Wandboard-solo with Yocto -Problem Nilesh Kokane
@ 2014-08-06 23:26 ` Alfonso Tamés
  2014-08-07  0:31   ` Nilesh Kokane
  0 siblings, 1 reply; 13+ messages in thread
From: Alfonso Tamés @ 2014-08-06 23:26 UTC (permalink / raw)
  To: Nilesh Kokane; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1770 bytes --]


Nilesh,

Try to start all over again with a fresh directory and use de X11/Wayland drivers. (It seems the EGL/framebuffer drivers are not working in 3.10.17 anyway so it is pointless to remove X11/Wayland support).

I just bitbaked an fsl-image-multimedia and then a meta-toolchain-qt5 from a fresh installed directory and it worked. I had a little bump with a patch from qtimageformats but it was easy to correct.

Give it a try.

Regards,

Alfonso

On Aug 5, 2014, at 1:13 AM, Nilesh Kokane <nilesh.kokane@mindastoneridge.com> wrote:
> 
> 
> Based on the url http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard I altered the local.conf and the bblayers.confand gave a bitbake core-image-minimal with DISTRO_FEATURE_remove
> I got the errors as posted http://pastebin.com/hsMhT9f8.
> 
> 
> Then to circumvent the errors I removed the DISTRO_FEATURE_remove from the local.conf
> and gave a bitbake.with this i got the errors as posted http://pastebin.com/QFu2Rw6G.
> 
> for the thirld time I tried to change the following
> 
> 1) In /meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
> QT_CONFIG_FLAGS_append_mx6 = "${@base_contains('DISTRO_FEATURES', 'x11','-xcb',  ' -eglfs', d)}"
> I replaced -no-eglfs with  -xcb 
> 
> 
> 2)In  /bin/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/qtbase.in 
> QT_CONFIG_FLAGS += " \
>     -reduce-relocations \
>     -shared \
>     -silent \
>     -no-pch \
>     -no-rpath \
>     -pkg-config \
>     ${EXTRA_OECONF} \
> "
> -silent was deleted.
> 
> With this setup and without DISTRO_FEATURE_remove I gave i bitbake and was encountered with the errors as posted http://pastebin.com/V2fMF785
> 
> 
> 
> Please suggest to resolve this issue.
> 
> 


[-- Attachment #2: Type: text/html, Size: 3676 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Qt on Wandboard-solo with Yocto -Problem
  2014-08-06 23:26 ` Alfonso Tamés
@ 2014-08-07  0:31   ` Nilesh Kokane
  2014-08-07  0:32     ` Nilesh Kokane
  2014-08-07  4:17     ` Alfonso Tamés
  0 siblings, 2 replies; 13+ messages in thread
From: Nilesh Kokane @ 2014-08-07  0:31 UTC (permalink / raw)
  To: Alfonso Tamés; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1348 bytes --]

Hi Alfanso ,

Thanks for your valuable reply.

Try to start all over again with a fresh directory and use de X11/Wayland
drivers.

I tried with the x11/wayland  included and errors like*  popped in so I
tweaked the eglvivante.h and deleated all but the x11 with which i got
success.

 But now i'm getting  the qtwebkits error as posted here
http://pastebin.com/nwMcbtFW can you please suggest for those error.


Also i doubt that if *Qt5_CinematicExperience -platform eglfs -plugin
tslib* would work if x11/wayland included , can you please conform that.



(*error: cannot convert 'EGLNativeDisplayType {aka _FBDisplay*}' to 'Display*
{aka _XDisplay*}' for argument '1' to 'xcb_connection_t*
XGetXCBConnection(Display*))




 Thanks
Nilesh Kokane

-- 
“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.”

[-- Attachment #2: Type: text/html, Size: 5072 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Qt on Wandboard-solo with Yocto -Problem
  2014-08-07  0:31   ` Nilesh Kokane
@ 2014-08-07  0:32     ` Nilesh Kokane
  2014-08-07  4:17     ` Alfonso Tamés
  1 sibling, 0 replies; 13+ messages in thread
From: Nilesh Kokane @ 2014-08-07  0:32 UTC (permalink / raw)
  To: Alfonso Tamés; +Cc: meta-freescale, Sandeep Gound

[-- Attachment #1: Type: text/plain, Size: 1390 bytes --]

> Hi Alfanso ,
>
> Thanks for your valuable reply.
>
> Try to start all over again with a fresh directory and use de X11/Wayland
> drivers.
>
> I tried with the x11/wayland  included and errors like*  popped in so I
> tweaked the eglvivante.h and deleated all but the x11 with which i got
> success.
>
>  But now i'm getting  the qtwebkits error as posted here
> http://pastebin.com/nwMcbtFW can you please suggest for those error.
>
>
> Also i doubt that if *Qt5_CinematicExperience -platform eglfs -plugin
> tslib* would work if x11/wayland included , can you please conform that.
>
>
>
> (*error: cannot convert 'EGLNativeDisplayType {aka _FBDisplay*}' to 'Display*
> {aka _XDisplay*}' for argument '1' to 'xcb_connection_t*
> XGetXCBConnection(Display*))
>



-- 
Thanks
Nilesh Kokane

-- 
“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.”

[-- Attachment #2: Type: text/html, Size: 5962 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Qt on Wandboard-solo with Yocto -Problem
  2014-08-07  0:31   ` Nilesh Kokane
  2014-08-07  0:32     ` Nilesh Kokane
@ 2014-08-07  4:17     ` Alfonso Tamés
  2014-08-08  4:18       ` Nilesh Kokane
  1 sibling, 1 reply; 13+ messages in thread
From: Alfonso Tamés @ 2014-08-07  4:17 UTC (permalink / raw)
  To: Nilesh Kokane; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1307 bytes --]


Nilesh,

Try bitbaking to a wandboard-quad to discard any differences in drivers from using the wandboard-solo (in the end, I tested with quad). Also, if you are not going to use webkit, you can remove all its modules from your local.conf. Webkit is known to cause errors and it takes a lot of time to build.

In X11 you will only run the Qt5_CinematicExperience without any parameter. XCB is the default backend.

Good luck,

Alfonso


On Aug 6, 2014, at 7:31 PM, Nilesh Kokane <nilesh.kokane@mindastoneridge.com> wrote:

> Hi Alfanso ,
> 
> Thanks for your valuable reply.
> 
> Try to start all over again with a fresh directory and use de X11/Wayland drivers.
> 
> I tried with the x11/wayland  included and errors like*  popped in so I tweaked the eglvivante.h and deleated all but the x11 with which i got success.
> 
>  But now i'm getting  the qtwebkits error as posted here http://pastebin.com/nwMcbtFW can you please suggest for those error.
> 
>  
> Also i doubt that if *Qt5_CinematicExperience -platform eglfs -plugin tslib* would work if x11/wayland included , can you please conform that.
> 
> (*error: cannot convert 'EGLNativeDisplayType {aka _FBDisplay*}' to 'Display* {aka _XDisplay*}' for argument '1' to 'xcb_connection_t* XGetXCBConnection(Display*))
> 


[-- Attachment #2: Type: text/html, Size: 4628 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Qt on Wandboard-solo with Yocto -Problem
  2014-08-07  4:17     ` Alfonso Tamés
@ 2014-08-08  4:18       ` Nilesh Kokane
  2014-08-08  4:21         ` Nilesh Kokane
  0 siblings, 1 reply; 13+ messages in thread
From: Nilesh Kokane @ 2014-08-08  4:18 UTC (permalink / raw)
  To: Alfonso Tamés; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1873 bytes --]

Hi Alfonso,

bitbake core-image-minimal and  bitbake meta-toolchain-qt5

Both gave me success today. Thanks to you for the assistance.


But after setting the qt creator and running the example clocks code  its
giving me the ld errors as follows

09:41:15: Running steps for project clocks...

09:41:15: Configuration unchanged, skipping qmake step.

09:41:15: Starting: "/usr/bin/make"

arm-linux-gnueabi-g++ -o clocks main.o qrc_clocks.o
-L/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/lib
-lQt5Quick -lQt5Qml -lQt5Network -lQt5Gui -lQt5Core -lGLESv2 -lpthread

/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld:
cannot find /lib/libpthread.so.0 inside

/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld:
cannot find /usr/lib/libpthread_nonshared.a inside

collect2: error: ld returned 1 exit status

make: *** [clocks] Error 1

09:41:15: The process "/usr/bin/make" exited with code 2.

Error while building/deploying project clocks (kit: wandboard)

When executing step 'Make'

09:41:15: Elapsed time: 00:00.





I've assuared that the set up in the Configure Qt creators OK , but its
still giving the error.


can you suggest me for that.


-- 
Thanks
Nilesh Kokane

-- 
“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.”

[-- Attachment #2: Type: text/html, Size: 4131 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Qt on Wandboard-solo with Yocto -Problem
  2014-08-08  4:18       ` Nilesh Kokane
@ 2014-08-08  4:21         ` Nilesh Kokane
  2014-08-08  5:36           ` Alfonso Tamés
  0 siblings, 1 reply; 13+ messages in thread
From: Nilesh Kokane @ 2014-08-08  4:21 UTC (permalink / raw)
  To: Alfonso Tamés; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 3358 bytes --]

Hi Alfonso,

bitbake core-image-minimal and  bitbake meta-toolchain-qt5

Both gave me success today. Thanks to you for the assistance.


But after setting the qt creator and running the example clocks code  its
giving me the ld errors as follows

09:41:15: Running steps for project clocks...

09:41:15: Configuration unchanged, skipping qmake step.

09:41:15: Starting: "/usr/bin/make"

arm-linux-gnueabi-g++ -o clocks main.o qrc_clocks.o
-L/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/lib
-lQt5Quick -lQt5Qml -lQt5Network -lQt5Gui -lQt5Core -lGLESv2 -lpthread

/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld:
cannot find /lib/libpthread.so.0 inside

/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld:
cannot find /usr/lib/libpthread_nonshared.a inside

collect2: error: ld returned 1 exit status

make: *** [clocks] Error 1

09:41:15: The process "/usr/bin/make" exited with code 2.

Error while building/deploying project clocks (kit: wandboard)

When executing step 'Make'

09:41:15: Elapsed time: 00:00.





I've assured that the set up in the Configure Qt creators OK , but its
still giving the error.


can you suggest me for that.



On Fri, Aug 8, 2014 at 9:48 AM, Nilesh Kokane <
nilesh.kokane@mindastoneridge.com> wrote:

> Hi Alfonso,
>
> bitbake core-image-minimal and  bitbake meta-toolchain-qt5
>
> Both gave me success today. Thanks to you for the assistance.
>
>
> But after setting the qt creator and running the example clocks code  its
> giving me the ld errors as follows
>
> 09:41:15: Running steps for project clocks...
>
> 09:41:15: Configuration unchanged, skipping qmake step.
>
> 09:41:15: Starting: "/usr/bin/make"
>
> arm-linux-gnueabi-g++ -o clocks main.o qrc_clocks.o
> -L/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/lib
> -lQt5Quick -lQt5Qml -lQt5Network -lQt5Gui -lQt5Core -lGLESv2 -lpthread
>
> /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld:
> cannot find /lib/libpthread.so.0 inside
>
> /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld:
> cannot find /usr/lib/libpthread_nonshared.a inside
>
> collect2: error: ld returned 1 exit status
>
> make: *** [clocks] Error 1
>
> 09:41:15: The process "/usr/bin/make" exited with code 2.
>
> Error while building/deploying project clocks (kit: wandboard)
>
> When executing step 'Make'
>
> 09:41:15: Elapsed time: 00:00.
>
>
>
>
>
> I've assuared that the set up in the Configure Qt creators OK , but its
> still giving the error.
>
>
> can you suggest me for that.
>
>
> --
> Thanks
> Nilesh Kokane
>
>


-- 
Thanks
Nilesh Kokane

-- 
“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.”

[-- Attachment #2: Type: text/html, Size: 7765 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Qt on Wandboard-solo with Yocto -Problem
  2014-08-08  4:21         ` Nilesh Kokane
@ 2014-08-08  5:36           ` Alfonso Tamés
  2014-08-08  7:56             ` Nilesh Kokane
  0 siblings, 1 reply; 13+ messages in thread
From: Alfonso Tamés @ 2014-08-08  5:36 UTC (permalink / raw)
  To: Nilesh Kokane; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1414 bytes --]


Nilesh,

Can you run the environmental setup script located in your /opt/poky/1.6.1 directory before running qtcreator from the terminal?

Good luck,

Alfonso

On Aug 7, 2014, at 11:21 PM, Nilesh Kokane <nilesh.kokane@mindastoneridge.com> wrote:

> Hi Alfonso,
> 
> bitbake core-image-minimal and  bitbake meta-toolchain-qt5 
> 
> Both gave me success today. Thanks to you for the assistance.
> 
> 
> But after setting the qt creator and running the example clocks code  its giving me the ld errors as follows 
> 
> 09:41:15: Running steps for project clocks...
> 09:41:15: Configuration unchanged, skipping qmake step.
> 09:41:15: Starting: "/usr/bin/make"
> arm-linux-gnueabi-g++ -o clocks main.o qrc_clocks.o -L/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/lib -lQt5Quick -lQt5Qml -lQt5Network -lQt5Gui -lQt5Core -lGLESv2 -lpthread
> /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld: cannot find /lib/libpthread.so.0 inside
> /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld: cannot find /usr/lib/libpthread_nonshared.a inside
> collect2: error: ld returned 1 exit status
> make: *** [clocks] Error 1
> 09:41:15: The process "/usr/bin/make" exited with code 2.
> Error while building/deploying project clocks (kit: wandboard)
> When executing step 'Make'
> 09:41:15: Elapsed time: 00:00.
> 
> 


[-- Attachment #2: Type: text/html, Size: 3447 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Qt on Wandboard-solo with Yocto -Problem
  2014-08-08  5:36           ` Alfonso Tamés
@ 2014-08-08  7:56             ` Nilesh Kokane
  2014-08-09  9:22               ` Nilesh Kokane
  0 siblings, 1 reply; 13+ messages in thread
From: Nilesh Kokane @ 2014-08-08  7:56 UTC (permalink / raw)
  To: Alfonso Tamés; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 2670 bytes --]

Hi Alfonso,

Can you run the environmental setup script located in your /opt/poky/1.6.1
directory before running qtcreator from the terminal?


I just ran the script  /opt/poky/1.6.1 and then opened the qtcreator from
the console but the ld error are the same

I see in the errors that

/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld:
cannot find /lib/libpthread.so.0 inside

why is the usr/lib/gcc-cross is creating ld error  and not poky compiler
instead.?


can you please suggest




On Fri, Aug 8, 2014 at 11:06 AM, Alfonso Tamés <alfonso@tames.com> wrote:

>
> Nilesh,
>
> Can you run the environmental setup script located in your /opt/poky/1.6.1
> directory before running qtcreator from the terminal?
>
> Good luck,
>
> Alfonso
>
> On Aug 7, 2014, at 11:21 PM, Nilesh Kokane <
> nilesh.kokane@mindastoneridge.com> wrote:
>
> Hi Alfonso,
>
> bitbake core-image-minimal and  bitbake meta-toolchain-qt5
>
> Both gave me success today. Thanks to you for the assistance.
>
>
> But after setting the qt creator and running the example clocks code  its
> giving me the ld errors as follows
>
> 09:41:15: Running steps for project clocks...
> 09:41:15: Configuration unchanged, skipping qmake step.
> 09:41:15: Starting: "/usr/bin/make"
> arm-linux-gnueabi-g++ -o clocks main.o qrc_clocks.o
> -L/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/lib
> -lQt5Quick -lQt5Qml -lQt5Network -lQt5Gui -lQt5Core -lGLESv2 -lpthread
> /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld:
> cannot find /lib/libpthread.so.0 inside
> /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld:
> cannot find /usr/lib/libpthread_nonshared.a inside
> collect2: error: ld returned 1 exit status
> make: *** [clocks] Error 1
> 09:41:15: The process "/usr/bin/make" exited with code 2.
> Error while building/deploying project clocks (kit: wandboard)
> When executing step 'Make'
> 09:41:15: Elapsed time: 00:00.
>
>
>
>


-- 
Thanks
Nilesh Kokane

-- 
“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.”

[-- Attachment #2: Type: text/html, Size: 5645 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Qt on Wandboard-solo with Yocto -Problem
  2014-08-08  7:56             ` Nilesh Kokane
@ 2014-08-09  9:22               ` Nilesh Kokane
  0 siblings, 0 replies; 13+ messages in thread
From: Nilesh Kokane @ 2014-08-09  9:22 UTC (permalink / raw)
  To: Alfonso Tamés; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]

Hi Alfonso,


I have a final setup of Qt-creator as follows.I ran the script in the
/opt/poky/1.6.1/ and opened the qt-creator from the concole. with this
settings as below i'm trying to cross-compile the sample clock code


1. General http://picpaste.com/1-gAmJsS3o.png
2. Kits http://picpaste.com/2-Y3kFvHIG.png
3. Qt version http://picpaste.com/3-lwZngysy.png
4  compiler http://picpaste.com/4-M4y6gJYb.png
5. Debugger http://picpaste.com/5-DQhrxi6t.png
6. CMake   http://picpaste.com/6-l3FhICDq.png
7. Build Settings http://picpaste.com/7-4myooBgL.png

With the settings ,clock code is giving me error[8].

8. http://picpaste.com/8-kGmTWy3P.png

14:32:34: Running steps for project clocks...

14:32:34: Could not start process
"/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/bin/make"
clean

Error while building/deploying project clocks (kit: wandboard)

When executing step 'Make'

14:32:34: Elapsed time: 00:00.


Please if you can assist.



Thanks

Nilesh Kokane

-- 
“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.”

[-- Attachment #2: Type: text/html, Size: 3331 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Qt on Wandboard-solo with Yocto -Problem
  2014-08-05  7:24 Nilesh Kokane
@ 2014-08-05 12:44 ` Otavio Salvador
  0 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-08-05 12:44 UTC (permalink / raw)
  To: Nilesh Kokane; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 517 bytes --]

On Tue, Aug 5, 2014 at 4:24 AM, Nilesh Kokane <
nilesh.kokane@mindastoneridge.com> wrote:

> If anyone can help me to sought out the this issue to built up Qt on
> wandboard-Solo with yocto.
>

Please wait until someone answer for few days before reposting something[1].

1. https://www.ietf.org/rfc/rfc1855.txt

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750

[-- Attachment #2: Type: text/html, Size: 1337 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Qt on Wandboard-solo with Yocto -Problem
@ 2014-08-05  7:24 Nilesh Kokane
  2014-08-05 12:44 ` Otavio Salvador
  0 siblings, 1 reply; 13+ messages in thread
From: Nilesh Kokane @ 2014-08-05  7:24 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1864 bytes --]

Hello,

If anyone can help me to sought out the this issue to built up Qt on
wandboard-Solo with yocto.




Based on the url
http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard I
altered the local.conf and the bblayers.confand gave a bitbake
core-image-minimal with DISTRO_FEATURE_remove
I got the errors as posted http://pastebin.com/hsMhT9f8.


Then to circumvent the errors I removed the DISTRO_FEATURE_remove from the
local.conf
and gave a bitbake.with this i got the errors as posted
http://pastebin.com/QFu2Rw6G.

for the thirld time I tried to change the following

1) In /meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
QT_CONFIG_FLAGS_append_mx6 = "${@base_contains('DISTRO_FEATURES', 'x11',
*'-xcb'*,  ' -eglfs', d)}"
 I replaced -no-eglfs with  -xcb


2)In  /bin/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/qtbase.in
QT_CONFIG_FLAGS += " \
    -reduce-relocations \
    -shared \
  *  -silent \*
    -no-pch \
    -no-rpath \
    -pkg-config \
    ${EXTRA_OECONF} \
"
-silent was deleted.

With this setup and without DISTRO_FEATURE_remove I gave i bitbake and was
encountered with the errors as posted http://pastebin.com/V2fMF785



Please suggest to resolve this issue.


Thanks
Nilesh kokane

-- 
“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.”

[-- Attachment #2: Type: text/html, Size: 3894 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Qt on Wandboard-solo with Yocto -Problem
@ 2014-08-05  6:14 Nilesh Kokane
  0 siblings, 0 replies; 13+ messages in thread
From: Nilesh Kokane @ 2014-08-05  6:14 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1875 bytes --]

Hello,

If anyone can help me to sought out the this issue to built up Qt on
wandboard-Solo with yocto.




Based on the url
http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard I
altered the local.conf and the bblayers.confand gave a bitbake
core-image-minimal with DISTRO_FEATURE_remove
I got the errors as posted http://pastebin.com/hsMhT9f8.


Then to circumvent the errors I removed the DISTRO_FEATURE_remove from the
local.conf
and gave a bitbake.with this i got the errors as posted
http://pastebin.com/QFu2Rw6G.

for the thirld time I tried to change the following

1) In /meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
QT_CONFIG_FLAGS_append_mx6 = "${@base_contains('DISTRO_FEATURES', 'x11',
*'-xcb'*,  ' -eglfs', d)}"
 I replaced -no-eglfs with  -xcb


2)In  /bin/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/qtbase.in
QT_CONFIG_FLAGS += " \
    -reduce-relocations \
    -shared \
  *  -silent \*
    -no-pch \
    -no-rpath \
    -pkg-config \
    ${EXTRA_OECONF} \
"
-silent was deleted.

With this setup and without DISTRO_FEATURE_remove I gave i bitbake and was
encountered with the errors as posted http://pastebin.com/V2fMF785



Please suggest to resolve this issue.





-- 
Thanks
Nilesh Kokane

-- 
“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.”

[-- Attachment #2: Type: text/html, Size: 4126 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-08-09  9:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-05  6:13 Qt on Wandboard-solo with Yocto -Problem Nilesh Kokane
2014-08-06 23:26 ` Alfonso Tamés
2014-08-07  0:31   ` Nilesh Kokane
2014-08-07  0:32     ` Nilesh Kokane
2014-08-07  4:17     ` Alfonso Tamés
2014-08-08  4:18       ` Nilesh Kokane
2014-08-08  4:21         ` Nilesh Kokane
2014-08-08  5:36           ` Alfonso Tamés
2014-08-08  7:56             ` Nilesh Kokane
2014-08-09  9:22               ` Nilesh Kokane
2014-08-05  6:14 Nilesh Kokane
2014-08-05  7:24 Nilesh Kokane
2014-08-05 12:44 ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.