honey-potion icon indicating copy to clipboard operation
honey-potion copied to clipboard

Adding target LLVM_STRIP on 'bpftool' make

Open viniciusfdasilva opened this issue 6 months ago • 0 comments

This pull request fixes the issue when executing the command

docker build -t docker-artifact -f Dockerfile .

to create the container images for running the experiments.

The issue occurs when lbpf-tool tries to execute the llvm-strip command, which does not exist. The correct command for LLVM version 16 is llvm-strip-16

The image with the error is shown below:

err1

viniciusfdasilva avatar Aug 18 '24 16:08 viniciusfdasilva