[PATCH] buildtools: remove invalid option for Microsoft linker
David Marchand
david.marchand at redhat.com
Wed Mar 12 12:53:55 CET 2025
On Wed, Mar 12, 2025 at 2:53 AM Andre Muezerie
<andremue at linux.microsoft.com> wrote:
>
> When compiling "drivers" directory with MSVC the errors below popped up:
>
> drivers/rte_mempool_stack.pmd.c(1): error C2143: syntax error:
> missing ')' before '('
> drivers/rte_mempool_stack.pmd.c(1): error C2059: syntax error: ')'
> drivers/rte_mempool_stack.pmd.c(1): error C2059: syntax error: ')'
> drivers/rte_mempool_stack.pmd.c(1): error C2143: syntax error:
> missing ')' before 'const'
> drivers/rte_mempool_stack.pmd.c(1): error C2091: function returns function
>
> The fix is to use common macros compatible with MSVC.
>
> Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>
Out of curiosity, did you try dpdk-pmdinfo.py on generated binaries?
--
David Marchand
More information about the dev
mailing list