<p><br>
On Apr 27, 2012 5:59 PM, "Patrick" <<a href="mailto:kpa_info@yahoo.fr">kpa_info@yahoo.fr</a>> wrote:<br>
><br>
> Dear mailing-list,<br>
></p>
<p>Nice. :)</p>
<p>> I am trying to include the sp-rtrace tool (<a href="http://maemo.gitorious.org/maemo-tools/sp-rtrace">http://maemo.gitorious.org/maemo-tools/sp-rtrace</a>) in my Poky image.<br>
> I have made the beginning of a receipe but I am facing some problems.<br>
><br>
> Does any one have already tried to build this tool ?<br>
><br>
> Below is the receipes that I have made. He is not working and compilation crash with a strange conflict when linking.<br>
> 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...<br>
></p>
<p>You should start by showing us your error.</p>
<p>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. </p>
<p>> Thanks in advance for your help<br>
><br>
> Patrick<br>
><br>
> --------------------------------------------<br>
><br>
> DESCRIPTION = "sp-rtrace provides function tracing for different resource types and the traced data post-processing and visualization tools. "<br>
> HOMEPAGE = "<a href="http://maemo.gitorious.org/maemo-tools/sp-rtrace">http://maemo.gitorious.org/maemo-tools/sp-rtrace</a>"<br>
> LICENSE = "GPLv2 & GPLv2+"<br>
> LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=4325afd396febcb659c36b49533135d4 \<br>
>                    file://COPYING.LGPL;md5=3214f080875748938ba060314b4f727d"<br>
><br>
> PR = "r0"<br>
> DEPENDS = "binutils gdb"<br>
><br>
> SRC_URI = "git://<a href="http://gitorious.org/maemo-tools/sp-rtrace.git">gitorious.org/maemo-tools/sp-rtrace.git</a>"<br>
> SRCREV = "4d2870b43a9ae45b47be8701622b9baf7a534d6e"<br>
><br>
> S = "${WORKDIR}/git"<br>
><br>
> inherit autotools gettext<br>
><br>
> EXTRA_OECONF = "--build=arm"<br>
> CFLAGS_prepend = "-fPIC -I../../../gdb-7.3a-r4.0/gdb-7.3/include/"<br>
><br>
><br>
><br>
> _______________________________________________<br>
> poky mailing list<br>
> <a href="mailto:poky@yoctoproject.org">poky@yoctoproject.org</a><br>
> <a href="https://lists.yoctoproject.org/listinfo/poky">https://lists.yoctoproject.org/listinfo/poky</a><br>
</p>