[dpdk-dev] [PATCH] build: add meson support for icc

Thomas Monjalon thomas at monjalon.net
Tue Feb 26 18:44:41 CET 2019


26/02/2019 15:18, Andrius Sirvys:
> When building with mason, checks if the compiler is icc. If they match,
> the warning_flags are changed to ensure icc compilation is successful.
> 
> Disabled error 3656: "variable may be used before its value is set"
> in librte_telemetry, bnx2x, ixgbe and sfc as they were false positives.
> 
> Signed-off-by: Andrius Sirvys <andrius.sirvys at intel.com>
> Tested-by: Ferruh Yigit <ferruh.yigit at intel.com>

I'm really not sure about supporting icc.
It may be hard to get a license for icc.
And it is not available as a simple package.
It means we are adding code that the community cannot test.
I think we should rely on free compilers only.

PS: I'm not even talking about the suspicious verification done
by the installers of the suites including icc.





More information about the dev mailing list