I’ve enabled the Dynamic Analysis in my project (Embedded Project with STM32L073 microcontroller)
If this is a necessary info: I’ve imported the project from the STM32CubeMX software
If I build my project everything works fine in the “output window” but under the “Error list” window I get an error:
“command-line error: invalid macro definition: $$com.sysprogs.efp.profiling.debugger_check$$”
I’ve included the SysprogsProfiler.h in my main.c but on this line theres the error message from above.
What does this error mean and how can I get rid of it?
You find a screenshot of the Dynamic Analysis window in the attachments.