[Buildroot] [Bug 8086] Cannot select systemd as init with Linaro 2014.09 toolchain selected

bugzilla at busybox.net bugzilla at busybox.net
Wed May 6 21:02:04 UTC 2015


https://bugs.busybox.net/show_bug.cgi?id=8086

Peter Korsgaard <jacmet at uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #1 from Peter Korsgaard <jacmet at uclibc.org> 2015-05-06 21:02:04 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

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list