Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subsys: tracing: sysview: No SEGGER_SYSVIEW.h in path #35941

Closed
Delsian opened this issue Jun 4, 2021 · 1 comment
Closed

subsys: tracing: sysview: No SEGGER_SYSVIEW.h in path #35941

Delsian opened this issue Jun 4, 2021 · 1 comment
Assignees
Labels
area: Tracing Tracing bug The issue is a bug, or the PR is fixing a bug

Comments

@Delsian
Copy link
Contributor

Delsian commented Jun 4, 2021

Describe the bug

When enabling CONFIG_SEGGER_SYSTEMVIEW compilation fails with an error

In file included from E:/LociV4/zephyr/include/tracing/tracing.h:12,
            from E:/LociV4/zephyr/include/kernel.h:5633, 
            from E:/LociV4/zephyr/arch/arm/core/offsets/offsets_aarch32.c:28,
            from E:/LociV4/zephyr/arch/arm/core/offsets/offsets.c:9:
e:\lociv4\zephyr\subsys\tracing\sysview\tracing_sysview.h:12:10: fatal error: SEGGER_SYSVIEW.h: No such file or directory
            12 | #include <SEGGER_SYSVIEW.h> 
                 |          ^~~~~~~~~~~~~~~~~~
compilation terminated. 

To Reproduce

zephyr\samples\subsys\tracing> west build -b nucleo_f411re -- -DOVERLAY_CONFIG=prj_sysview.conf   

Impact
showstopper, systemview not usable

Environment (please complete the following information):

  • OS: Windows
  • Toolchain Zephyr SDK
  • Commit SHA 3d39f72

Additional context
File SEGGER_SYSVIEW.h located inside SystemView install folder: C:\Program Files (x86)\SEGGER\SystemView\Src\SEGGER
Probably documentation about tracing should contain instructions about files to copy or adding path variables from the sysview's installation folder

@Delsian Delsian added the bug The issue is a bug, or the PR is fixing a bug label Jun 4, 2021
@carlescufi carlescufi added the area: Tracing Tracing label Jun 4, 2021
@Delsian
Copy link
Contributor Author

Delsian commented Jun 4, 2021

Resolved

@Delsian Delsian closed this as completed Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Tracing Tracing bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

3 participants