Hi all, I want to set up *NuttX Task Trace *to profile and debug performance related issues of our PX4 modification.
For that I have followed this description: https://nuttx.apache.org/docs/latest/guides/tasktraceuser.html#nuttx-kernel-configuration I have edited the .config file. I tried it for both the PX4 project (running on Pixhawk 4) and a plain STM32 blink LED app (running on STM32 Blue Pill). Neither would build with those kernel configurations in place. I would get make errors like this: make[3]: Entering directory '~/nuttx/apps/system/trace' CC: trace.c <command-line>:0:6: error: expected identifier or '(' before numeric constant Has someone successfully used NuttX Task Trace? How did you proceed? Also does anyone have some comments on my error message? Best, Seb