Re: [PATCH] drivers: remove invalid options for MSVC

2025-03-12 Thread David Marchand
On Wed, Mar 12, 2025 at 4:19 PM Bruce Richardson wrote: > > diff --git a/drivers/net/intel/ixgbe/meson.build > > b/drivers/net/intel/ixgbe/meson.build > > index 0ae12dd5ff..3553b0ffe1 100644 > > --- a/drivers/net/intel/ixgbe/meson.build > > +++ b/drivers/net/intel/ixgbe/meson.build > > @@ -27,7 +

Re: [PATCH] drivers: remove invalid options for MSVC

2025-03-12 Thread Bruce Richardson
On Tue, Mar 11, 2025 at 07:13:56PM -0700, Andre Muezerie wrote: > When compiling "drivers" directory with MSVC the errors below popped up: > > 1) > LINK : warning LNK4044: unrecognized option > '/Wl,/def:V:\github\dpdk\build\drivers\rte_bus_vdev_exports.def'; ignored > > 2) > cl : Command line wa

Re: [PATCH] drivers: remove invalid options for MSVC

2025-03-12 Thread Bruce Richardson
On Wed, Mar 12, 2025 at 04:29:40PM +0100, David Marchand wrote: > On Wed, Mar 12, 2025 at 4:19 PM Bruce Richardson > wrote: > > > diff --git a/drivers/net/intel/ixgbe/meson.build > > > b/drivers/net/intel/ixgbe/meson.build > > > index 0ae12dd5ff..3553b0ffe1 100644 > > > --- a/drivers/net/intel/ix

Re: [PATCH] drivers: remove invalid options for MSVC

2025-03-12 Thread Andre Muezerie
On Wed, Mar 12, 2025 at 08:51:12AM +0100, David Marchand wrote: > On Wed, Mar 12, 2025 at 3:14 AM Andre Muezerie > wrote: > > > > When compiling "drivers" directory with MSVC the errors below popped up: > > > > 1) > > LINK : warning LNK4044: unrecognized option > > '/Wl,/def:V:\github\dpdk\build\d

Re: [PATCH] drivers: remove invalid options for MSVC

2025-03-12 Thread David Marchand
On Wed, Mar 12, 2025 at 3:14 AM Andre Muezerie wrote: > > When compiling "drivers" directory with MSVC the errors below popped up: > > 1) > LINK : warning LNK4044: unrecognized option > '/Wl,/def:V:\github\dpdk\build\drivers\rte_bus_vdev_exports.def'; ignored I reworked passing the export map in

[PATCH] drivers: remove invalid options for MSVC

2025-03-11 Thread Andre Muezerie
When compiling "drivers" directory with MSVC the errors below popped up: 1) LINK : warning LNK4044: unrecognized option '/Wl,/def:V:\github\dpdk\build\drivers\rte_bus_vdev_exports.def'; ignored 2) cl : Command line warning D9002 : ignoring unknown option '-fno-asynchronous-unwind-tables' The