Skip to content

llc compilation needed #470

Discussion options

You must be logged in to vote

@bret99 thanks,
One of the requirements of Tracee when using the executable directly is having clang (>=9) and llc is one of the components of clang/llvm (https://llvm.org/docs/CommandGuide/llc.html). This is required to compile the bpf code on the fly when executing tracee.

Possible solutions:

  1. Install the llc binary on your system (should be installed as part of the clang package)
  2. Another option is to compile the bpf code using our docker container which already includes clang and the other prerequisites. You can either use the container to run tracee, or just creating the bpf object file that can then be used directly by the executable.

For further setup options, have a look at https:…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by itaysk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #446 on January 27, 2021 19:14.