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 fails to build with shell enabled #945

Closed
jphickey opened this issue Apr 6, 2021 · 0 comments · Fixed by #946 or #967
Closed

RTEMS fails to build with shell enabled #945

jphickey opened this issue Apr 6, 2021 · 0 comments · Fixed by #946 or #967
Assignees
Labels
Milestone

Comments

@jphickey
Copy link
Contributor

jphickey commented Apr 6, 2021

Describe the bug
The prototype for the OS_ShellOutputToFile_Impl() function has gotten stale and needs an update. Unfortunately this isn't built as part of any regularly-run test routine.

To Reproduce
Change OSAL config to enable shell
Build on RTEMS

Expected behavior
Build should pass

Code snips

int32 OS_ShellOutputToFile_Impl(uint32 file_id, const char *Cmd)

System observed on:
RTEMS 4.11.3 target, Ubuntu 20.04 host.

Reporter Info
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey self-assigned this Apr 6, 2021
@jphickey jphickey added the bug label Apr 6, 2021
@skliper skliper added this to the 6.0.0 milestone Apr 6, 2021
jphickey added a commit to jphickey/osal that referenced this issue Apr 6, 2021
Due to other changes the shell implementation on RTEMS and POSIX failed
to build under certain configurations.  This fixes and verifies the
shell functions as expected.
@skliper skliper linked a pull request Apr 7, 2021 that will close this issue
jphickey added a commit to jphickey/osal that referenced this issue Apr 7, 2021
Due to other changes the shell implementation on RTEMS and POSIX failed
to build under certain configurations.  This fixes and verifies the
shell functions as expected.
astrogeco added a commit that referenced this issue Apr 21, 2021
Fix #945, shell implementation on posix and rtems
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
Fix nasa#945, Finish CFE_PLATFORM_ES_PERF_MAX_IDS removal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants