Version/name problems with fprime and fpp #2418
Replies: 1 comment
-
You can disable the check in CMake by running generate with the following argument
The first warnings are from fprime-tools - we should look into ways for developers to disable those as they can be a little inconvenience, but I haven't gotten time to get to it just yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been making modifications to fprime, fprime-tools and fprime-gds. I have merged the latest
devel
branches into my own branches to keep current. I am having some difficulties, however.I install fprime-tools and fprime-gds with
pip install -e path/to/thing
and I install FPP by running (as per instructions)./install
from the compiler subdirectory.Then I test the setup by trying to build the Ref deployment:
The FPP tools are there, but they are called
fpp-*
rather thanfprime-fpp-*
.Can I force F' to accept the erroneous fpp-tools version?
Beta Was this translation helpful? Give feedback.
All reactions