On 10/1/06, Alexander Nasonov <[EMAIL PROTECTED]> wrote:
HOSTCC arch/i386/boot/tools/build arch/i386/boot/tools/build.c:32:27: sys/sysmacros.h: No such file or directory gmake[1]: *** [arch/i386/boot/tools/build] Error 1 gmake: *** [bzImage] Error 2
It was very simple to fix it, I commented #include <sys/sysmacros.h>. Resulting bzImage booted successfully to the point where it should launch /sbin/init. ELF binaries are supported by the kernel: CONFIG_ELF_CORE=y CONFIG_BINFMT_ELF=y -- Alexander Nasonov http://nasonov.blogspot.com http://alnsn.livejournal.com _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev
