| Summary: | .../buildroot/output/host/bin/x86_64-buildroot-linux-gnu-ld: arch/x86/kernel/head_64.o: unable to initialize decompress status for section .debug_line | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Janusz Krzysztofik <janusz.krzysztofik> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2018.11.2 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Janusz Krzysztofik
2019-02-20 09:45:26 UTC
You need to set BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF=y. Perhaps we should add a check in linux.mk that detects that the kernel build will use libelf, and error out before building if BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF is not set. For now, however, I'm marking this as WORKSFORME. Thanks for the solution, now I see my request should really go to a user support list not to bugzilla, sorry for spamming your bug tracking system. Thanks, Janusz |