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

Diagnose Strange Text #2630

Closed
LeStarch opened this issue Mar 27, 2024 · 2 comments · Fixed by nasa/fprime-tools#198
Closed

Diagnose Strange Text #2630

LeStarch opened this issue Mar 27, 2024 · 2 comments · Fixed by nasa/fprime-tools#198
Assignees
Labels
bug cmake Issues pertaining to the CMake build system. High Priority High Priority issue that needs to be resolved. need-to-reproduce F´  developers need to reproduce.

Comments

@LeStarch
Copy link
Collaborator

F´ Version
Affected Component

Problem Description

Why does the following message occur when generating on core?

-- [WARNING] /Users/mstarch/code/fprime-infrastructure/fprime/settings.ini does not exist
[WARNING] /Users/mstarch/code/fprime-infrastructure/fprime/settings.ini does not exist
FPRIME_FRAMEWORK_PATH=/Users/mstarch/code/fprime-infrastructure/fprime
@LeStarch LeStarch added bug High Priority High Priority issue that needs to be resolved. need-to-reproduce F´  developers need to reproduce. cmake Issues pertaining to the CMake build system. labels Mar 27, 2024
@LeStarch
Copy link
Collaborator Author

This is caused by a bug in fprime-tools where the above warning is emitted on stdout and not stderr.

@LeStarch
Copy link
Collaborator Author

There is also an error with how \n is processed in the output. \n needs to be replaced with ; to loop through the lines.

LeStarch added a commit to LeStarch/fprime that referenced this issue Mar 28, 2024
@LeStarch LeStarch self-assigned this Mar 28, 2024
LeStarch added a commit to LeStarch/fprime that referenced this issue Mar 28, 2024
LeStarch added a commit to nasa/fprime-tools that referenced this issue Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cmake Issues pertaining to the CMake build system. High Priority High Priority issue that needs to be resolved. need-to-reproduce F´  developers need to reproduce.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant