From: Patrick <kpa_info@yahoo.fr>
To: poky@yoctoproject.org
Subject: Compiling sp-rtrace
Date: Fri, 27 Apr 2012 16:59:03 +0200 [thread overview]
Message-ID: <4F9AB437.1040404@yahoo.fr> (raw)
Dear mailing-list,
I am trying to include the sp-rtrace tool
(http://maemo.gitorious.org/maemo-tools/sp-rtrace) in my Poky image.
I have made the beginning of a receipe but I am facing some problems.
Does any one have already tried to build this tool ?
Below is the receipes that I have made. He is not working and
compilation crash with a strange conflict when linking.
This tool need the demangle.h file that is not included in this project.
I have found that gdb have a similar file, this is why I have made the
dirty hack of the last line...
Thanks in advance for your help
Patrick
--------------------------------------------
DESCRIPTION = "sp-rtrace provides function tracing for different
resource types and the traced data post-processing and visualization
tools. "
HOMEPAGE = "http://maemo.gitorious.org/maemo-tools/sp-rtrace"
LICENSE = "GPLv2 & GPLv2+"
LIC_FILES_CHKSUM =
"file://COPYING.GPL;md5=4325afd396febcb659c36b49533135d4 \
file://COPYING.LGPL;md5=3214f080875748938ba060314b4f727d"
PR = "r0"
DEPENDS = "binutils gdb"
SRC_URI = "git://gitorious.org/maemo-tools/sp-rtrace.git"
SRCREV = "4d2870b43a9ae45b47be8701622b9baf7a534d6e"
S = "${WORKDIR}/git"
inherit autotools gettext
EXTRA_OECONF = "--build=arm"
CFLAGS_prepend = "-fPIC -I../../../gdb-7.3a-r4.0/gdb-7.3/include/"
next reply other threads:[~2012-04-27 14:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-27 14:59 Patrick [this message]
2012-04-27 17:30 ` Compiling sp-rtrace Andrei Gherzan
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=4F9AB437.1040404@yahoo.fr \
--to=kpa_info@yahoo.fr \
--cc=poky@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.