Skip to content

out of source architecture stub generation with fprime-util impl #1035

Answered by LeStarch
DentOpt asked this question in Q&A
Discussion options

You must be logged in to vote

@DentOpt the issue is this: library_locations: Module1. This expects the Module1 to be a library containing modules. You are missing a folder for your library. Try something along the following:

settings.ini:

library_locations: path/to/my_library

Directory paths:

my_library
    Module1

I might further recommend the following: add a namespace directory to your subrepo:

<my_library's repo root>
    my_library
        Module1

I know this seems redundant to have the my_library root contain a folder also called my_library but this is important because now your includes and imports look like this:

#include <my_library/Module1/....>

Now you are free to include a Module1 component in multiple…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Joshua-Anderson
Comment options

Comment options

You must be logged in to vote
2 replies
@Joshua-Anderson
Comment options

@DentOpt
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by DentOpt
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