-
Notifications
You must be signed in to change notification settings - Fork 315
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
Building using cmake is not working #70
Comments
I added ExternalProject_Add in examples/c/CMakeLists.txt for bpftool, it started working. Is it acceptable? |
Greeting, |
The submitted fix lgtm. Sorry, not checking my libbpf email folder that often. |
Closed by #73 |
Thanks Guys for fixing this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to build the project using cmake, I've got the following error:
bash: line 1: /home/mariusz/git/libbpf-bootstrap/examples/c/../../tools/bpftool: No such file or directory
make[2]: *** [CMakeFiles/bootstrap.dir/build.make:74: bootstrap.skel.h] Error 127
make[2]: *** Deleting file 'bootstrap.skel.h'
make[1]: *** [CMakeFiles/Makefile2:145: CMakeFiles/bootstrap.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered: