Was invoking LFC from make
/ cmake
a good idea?
#213
LasseRosenow
started this conversation in
General
Replies: 1 comment 1 reply
-
You raise good points and I dont have a good answer now. A brittle or confusing solution is worse than no solution. I am open to experimenting with a different approach e.g. a build script as you propose. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For now we implemented these features to enhance development so that the lfc gets executed whenever we compile our project.
This comes with a few downsides (at least for make):
very
hacky and could always have unexpected issues such asmake clean
should also clean thesrc-gen
directory lf-riot-uc-template#6LFC
to generate our federate configurations manually and then invoke it automatically from then on.Maybe it is better to just keep things separate and safe us a lot of headache in the future:
lfc src/CoapFederatedLF && make all term
./lfc.sh && make all
@erlingrj @tanneberger
Beta Was this translation helpful? Give feedback.
All reactions