make linux-menuconfig fails after make clean if using c cache This was caused by the missing dep hostcc.
(In reply to comment #0) > make linux-menuconfig fails after make clean if using c cache > > This was caused by the missing dep hostcc. Right, host-ccache is part of the BASE_TARGETS list, which is built when calling: $ make all or: $ make toolchain I rather suggest to build either a whole small config or just the toolchain, before starting tweaking the linux config. Regards,
Fixed. commit db443f263a6d51ce6da6557d825a453676f6c664