Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 4 Nov 2002 19:31:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 4 Nov 2002 19:31:05 -0500 Received: from x35.xmailserver.org ([208.129.208.51]:61325 "EHLO x35.xmailserver.org") by vger.kernel.org with ESMTP id ; Mon, 4 Nov 2002 19:31:03 -0500 X-AuthUser: davidel@xmailserver.org Date: Mon, 4 Nov 2002 16:43:23 -0800 (PST) From: Davide Libenzi X-X-Sender: davide@blue1.dev.mcafeelabs.com To: Linus Torvalds cc: Kernel Mailing List Subject: Re: Linux v2.5.46 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4120 Lines: 100 Just FYI : [root@blue1 linux-2.5.46.epoll]# make bzImage Starting the build. KBUILD_BUILTIN=1 KBUILD_MODULES= make -f scripts/Makefile.build obj=init Generating include/linux/compile.h (unchanged) make -f scripts/Makefile.build obj=usr objcopy -I binary -O elf32-i386 -B i386 \ --rename-section .data=.init.initramfs \ usr/initramfs_data.cpio.gz usr/initramfs_data.o objcopy: invalid option -- B Usage: objcopy in-file [out-file] The switches are: -I --input-target Assume input file is in format -O --output-target Create an output file in format -F --target Set both input and output format to --debugging Convert debugging information, if possible -p --preserve-dates Copy modified/access timestamps to the output -j --only-section Only copy section into the output -R --remove-section Remove section from the output -S --strip-all Remove all symbol and relocation information -g --strip-debug Remove all debugging symbols --strip-unneeded Remove all symbols not needed by relocations -N --strip-symbol Do not copy symbol -K --keep-symbol Only copy symbol -L --localize-symbol Force symbol to be marked as a local -W --weaken-symbol Force symbol to be marked as a weak --weaken Force all global symbols to be marked as weak -x --discard-all Remove all non-global symbols -X --discard-locals Remove any compiler-generated symbols -i --interleave Only copy one out of every bytes -b --byte Select byte in every interleaved block --gap-fill Fill gaps between sections with --pad-to Pad the last section up to address --set-start Set the start address to {--change-start|--adjust-start} Add to the start address {--change-addresses|--adjust-vma} Add to LMA, VMA and start addresses {--change-section-address|--adjust-section-vma} {=|+|-} Change LMA and VMA of section by --change-section-lma {=|+|-} Change the LMA of section by --change-section-vma {=|+|-} Change the VMA of section by {--[no-]change-warnings|--[no-]adjust-warnings} Warn if a named section does not exist --set-section-flags = Set section 's properties to --add-section = Add section found in to output --change-leading-char Force output format's leading character style --remove-leading-char Remove leading character from global symbols --redefine-sym = Redefine symbol name to --srec-len Restrict the length of generated Srecords --srec-forceS3 Restrict the type of generated Srecords to S3 -v --verbose List all object files modified -V --version Display this program's version number -h --help Display this output objcopy: supported targets: elf32-i386 a.out-i386-linux efi-app-ia32 elf32-little elf32-big srec symbolsrec tekhex binary ihex trad-core make[1]: *** [usr/initramfs_data.o] Error 1 make: *** [usr] Error 2 - Davide - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/