On 3/29/2018 6:05 PM, Stephen Hemminger wrote: > This fixes some of the obvious warnings found building DPDK > with gcc-8. There still are some deeper issues in the rte_hash_table > code; leave the fix for that up to the maintainer. > > Stephen Hemminger (2): > rte_mbuf: fix strncpy warnings > rte_metrics: fix strncpy truncation warning > > v3 > missing SOB on 1st patch > > v2 > fix issues with wrong length in mbuf pool_ops > don't need memset in metrics names > > Stephen Hemminger (2): > rte_mbuf: fix strncpy warnings > rte_metrics: fix strncpy truncation warning
I tried with gcc-8 [1] and getting a few more build errors similar to these ones. Are these two files only build error you get? [1] gcc (GCC) 8.0.1 20180401 (experimental)