Updated Known Issues (markdown)

Patrick Ziegler 2018-05-02 15:56:37 +02:00
parent 1b4b708b26
commit 4fdc51131f
1 changed files with 1 additions and 1 deletions

@ -43,4 +43,4 @@ Traceback (most recent call last):
out = __main__.output['eventstruct']
KeyError: 'eventstruct'
```
**Fix:** You have to manually update the `xpp` submodule. To do that, go into the `lib/xpp` folder and execute `git checkout master`. After that you can go back into the `build` folder and run `make` again.
**Fix:** You have to manually update the `xpp` submodule. To do that, go into the `lib/xpp` folder and execute `git checkout master` and `rm include/xpp/proto/*`, the second command deletes the already generated, but faulty, headers. After that you can go back into the `build` folder and run `make` again.