-
Notifications
You must be signed in to change notification settings - Fork 24
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
Facing issue while trying to build ebpf on power Rhel 8 #1391
Comments
Hi @ashwinik30, The compiler is telling you that this probe is using too many variables in the stack, you'll need to figure out if you can remove some of those. Since we don't use the filler, another possibility would be to exclude it by surrounding it with I don't have access to a power VM so I can't really help much more than this, sorry. |
Looks like that probe was split upstream not so long ago, maybe due to an error similar to this: falcosecurity/libs#1300 Can you try compiling the probe using the branch from this PR? #1343 |
Hi @Molter73 Yes , I will try above |
Also Just in case as you said output when i did it to false
fyi |
Weird, that |
yes It is but that I have tried and worked ... and binary got generated on path I hope this generated binary gives us green signal of successfully builted ? |
will try this too and come back |
Hi @mauro I am able to build ebpf successfully
Thanks :) |
|
Hi ,
Description :
Trying to build ebpf on power Rhel8 machine
Procedure:
git clone --recursive https://github.com/stackrox/falcosecurity-libs
cd falcosecurity-libs/
mkdir build && cd build
cmake -DUSE_BUNDLED_DEPS=true -DCREATE_TEST_TARGETS=OFF ../
make sinsp
clang -v
make driver
cmake -DBUILD_BPF=true ../
make bpf
Linux kernel version :
4.18.0-372.9.1.el8.ppc64le
Error facing :
But if I try the same on Rhel9.2 It works fine
The text was updated successfully, but these errors were encountered: