hab vor ca. 5 tagen ein squashfs-image erstellt.
nun nach einem cvs-update bringt er auf einmal fehler im bezug auf zu alten kernel-headersourcen.
folgende getätigte aufrufe:
$> ./autogen.sh
$> ./configure --prefix=/home/daniel/image_entwicklung/dbox2 --with-cvsdir=/home/daniel/image_entwicklung/tuxbox-cvs --enable-maintainer-mode --disable-libcrypto --with-targetruleset=flash
Code: Alles auswählen
...
checking for long double... yes
checking size of long double... 8
running configure fragment for ../glibc-2.3.2/sysdeps/pthread
running configure fragment for ../glibc-2.3.2/sysdeps/unix/sysv/linux
checking for egrep... (cached) grep -E
checking installed Linux kernel header files... TOO OLD! <== wie soll ich das den verstehen ???
configure: error: GNU libc requires kernel header files from
Linux 2.0.10 or later to be installed before configuring.
The kernel header files are found usually in /usr/include/asm and
/usr/include/linux; make sure these directories use files from
Linux 2.0.10 or later. This check uses <linux/version.h>, so
make sure that file was built correctly when installing the kernel header
files. To use kernel headers not from /usr/include/linux, use the
configure option --with-headers.
make[1]: *** [.deps/glibc] Fehler 1
make[1]: Leaving directory `/home/daniel/image_entwicklung/tuxbox-cvs/cdk'
make: *** [.deps/bootstrap] Fehler 2