Compiling project for running with Segger SystemView

Hi,

We have a project based upon the nrf5340 processor built with nRF Connect SDK v2.2.0.  We use the Segger JLINK emulator for debug and programming. We tried setting the KCONFIG options to get trace output so that we can run SystemView for capturing realtime statistics.  We're using the following settings in the KCONFIG file:

CONFIG_TRACING=y
CONFIG_SEGGER_SYSTEMVIEW=y
CONFIG_USE_SEGGER_RTT=y #see point 1 above
CONFIG_SEGGER_SYSTEMVIEW_BOOT_ENABLE=y


However, when I build the project, I get compiler errors generated.

Any ideas why we cannot build for SystemView?

Thanks

Related