reproduce (this is a W=1 build): # https://github.com/esmil/linux/commit/1629e9635614976773c662b5e7d32b95cb1481a4 git remote add esmil https://github.com/esmil/linux git fetch --no-tags esmil visionfive git checkout 1629e9635614976773c662b5e7d32b95cb1481a4 # 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