From: "Jose Mª Ferreiro" <jose.ferreiro@horus.es>
To: Jegan Chandru <pcjegan@gmail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Add new module to recipe + meta-toolchain-qt: add gdb
Date: Tue, 10 Sep 2013 19:26:13 +0200 [thread overview]
Message-ID: <522F5635.3040803@horus.es> (raw)
In-Reply-To: <CAAA4K6JvKPBSUZAwYwUVFCj_n64B-L1N3xN5cwuUs4Cg6ijPNg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2277 bytes --]
Hi Jegan
El 10/09/2013 16:05, Jegan Chandru escribió:
> Hello,
>
> On Tue, Sep 10, 2013 at 4:53 PM, Jose Mª Ferreiro
> <jose.ferreiro@horus.es <mailto:jose.ferreiro@horus.es>> wrote:
>
> Hello
>
> We have compiled meta-toolchain-qt (Yocto dylan). Now we can run
> QT applications on Desktop (Ubuntu 12.04) and on target (iMX6
> sabre Lite board). We can also debug the applications on board,
> but we can not debug on desktop.
>
> When /usr/bin/gdb is started it starts automatically
> /usr/bin/python. It fails because Ubuntu python does not recognize
> sys.lib variable from /op/poky...python. We have found no way to
> tell gdb to start changing PYTHONHOME to Ubuntu python home to
> avoid the problem.
>
> So we need to add gdb to the toolchain. If we get it to work, we
> suppose the /op/poky...gdb will start the /opt/poky...python (we
> test it and that python knows what sys.lib is).
>
> We try to add to conf/local.conf: TOOLCHAIN_HOST_TASK_append = "
> nativesdk-gdb". But nativesdk-gdb is not a defined name.
>
>
> try adding packagegroup-cross-canadian-${TRANSLATED_TARGET_ARCH} in
> TOOLCHAIN_HOST_TASK_append which will add cross toolchain to your sdk
> which includes cross gdb as well. There is no nativesdk-gdb afaik
> unless if someone says otherwise.
> see ./recipes-core/packagegroups/packagegroup-cross-canadian.bb
> <http://packagegroup-cross-canadian.bb> for details.
I am lost. We added that but it did not work as we expected. In fact, I
think that must be included in meta-toolchain-qt because we do not see
any differences. Perhaps I explained it badly.
I think we already have the cross tools compiled. They are installed at:
/opt/poky/1.4.2/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi
There is a arm-...-gdb there, but this is not the failing gdb.
We expect/want to have a gdb compiled for the host machine at
/opt/poky/1.4.2/sysroots/i686-pokysdk-linux/usr/bin/
QT Desktop mode is starting /usr/bin/gdb but using the /opt/poky...
directory as PYTHONHOME. We think if we have our
/opt/poky/../usr/bin/gdb and we tell QT to use it, it will avoid ths
sys.lib conflict.
Thanks and best regards
[-- Attachment #2: Type: text/html, Size: 3685 bytes --]
next prev parent reply other threads:[~2013-09-10 17:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-10 11:23 Add new module to recipe + meta-toolchain-qt: add gdb Jose Mª Ferreiro
2013-09-10 14:05 ` Jegan Chandru
2013-09-10 17:26 ` Jose Mª Ferreiro [this message]
2013-09-10 19:16 ` Philipp Wagner
2013-09-11 10:20 ` jfc
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=522F5635.3040803@horus.es \
--to=jose.ferreiro@horus.es \
--cc=pcjegan@gmail.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.