Hi Gabriel,
the reason why you cannot compile is because if you turn on that option, you need a corresponding runtime environment which is not included in the S32DS environment. The compiler option alone only instruments your code, but you still need the runtime code. You find the runtime code documented e.g. in AddressSanitizerAlgorithm · google/sanitizers Wiki · GitHub. Additionally, that feature has originated from the LLVM/Linux/Web Browser world, and I have not seen an adoption for the more constrained embedded world of things. But I agree: it would be very useful. Having said that: I have been experimenting with AddressSanitizer for a while already building up some code base and examples, especially around FreeRTOS. But not for S32DS, my use case is MCUXpresso, but I don't see a reason why this would not be transferable to the DS world. I plan to document it maybe with a tutorial on my blog at MCU on Eclipse | Everything on Eclipse, Microcontrollers and Software of I find time, but currently a bit under a crunch because of the university exam season.
I hope this helps,
Erich