Re: [dpdk-dev] [PATCH] buildtools: fix icc build

2017-11-06 Thread Thomas Monjalon
02/11/2017 01:25, Ferruh Yigit: > There are random build errors in test reports [1]. Build error > is not directly related to DPDK but observed during DPDK build. > > When I get similar unexpected build errors in my system, found > out that /dev/null is invalid. > > It seems ICC overwrites the /d

[dpdk-dev] [PATCH] buildtools: fix icc build

2017-11-01 Thread Ferruh Yigit
There are random build errors in test reports [1]. Build error is not directly related to DPDK but observed during DPDK build. When I get similar unexpected build errors in my system, found out that /dev/null is invalid. It seems ICC overwrites the /dev/null with "icc -o /dev/null" instead of sen