Re: [yocto] gcc leak-sanitizer on arm target

2018-02-01 Thread Pieter Cardoen
On Wed, Jan 31, 2018 at 7:06 AM, Pieter Cardoen wrote: > > Dear > > > > I am having trouble to enable leak sanitizer and thread sanitizer for my > > arm target. If I enable gcc-sanitizers, I only have these libraries on the > > target rootfs: > > * libasan.so.3 > > * libasan.so.3.0.0 > > * libsa

Re: [yocto] gcc leak-sanitizer on arm target

2018-01-31 Thread Khem Raj
On Wed, Jan 31, 2018 at 7:06 AM, Pieter Cardoen wrote: > Dear > > I am having trouble to enable leak sanitizer and thread sanitizer for my arm > target. If I enable gcc-sanitizers, I only have these libraries on the target > rootfs: > * libasan.so.3 > * libasan.so.3.0.0 > * libsanitizer.spec > *

[yocto] gcc leak-sanitizer on arm target

2018-01-31 Thread Pieter Cardoen
Dear I am having trouble to enable leak sanitizer and thread sanitizer for my arm target. If I enable gcc-sanitizers, I only have these libraries on the target rootfs: * libasan.so.3 * libasan.so.3.0.0 * libsanitizer.spec * libubsan.so.0 * libubsan.so.0.0.0 liblsan.so.* and libtsan.so.* is miss