[yocto] libc6-dbg-2.20-r0.core2_64.rpm empty

Khem Raj raj.khem at gmail.com
Tue Apr 21 18:46:40 PDT 2015


> On Apr 21, 2015, at 6:18 AM, Francois P. Gallichand <francois.p.gallichand at ca.abb.com> wrote:
> 
> Hello,
>  
> I’m trying to use Valgrind but when I start it, it gives me an error because a required library has its symbols stripped. After looking around, I found out that the libc6-dbg packages should be installed and it is. However, when I look into the rpm for libc6-dbg, it is empty. Why is that? What must I do so it contains the non-strip version of the library?

you can add  EXTRA_IMAGE_FEATURES += “dbg-pkgs” so you get debug info for whole image. if you just want libc to be with debug symbols add

may be adding 

RDEPENDS_${PN} += “libc6-dbg”

to valgrind recipe is better if it always required libc with debug info.
>  
> Thank you.
>  
> François Gallichand
> Engineer - Software Group
> ABB Group
> Analytical Business
> (418)877-2944 x268
> 
> <image001.png>
>  
> -- 
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org <mailto:yocto at yoctoproject.org>
> https://lists.yoctoproject.org/listinfo/yocto <https://lists.yoctoproject.org/listinfo/yocto>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150421/5bdf1c4f/attachment.html>


More information about the yocto mailing list