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

rtems_sysmon does not build on RTEMS 4.11 #426

Closed
jphickey opened this issue Jan 10, 2024 · 0 comments · Fixed by #427
Closed

rtems_sysmon does not build on RTEMS 4.11 #426

jphickey opened this issue Jan 10, 2024 · 0 comments · Fixed by #427
Assignees

Comments

@jphickey
Copy link
Contributor

Describe the bug
The "rtems_sysmon" module is unconditionally included in the RTEMS PSP, but it does not build on 4.11 as it relies on functions that do not exist in this version.

To Reproduce
Build for RTEMS 4.11

Expected behavior
Should succeed

System observed on:
Debian with RTEMS 4.11 toolchain

Additional context
Simply disabling the rtems_sysmon module from psp_module_list.cmake allow RTEMS 4.11 to build again. However that is not a good general solution.

Better solution would be to add a bit of conditional logic such that the module is only included when the RTEMS version is >= 5.
That would fix the CFS RTEMS 4.11 workflows.

Reporter Info
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey self-assigned this Jan 10, 2024
dzbaker added a commit that referenced this issue Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant