Hi Hugo,

Verify your cross compiler executable file name located in 
/opt/poky/1.6.1/sysroots/x86…… QT Creator is looking for arm-linux-gnueabi-g++ 
but maybe your file name is arm-gnueabi-g++. Make symbolic links or force Qt 
Creator to look for your existing executable.

Regards,

Alfonso

On Aug 19, 2014, at 5:06 PM, Hugo Sampaio <[email protected]> wrote:

> Hi community,
> 
> I have a wandboard solo and followed the QT tutorial 
> (http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard) 
> to configure QT creator. I'm using Daisy branch and everything went ok until 
> I press the "run" button on QT creator. It shows the following error:
> 
> 22:39:00: Running steps for project wand001...
> 22:39:00: Configuration unchanged, skipping qmake step.
> 22:39:03: Starting: "/usr/bin/make"
> arm-linux-gnueabi-g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG 
> -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB 
> -I/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/lib/qt5/mkspecs/linux-arm-gnueabi-g++
>  -I../wand001 
> -I/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/include/qt5
>  
> -I/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/include/qt5/QtWidgets
>  
> -I/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/include/qt5/QtGui
>  
> -I/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/include/qt5/QtCore
>  -I. 
> -I../../fsl-community-bsp/build/tmp/sysroots/wandboard-solo/usr/include/libdrm
>  -I. -I. -o main.o ../wand001/main.cpp
> make: arm-linux-gnueabi-g++: Command not found
> make: *** [main.o] Error 127
> 22:39:04: The process "/usr/bin/make" exited with code 2.
> Error while building/deploying project wand001 (kit: wandboard2)
> When executing step 'Make'
> 22:39:04: Elapsed time: 00:04.
> 
> I have tried adding setup-environment as described in the link below but it 
> didn't work.
>  
> (https://community.freescale.com/mobile/mobile-access.jspa#jive-discussion?content=https%3A%2F%2Fcommunity.freescale.com%3A443%2Fapi%2Fcore%2Fv2%2Fdiscussions%2F309578)
>  
> 
> Does anyone have a clue about this issue?
> 
> Thanks,
> 
> Hugo.
> 
> 
> -- 
> _______________________________________________
> meta-freescale mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/meta-freescale

-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to