Bug 5678

Summary: linux.mk: linux-menuconfig fails
Product: buildroot Reporter: matzeton
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: trivial CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description matzeton 2012-11-13 15:43:37 UTC
make linux-menuconfig fails after make clean if using c cache

This was caused by the missing dep hostcc.
Comment 1 Samuel Martin 2013-05-26 17:47:53 UTC
(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,
Comment 2 Samuel Martin 2013-10-27 09:33:01 UTC
Fixed.

commit db443f263a6d51ce6da6557d825a453676f6c664