-
Notifications
You must be signed in to change notification settings - Fork 93
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
How to compile latest ply version 2.1.1 with custom kernel-dir? #66
Comments
In case it's helpful, Here's part of an strace dump showing where the above command failed
Looks like the bpf syscall is not happy
|
The oldest kernel I can remember testing 2.x with is 4.19. It is not unlikely that ply is simply not compatible with older versions. Any chance you can test with a newer kernel? |
I hit the similar issue, my kernel version and ply version as follows:
ply dose work well with command:
however, ply reports error when i try other commands listed in README.md of ply project.
Any suggestion is appreciated. |
Hi,
Ply looks like an awesome tool, and my embedded software team is very excited to try/use it.
We successfully cross-compiled the tool for arm-linux using arm-linux-androideabi-clang, and we pushed the tool to our embedded device.
The tool compiled correctly. i.e. the following two commands work on our arm embedded device:
However, we are unable to run a basic ply test:
When running the above command, we get the following error:
In ply 1.x, there was a configure param --with-kerneldir that devs could use to set a custom kernel distro (other than kernel version on host build machine).
In 2.1.1 it seems this option is unrecognized as part of the configure process.
How can we compile ply 2.1.1 for the kernel version used on our embedded device, rather than the kernel version of our local development linux machines?
We are using kernel v4.14 on embedded device, but version 4.15 on our local dev ubuntu machines.
Thanks,
Eric
The text was updated successfully, but these errors were encountered: