[PATCH] drivers: remove invalid options for MSVC

David Marchand david.marchand at redhat.com
Wed Mar 12 08:51:12 CET 2025


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.

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