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

Ubuntu building problems #138

Open
mbencik999 opened this issue Jul 17, 2018 · 0 comments
Open

Ubuntu building problems #138

mbencik999 opened this issue Jul 17, 2018 · 0 comments

Comments

@mbencik999
Copy link

I have tried to build the Dtrace on Ubuntu ( kernel 4.15.0 ). Unfortunately without any luck. The ctl.c file cannot locate the copy_from_user function which is part of the uaccess.h. The error for this comes from [-Werror=implicit-function-declaration] here I'm not sure if it is a god thing to dissable the flags.

Now in my research I tried to change the #include <asm/uaccess.h> to #include <linux/uaccess.h> but later then I get redefinition errors for which I don't know if they are related ( specificaly: error: 'struct in6_addr' has no member named '_S6_un' )

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

No branches or pull requests

1 participant