[dpdk-dev] [PATCH v7 3/4] config: add thunderx2 machine config
Thomas Monjalon
thomas at monjalon.net
Mon Apr 8 12:32:12 CEST 2019
06/04/2019 16:27, jerinjacobk at gmail.com:
> --- /dev/null
> +++ b/config/arm/arm64_thunderx2_linux_gcc
> @@ -0,0 +1,16 @@
> +[binaries]
> +c = 'aarch64-linux-gnu-gcc'
> +cpp = 'aarch64-linux-gnu-cpp'
> +ar = 'aarch64-linux-gnu-gcc-ar'
> +strip = 'aarch64-linux-gnu-strip'
> +pcap-config = ''
Strangely, I still see the same issue:
In file included from /usr/include/inttypes.h:27,
from /usr/include/pcap/pcap-inttypes.h:114,
from /usr/include/pcap/pcap.h:74,
from /usr/include/pcap.h:43,
from ../drivers/net/pcap/rte_eth_pcap.c:19:
/usr/include/stdint.h:109: error: "__INT64_C" redefined [-Werror]
How may I help to debug it?
More information about the dev
mailing list