nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
9.96k stars 1.29k forks source link

Diagnose Strange Text #2630

Closed LeStarch closed 3 months ago

LeStarch commented 3 months ago
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 commented 3 months ago

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

LeStarch commented 3 months ago

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