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

CMake script refers to obsolete path #115

Open
jphickey opened this issue Sep 14, 2022 · 0 comments
Open

CMake script refers to obsolete path #115

jphickey opened this issue Sep 14, 2022 · 0 comments

Comments

@jphickey
Copy link
Contributor

Describe the bug
The CMake build script for elf2cfetbl is outdated and refers to a CFE path that no longer exist in the CFE bundle.

include_directories(${cfe-core_MISSION_DIR}/src/inc)

Expected behavior
At a minimum, the incorrect path should be removed
A better approach altogether would be to use an interface library that refers to the OSAL API

Additional context
Doesn't really break anything because nonexistent paths are typically ignored by GCC (although that may not be the case with some other compilers)

Reporter Info
Joseph Hickey, Vantage Systems, Inc.

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

No branches or pull requests

1 participant