On Wed, Mar 12, 2025 at 3:14 AM Andre Muezerie <andre...@linux.microsoft.com> 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 my RFC series. > > 2) > cl : Command line warning D9002 : ignoring unknown > option '-fno-asynchronous-unwind-tables' This part lgtm. > > The fix is to remove the unnecessary/invalid option when using MSVC. > > Signed-off-by: Andre Muezerie <andre...@linux.microsoft.com> -- David Marchand