Adding a file to config directory causes FPP "symbol not found error" #2576
Labels
bug
cmake
Issues pertaining to the CMake build system.
High Priority
High Priority issue that needs to be resolved.
Problem Description
Adding a new FPP config file to the config directory that defines an FPP type causes an FPP compile error in an FPP file elsewhere that uses the type. Regenerating (
fprime-util purge/generate
) solves the problem.Context / Environment
Execute
fprime-util version-check
and share the output.How to Reproduce
config
directory andCMakeLists.txt
that defines a new type.fprime-util purge
fprime-util generate
Expected Behavior
The added file should trigger an automatic regeneration.
The text was updated successfully, but these errors were encountered: