[PATCH] drivers: remove invalid options for MSVC
Andre Muezerie
andremue at linux.microsoft.com
Wed Mar 12 15:22:16 CET 2025
On Wed, Mar 12, 2025 at 08:51:12AM +0100, David Marchand wrote:
> On Wed, Mar 12, 2025 at 3:14 AM Andre Muezerie
> <andremue at 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 <andremue at linux.microsoft.com>
>
>
> --
> David Marchand
More information about the dev
mailing list