-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fprime-util impl fails to pass environment to impl
steps
#3055
Comments
The error is above " User must define environment variable WIND_CC_SYSROOT". This implies that the environment is not set up correctly. Check with your project to ensure your environment is correct. |
Even though “fprime_util impl” runs with no errors when FPP file is valid in the same environment?
|
I am told that this is perhaps a real issue. @kevin-f-ortega this is a problem in fprime-vxworks. |
impl
steps
This bug affects all cases where Also note: work around is to run |
|
Problem Description
When the user runs
fprime-util impl
on an ungenerated repo, the CMake regenerate step does not receive the environment specified insettings.ini
.To reproduce:
settings.ini: [environment]
cd <some component>
touch *.fpp
fprime-util impl --verbose
Old Description
When .fpp file in Components/ directory has a syntax error and I try to run fprime-util impl, I am getting the following error:
There is no reference to the actual .fpp file which has a syntax error.
Context / Environment
Execute
fprime-util version-check
and share the output.How to Reproduce
Expected Behavior
We expect error message to point to the invalid .fpp file as a source of error.
The text was updated successfully, but these errors were encountered: