This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What sanitizer does the current version of arm-none-eabi-gcc support?

Hello! 

I somewhat got the impression that arm-none-eabi-gcc  does not support address sanitizer (libasan). So I am writing to ask what kind of sanitizer checks does the current version of arm-none-eabi-gcc would support? What about kasan, or ubsan? Thank you very much! 

  • Just some follow up information. We have been compiling an embedded OS kernel for STM32 and currently thinking to add some runtime sanitizer checks, asan, ubsan, either is totally fine. However, i just cannot find any support at this point.. Am I missed anything there?