Skip to content

Commit

Permalink
Merge branch 'latest' into net
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Jan 31, 2024
2 parents b3dba42 + 8e7cd47 commit e3c39a3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,20 @@ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \
```

Feel free to contact us and/or open Pull Requests to support more cases.

## Compilation issues with Perf or Objtools

If you see such messages:

```
Makefile.config:458: *** No gnu/libc-version.h found, please install glibc-dev[el]. Stop.
```

This can happen when switching between major versions of the compiler. In this
case, it will be required to clean the build dir in `.virtme/build`, e.g.

```bash
docker run -v "${PWD}:${PWD}:rw" -w "${PWD}"--rm -it \
mptcp/mptcp-upstream-virtme-docker:latest \
cmd rm -r .virtme/build/tools
```

0 comments on commit e3c39a3

Please sign in to comment.