Actions
Bug #6818
closedLinux kernel can't be built
Status:
Closed
Priority:
High
Assignee:
Category:
* Build commands extracting
Target version:
-
Start date:
02/05/2016
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
95b5195
Description
At the moment the Linux kernel itself can't be built by some strange reasons. This prevents gathering module dependencies and thus break all multi-module strategies.
Updated by Evgeny Novikov almost 9 years ago
- Status changed from New to Open
Fixing #6704 does likely fix Linux kernel build. The only issue with it is likely that init/version.o is built twice and build commands process complains about that.
Updated by Evgeny Novikov almost 9 years ago
- Status changed from Open to Closed
- Published in build set to 95b5195
Ignoring init/version.o does help to build the whole Linux kernel.
Merged to master in 95b5195.
Actions