Re: [dpdk-dev] [dpdk-stable] [PATCH] drivers/crypto: fix gcc 10 no-common errors

2020-05-13 Thread Hemant Agrawal (OSS)
> On 5/13/2020 2:50 PM, akhil.go...@nxp.com wrote: > > From: Akhil Goyal > > > > gcc 10 defaults to -fno-common and as a result when linking with > > crypto drivers: > > > > drivers/librte_pmd_dpaa_sec.a(crypto_dpaa_sec_dpaa_sec.c.o): > > (.bss+0x4): multiple definition of `rta_sec_era'; > > dri

Re: [dpdk-dev] [dpdk-stable] [PATCH] drivers/crypto: fix gcc 10 no-common errors

2020-05-13 Thread Ferruh Yigit
On 5/13/2020 2:50 PM, akhil.go...@nxp.com wrote: > From: Akhil Goyal > > gcc 10 defaults to -fno-common and as a result when linking > with crypto drivers: > > drivers/librte_pmd_dpaa_sec.a(crypto_dpaa_sec_dpaa_sec.c.o): > (.bss+0x4): multiple definition of `rta_sec_era'; > drivers/librte_pmd_ca