All of lore.kernel.org
 help / color / mirror / Atom feed
* tools/bpf: Compilation issue on powerpc: unknown type name '__vector128'
@ 2020-10-23 23:06 Vitaly Chikunov
  2020-10-24  8:23 ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Vitaly Chikunov @ 2020-10-23 23:06 UTC (permalink / raw)
  To: bpf, Will Deacon, Alexei Starovoitov, Daniel Borkmann
  Cc: Dmitry V. Levin, Vitaly Chikunov

Hi,

Commit f143c11bb7b9 ("tools: bpf: Use local copy of headers including
uapi/linux/filter.h") introduces compilation issue on powerpc:
 
  builder@powerpc64le:~/linux$ make -C tools/bpf V=1
  make: Entering directory '/usr/src/linux/tools/bpf'
  gcc -Wall -O2 -D__EXPORTED_HEADERS__ -I/usr/src/linux/tools/include/uapi -I/usr/src/linux/tools/include -DDISASM_FOUR_ARGS_SIGNATURE -c -o bpf_dbg.o /usr/src/linux/tools/bpf/bpf_dbg.c
  In file included from /usr/include/asm/sigcontext.h:14,
		   from /usr/include/bits/sigcontext.h:30,
		   from /usr/include/signal.h:291,
		   from /usr/src/linux/tools/bpf/bpf_dbg.c:51:
  /usr/include/asm/elf.h:160:9: error: unknown type name '__vector128'
    160 | typedef __vector128 elf_vrreg_t;
	|         ^~~~~~~~~~~
  make: *** [Makefile:67: bpf_dbg.o] Error 1
  make: Leaving directory '/usr/src/linux/tools/bpf'



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-26  8:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23 23:06 tools/bpf: Compilation issue on powerpc: unknown type name '__vector128' Vitaly Chikunov
2020-10-24  8:23 ` Dmitry V. Levin
2020-10-24 20:30   ` Vitaly Chikunov
2020-10-26  4:45     ` Michael Ellerman
2020-10-26  8:46       ` Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.