* Compiling sp-rtrace
@ 2012-04-27 14:59 Patrick
2012-04-27 17:30 ` Andrei Gherzan
0 siblings, 1 reply; 2+ messages in thread
From: Patrick @ 2012-04-27 14:59 UTC (permalink / raw)
To: poky
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/"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Compiling sp-rtrace
2012-04-27 14:59 Compiling sp-rtrace Patrick
@ 2012-04-27 17:30 ` Andrei Gherzan
0 siblings, 0 replies; 2+ messages in thread
From: Andrei Gherzan @ 2012-04-27 17:30 UTC (permalink / raw)
To: Patrick; +Cc: poky
[-- Attachment #1: Type: text/plain, Size: 1824 bytes --]
On Apr 27, 2012 5:59 PM, "Patrick" <kpa_info@yahoo.fr> wrote:
>
> Dear mailing-list,
>
Nice. :)
> 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...
>
You should start by showing us your error.
As i recall... demangle.h is from binutils. And should be in sysroot. But i
have to check as i don't have a build right now at my disposal.
> 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/"
>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
[-- Attachment #2: Type: text/html, Size: 2626 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-27 17:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-27 14:59 Compiling sp-rtrace Patrick
2012-04-27 17:30 ` Andrei Gherzan
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.