On Wed, Mar 12, 2025 at 08:51:12AM +0100, David Marchand wrote:
> 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.

That's right. I'll remove this part then.

> 
> >
> > 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

Reply via email to