Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 4 Nov 2002 19:34:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 4 Nov 2002 19:34:23 -0500 Received: from gateway-1237.mvista.com ([12.44.186.158]:56560 "EHLO av.mvista.com") by vger.kernel.org with ESMTP id ; Mon, 4 Nov 2002 19:34:21 -0500 Message-ID: <3DC71375.F92D0F5B@mvista.com> Date: Mon, 04 Nov 2002 16:40:21 -0800 From: george anzinger Organization: Monta Vista Software X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12-20b i686) X-Accept-Language: en MIME-Version: 1.0 To: Adrian Bunk CC: Linus Torvalds , Dave Kleikamp , Kernel Mailing List Subject: Re: Linux v2.5.46 References: <20021105001031.GA3348@fs.tum.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 5114 Lines: 138 /usr/src/hardhat/devkit/x86/pentium3/bin/pentium3-ld -m elf_i386 -r -o init/built-in.o init/main.o init/version.o init/do_mounts.o init/initramfs.o make -f scripts/Makefile.build obj=usr gcc -Wp,-MD,usr/.gen_init_cpio.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o usr/gen_init_cpio usr/gen_init_cpio.c ( cd usr ; ./gen_init_cpio | gzip -9c > initramfs_data.cpio.gz ) /usr/src/hardhat/devkit/x86/pentium3/bin/pentium3-objcopy -I binary -O elf32-i386 -B i386 \ --rename-section .data=.init.initramfs \ usr/initramfs_data.cpio.gz usr/initramfs_data.o /usr/src/hardhat/devkit/x86/pentium3/bin/pentium3-objcopy: invalid option -- B Usage: /usr/src/hardhat/devkit/x86/pentium3/bin/pentium3-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 /usr/src/hardhat/devkit/x86/pentium3/bin/pentium3-objcopy: supported targets: elf32-i386 a.out-i386-linux efi-app-ia32 elf32-little elf32-big srec symbolsrec tekhex binary ihex make[1]: *** [usr/initramfs_data.o] Error 1 make: *** [usr] Error 2 It seems that CONFIG_RAMFS is on and without a prompt string it can not be changed: --- /usr/src/linux-2.5.46-hrposix/fs/Kconfig~ Mon Nov 4 16:39:26 2002 +++ /usr/src/linux-2.5.46-hrposix/fs/Kconfig Mon Nov 4 16:34:12 2002 @@ -588,7 +588,7 @@ See for details. config RAMFS - bool + bool "Ram file system" default y ---help--- Ramfs is a file system which keeps all files in RAM. It allows Does NOT fix the problem, but does allow you to side step it :) -- George Anzinger george@mvista.com High-res-timers: http://sourceforge.net/projects/high-res-timers/ Preemption patch: http://www.kernel.org/pub/linux/kernel/people/rml - 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/