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
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
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