Skip to content

Problem Editing Topology - Module Seemingly Not Found in Deployment's instances.fpp File #2127

Closed Answered by thomas-bc
John-P-Cargille asked this question in Q&A
Discussion options

You must be logged in to vote

Which version of fprime-tools are you running?

Without seeing your entire F´ project it's hard to tell - but from looking at your Components and Deployment, it seems you may be missing a CMake call to correctly add your components to the build system.

Try adding the following lines to your GrandOpening/CMakeLists.txt, under the # Components and Topology section (replacing <path/to> of course)

###
# Components and Topology
###
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/<path/to>/Employee/")
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/<path/to>/SandwichMachine/")
[...]

These add_fprime_subdirectory calls are what register your components in your CMake project, and allow all t…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@John-P-Cargille
Comment options

@bocchino
Comment options

@John-P-Cargille
Comment options

Answer selected by John-P-Cargille
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants