On 05/05/2020 18:22, De Lara Guarch, Pablo wrote:
> Hi Kevin,
>
>> -Original Message-
>> From: Kevin Traynor
>> Sent: Tuesday, May 5, 2020 1:55 PM
>> To: dev@dpdk.org; De Lara Guarch, Pablo
>> Cc: david.march...@redhat.com; Kevin Traynor
>> Subject: [PATCH] crypto/kasumi: fix gcc 10 fno
Hi Kevin,
> -Original Message-
> From: Kevin Traynor
> Sent: Tuesday, May 5, 2020 1:55 PM
> To: dev@dpdk.org; De Lara Guarch, Pablo
> Cc: david.march...@redhat.com; Kevin Traynor
> Subject: [PATCH] crypto/kasumi: fix gcc 10 fno-common error
>
> gcc 10 defaults to fno-common and it repo
gcc 10 defaults to fno-common and it reports:
crypto_kasumi_rte_kasumi_pmd_ops.c.o:(.data.rel+0x0):
multiple definition of `rte_kasumi_pmd_ops';
crypto_kasumi_rte_kasumi_pmd.c.o:(.bss+0x8): first defined here
Fix by making rte_kasumi_pmd_ops extern in the header file.
Signed-off-by: Kevin Trayno
3 matches
Mail list logo