When configuration options CONFIG_SEGGER_SYSTEMVIEW=y and CONFIG_TRACING=y are added to my prj.conf the following build errors are shown:
followed by many other errors.
Any suggestions how to solve this?
Best regards,
Elbert
When configuration options CONFIG_SEGGER_SYSTEMVIEW=y and CONFIG_TRACING=y are added to my prj.conf the following build errors are shown:
followed by many other errors.
Any suggestions how to solve this?
Best regards,
Elbert
Hi,
Which application sample did you try to build?
Best regards,
Dejan
Hi Elbert,
Have you seen the same error on nrf9160-dk?
Best regards,
Dejan
Hello,
I have not tried this on nrf9160-dk, it seems to me this is not board dependent.
It looks like it is depending configurations options.
Best regards,
Elbert
Hi Elbert,
Could you try adding CONFIG_EVENTS=y to your project configuration?
Best regards,
Dejan
Could you try adding CONFIG_EVENTS=y to your project configuration?
Hi Elbert,
Could you please provide minimal sample for reproducing the issue on nRF9160-dk?
EDIT: Does the same issue appear in NCS v2.2.0 (as in NCS v2.3.0)?
Best regards,
Dejan
Hi Elbert,
Could you please provide minimal sample for reproducing the issue on nRF9160-dk?
EDIT: Does the same issue appear in NCS v2.2.0 (as in NCS v2.3.0)?
Best regards,
Dejan
Minimal sample with all my configuration options attached.
In this sample the build is not broken as in my own application, but build is finished.
I did not try NCS v2.2.0, only v2.3.0.
Best regards,systemview.zip
Elbert
Hi Elbert,
There is an existing issue which might be related. Could you please try using NCS v2.2.0? Is error still present?
For which build target should your sample be built?
Best regards,
Dejan
Perhaps you can verify difference between v2.2.0 and v2.3.0 or newer?
The build target is nrf9160dk_nrf9160_ns.
Hi Elbert,
I have reproduced your issue in NCS v2.2.0 and v2.3.0. However, the issue was not present in NCS v2.4.1. You could try to update your NCS version to v2.4.1.
Best regards,
Dejan
We were planning to only do the major updates like 2.3.0 to 2.4.0, etc. But in this case I might need to update to v2.4.1 to test Segger SystemView.
At the moment I'm in the middle of things so this is something to be done in future.
I will keep you informed. Thanks for your help so far.