[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Cannot compile 2.6.17-5



Hi all,
I make update to the latest Debian kernel source, but I run into some wierd things... see log of compiling.

====== making target debian/stamp-build-kernel [new prereqs: sanity_check stamp-kernel-conf]======
This is kernel package version 10.050.
/usr/bin/make    ARCH=x86_64 \
	                     bzImage
make[1]: Entering directory `/usr/src/linux-source-2.6.17'
  CHK     include/linux/version.h
  CHK     include/linux/compile.h
  AS      arch/x86_64/boot/compressed/head.o
  CC      arch/x86_64/boot/compressed/misc.o
objdump: arch/x86_64/boot/compressed/.tmp_misc.o: File format is ambiguous
objdump: Matching formats: elf32-i386 elf32-i386-freebsd
  OBJCOPY arch/x86_64/boot/compressed/vmlinux.bin
  GZIP    arch/x86_64/boot/compressed/vmlinux.bin.gz
  LD      arch/x86_64/boot/compressed/piggy.o
  LD      arch/x86_64/boot/compressed/vmlinux
  OBJCOPY arch/x86_64/boot/vmlinux.bin
objcopy: arch/x86_64/boot/compressed/vmlinux: File format is ambiguous
objcopy: Matching formats: elf32-i386 elf32-i386-freebsd
make[2]: *** [arch/x86_64/boot/vmlinux.bin] Error 1
make[1]: *** [bzImage] Error 2
make[1]: Leaving directory `/usr/src/linux-source-2.6.17'
make: *** [debian/stamp-build-kernel] Error 2

root@andrew:/usr/src/linux-source-2.6.17# gcc -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.1.2 20060729 (prerelease) (Debian 4.1.1-10)

I make something in wrong way?

--
Ondrej Zima  <amiandrew@volny.cz>
--==[ http://www.fozona.cz/ ]==--



Reply to: