| Summary: | linux.mk: linux-menuconfig fails | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | matzeton |
| Component: | Other | Assignee: | 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
(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 |