Re: [PATCH] buildtools: remove invalid option for Microsoft linker

2025-03-12 Thread Andre Muezerie
On Wed, Mar 12, 2025 at 12:53:55PM +0100, David Marchand wrote: > On Wed, Mar 12, 2025 at 2:53 AM Andre Muezerie > wrote: > > > > When compiling "drivers" directory with MSVC the errors below popped up: > > > > drivers/rte_mempool_stack.pmd.c(1): error C2143: syntax error: > > missing ')' befo

Re: [PATCH] buildtools: remove invalid option for Microsoft linker

2025-03-12 Thread David Marchand
On Wed, Mar 12, 2025 at 2:53 AM Andre Muezerie 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: ')' >

Re: [PATCH] buildtools: remove invalid option for Microsoft linker

2025-03-12 Thread Bruce Richardson
On Tue, Mar 11, 2025 at 06:53:08PM -0700, Andre Muezerie 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