R: uClibc toolchain

Mike Frysinger vapier at gentoo.org
Wed Feb 22 19:14:13 UTC 2006


On Wednesday 22 February 2006 12:28, Ján Sáreník wrote:
> > The last package release from http://buildroot.uclib.org doesn't permit
> > to choose those 2 kernel version from make menuconfig.
>
> There's a difference between the kernel header files used and the kernel
> itself.

correct

> Virually, you could use any kernel version which is somehow backward
> compatible with the versions of header you have used to compile the
> toolchain. So don't worry and compile the toolchain with latest stable
> Linux headers package (I believe it's version 2.6.12.0)

not quite ... while this may be true in the glibc world (being able to select 
the lowest compat linux ABI level), uClibc does not provide this atm ... so 
uClibc can only be safely used on whatever version of linux you compiled 
against, but in practice you can usually get away with it across micro 
versions of the kernel

> and then compile 
> the kernel you want to use independently (and realize that buildroot
> does not build a kernel for you!, it's ,,just''[1] tolchain!).

it does provide the option to build the kernel for you now (although ive never 
used it myself)
-mike



More information about the uClibc mailing list