Replies: 1 comment 3 replies
-
Have you followed the Development guide/instructions pre-requisite in https://github.com/microsoft/ebpf-for-windows/blob/main/docs/GettingStarted.md? Can you please paste the WDK version that was installed? Please make sure only one WDK is installed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello ebpf developer,
I create new project run executable testing by Catch2. The sample code below includes
program_helper.h
requires to add the library fromlibs\runtime_kernel
project. The testing want to use theprogram_load_attach_helper_t
class for load the ebpf object by reference from header file nameprogram_helper.h
After click build for testing project an error show an incompleted build steps under the
runtime_kernel
project.Beta Was this translation helpful? Give feedback.
All reactions