Closed timcanham closed 1 month ago
This error would appear if you are running with F´ on devel
. The deployment created by fprime-util --deployment
should build correctly with the latest release (v3.4.3
), which also should be the version that's checked out by default by fprime-bootstrap project
.
Can you confirm this is what you experienced?
In v3.4.3
systemResources still had a FRAMEWORK_VERSION channel, which is now gone in devel
.
Yes, I was using devel.
Closing as a duplicate of #2915
Problem Description
When using
fprime-util new deployment
, it compiles with the following error.Context / Environment
Execute
fprime-util version-check
and share the output.How to Reproduce
fprime-util new deployment
Expected Behavior
Should build without errors.