Re: Facing an error while compiling for bpf using clang
On Tue, 21 May 2019 23:17:28 -0700
"Yonghong Song" <ys114321@...> wrote: bpf needs 3.7.1 and higher version. Later clang (>= 3.7.1) has more features.In the kernel tree it is documented here: https://github.com/torvalds/linux/blob/master/samples/bpf/README.rst But the kernel says: clang >= version 3.4.0 + llvm >= version 3.7.1 What is your 'llc' version? (run command: llc --version ) On Tue, May 21, 2019 at 11:13 PM Prashanth Fernando-- Best regards, Jesper Dangaard Brouer MSc.CS, Principal Kernel Engineer at Red Hat LinkedIn: http://www.linkedin.com/in/brouer |
|