Re: [yocto] Having issue using gcc-sanitizer

2024-11-20 Thread Ninad Palsule via lists.yoctoproject.org
Hi Gyorgy, Thanks a lot! That solved my issue. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64318): https://lists.yoctoproject.org/g/yocto/message/64318 Mute This Topic: https://lists.yoctoproject.org/mt/109684927/21656 Group Owner: yocto+ow...@li

Re: [yocto] Having issue using gcc-sanitizer

2024-11-20 Thread Gyorgy Sarvari via lists.yoctoproject.org
Try adding "gcc-sanitizers" to the compile time dependencies of your application's recipe (DEPENDS variable) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64313): https://lists.yoctoproject.org/g/yocto/message/64313 Mute This Topic: https://lis

[yocto] Having issue using gcc-sanitizer

2024-11-20 Thread Ninad Palsule via lists.yoctoproject.org
Hello, I want to add *-sanitize* option to my application. I performed following changes. I see that *gcc-sanitize* target is pulled and compiled by application is not linking the correct files. I am trying to use this target: meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb Am I missing some ch