Skip to content

Building: Generating code for new IMC messages

Paulo Dias edited this page Apr 7, 2022 · 6 revisions

Clone the IMC repository inside the DUNE build directory. Change the branch to the one intended. The imc folder must be named "IMC".

Then, in the build directory run:

make imc

You should then commit all the changed files observing the rules in Git: Commit Messages.

It didn't work?

If it didn't seem to work, please check on your terminal if python command exists.

If not, please install Python, or if is already installed as python3, fix this by running

sudo apt install python-is-python3

After installing python-is-python3, rebuild it, now with python:

make rebuild_cache && make