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

compiling PPC kernels using binutils-2.9.5.0.22-5



Since binutils-2.9.5.0.22-5, the final stages in the kernel build process fail:

| objcopy vmlinux.elf vmlinux.elf --add-section=.note=note \
|         --add-section=sysmap=../../../System.map -R .comment
| objcopy: vmlinux.elf: File truncated
| make[1]: *** [vmlinux.elf] Error 1

It looks like objcopy no longer creates temporary files (the manpage states it
does), so it no longer works if the input and output file are the same.

After reverting to binutils-2.9.5.0.22-4 everything worked fine again.

The changelog entry says:

| binutils (2.9.5.0.22-5) frozen unstable; urgency=high
| 
|   * Applied fixed patch from Colin Phipps to seal the unlink
|     race condition in bfd/cache.c (closes: Bug#58865, Bug#57831)
|   * Installed a proper changelog in binutils-doc
|     (closes: Bug#58522)
|   * Closes other older bug (closes: Bug#55801)
|   * Included bbconv.pl in binutils main package in the doc dir
|     under the gprof subdir (closes: Bug#57521)
| 
|  -- Christopher C. Chimelis <chris@classnet.med.miami.edu>  Tue, 14 Mar 2000 10:32:52 -0500

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


Reply to: