reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git/commit/?id=65fceba30d6f1e7849048d0b292d3541695403f3 git remote add djakov-icc https://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git git fetch --no-tags djakov-icc icc-fixes git checkout 65fceba30d6f1e7849048d0b292d3541695403f3 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=i386 olddefconfig make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash