On 12/17/2015 11:09 AM, Wangnan (F) wrote:
On 2015/12/17 16:29, Daniel Wagner wrote:Ah, that explains it this problem.
On 12/17/2015 08:03 AM, Daniel Wagner wrote:Because I have another patch in my local tree which also modifis bpf
Patch number 2 didn't apply cleanly.
Makefile:
http://lkml.kernel.org/g/1450316632-152513-1-git-send-email-wangnan0@xxxxxxxxxx
sorry.
test-libpython.c:1:20: fatal error: Python.h: No such file or directoryAfter fixing this manuallyWhen you see this, could you please have a look at:
I was able to continue to the build step:
$ make samples/bpf/
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CHK include/generated/bounds.h
CHK include/generated/timeconst.h
CHK include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
make -C /home/wagi/src/linux/tools/lib/bpf
O=/home/wagi/src/linux/samples/bpf/libbpf CFLAGS= LDFLAGS= V=1
/home/wagi/src/linux/samples/bpf/libbpf/libbpf.a
No libelf found
Makefile:203: recipe for target 'elfdep' failed
make[2]: *** [elfdep] Error 255
samples/bpf/Makefile:10: recipe for target
'samples/bpf/libbpf/libbpf.a' failed
make[1]: *** [samples/bpf/libbpf/libbpf.a] Error 2
Makefile:1550: recipe for target 'samples/bpf/' failed
make: *** [samples/bpf/] Error 2
/home/wagi/src/linux/samples/bpf/libbpf/feature/test-*.make.output
?