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

arm-none-abi-gcc with ASAN

Hi,

I downloaded 2020-q4 update version of arm-none-abi-gcc(gcc 9.3.1), and the compilation failed when I add -fsanitizer=address to CPPFLAGS and LDFLAGS in makefile.

Is address sanitizer supported by this compiler? 
If not, is there any way to enable the feature?