Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tools to run bindgen #55

Closed
vireshk opened this issue Dec 7, 2021 · 1 comment · Fixed by #56
Closed

Add tools to run bindgen #55

vireshk opened this issue Dec 7, 2021 · 1 comment · Fixed by #56

Comments

@vireshk
Copy link
Contributor

vireshk commented Dec 7, 2021

The containers used for builds currently don't have necessary tools to compile bindgen stuff, which compiles few C files and create rust bindings.

The tools required are:

  • libclang-dev
  • clang
  • musl-tools

We also need to configure the container to pass the include path, to the Linux libraries, for the musl build, else we get more errors like "const.h" not found.

This pull request should build from the container if this works fine:

rust-vmm/vhost-device#68

@vireshk
Copy link
Contributor Author

vireshk commented Dec 7, 2021

@andreeaflorescu

@vireshk vireshk changed the title Add tools to run buildgen Add tools to run bindgen Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant