From: "Alankar Dhobale" <alankar.dhobale@renuelectronics.com>
To: <yocto@yoctoproject.org>
Subject: Qt make: g++: Command not found issue with SDK generated for soloX
Date: Fri, 9 Dec 2016 17:27:48 +0530 [thread overview]
Message-ID: <02e201d25213$77eea330$67cbe990$@renuelectronics.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1968 bytes --]
i have used following steps to get and build the BSP for soloX sabre board.
i am using Krogoth branch to build the bsp and populate sdk
https://github.com/Freescale/fsl-community-bsp-platform
then i added qt support in the build by following
http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard
after that i bitbaked toolchain for this using following
$ bitbake meta-toolchain-qt5
after this i generated sdk using following command
$ bitbake <image-name> -c populate_sdk
and then i installed the sdk on my development machine, it is installed
under
/opt/poky/2.1.1/
now i installed and setup latest Qt by using following steps
https://community.nxp.com/thread/309578
After all this setup done, i created a simple console application and trying
to build it, and i get an error as
14:10:10: Running steps for project HelloWorld...
14:10:10: Configuration unchanged, skipping qmake step.
14:10:10: Starting: "/usr/bin/make"
g++ -c -pipe -O2 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG
-DQT_CORE_LIB -I../HelloWorld -I.
-I/opt/poky/2.1.1/sysroots/cortexa9hf-neon-poky-linux-gnueabi/usr/include/qt
5
-I/opt/poky/2.1.1/sysroots/cortexa9hf-neon-poky-linux-gnueabi/usr/include/qt
5/QtCore -I.
-I/opt/poky/2.1.1/sysroots/cortexa9hf-neon-poky-linux-gnueabi/usr/lib/qt5/mk
specs/linux-g++ -o main.o ../HelloWorld/main.cpp
make: g++: Command not found
make: *** [main.o] Error 127
14:10:10: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project HelloWorld (kit: mx6solox)
The kit mx6solox has configuration issues which might be the root cause for
this problem.
When executing step "Make"
14:10:10: Elapsed time: 00:00.
i have googled a lot but could not find any solution on this.
Can somebody please help on this...
Kind Regards,
Alankar Dhobale
[-- Attachment #2: Type: text/html, Size: 14796 bytes --]
next reply other threads:[~2016-12-09 11:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-09 11:57 Alankar Dhobale [this message]
2016-12-09 12:35 ` Qt make: g++: Command not found issue with SDK generated for soloX Burton, Ross
2016-12-09 13:04 ` Alankar Dhobale
2016-12-09 13:06 ` Burton, Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='02e201d25213$77eea330$67cbe990$@renuelectronics.com' \
--to=alankar.dhobale@renuelectronics.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.