Bug 5678 - linux.mk: linux-menuconfig fails
Summary: linux.mk: linux-menuconfig fails
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 trivial
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 15:43 UTC by matzeton
Modified: 2013-10-27 09:33 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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