| Summary: | Cannot select systemd as init with Linaro 2014.09 toolchain selected | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | l_giuliani |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | buildroot, l_giuliani |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
l_giuliani
2015-05-06 12:35:05 UTC
Where do you see that the 2014.09 toolchain is built against 3.17? I don't see that anywhere on that page (I do see they have released a 3.17-based kernel, but that doesn't mean the toolchain is built against it. And checking linux/version.h from the toolchain correctly shows that it was built against 3.1.1: cat output/staging/usr/include/linux/version.h #define LINUX_VERSION_CODE 196865 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) printf '0x%x\n' 196865 0x30101 |