public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: george anzinger <george@mvista.com>
To: Adrian Bunk <bunk@fs.tum.de>
Cc: Linus Torvalds <torvalds@transmeta.com>,
	Dave Kleikamp <shaggy@shaggy.austin.ibm.com>,
	Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux v2.5.46
Date: Mon, 04 Nov 2002 16:40:21 -0800	[thread overview]
Message-ID: <3DC71375.F92D0F5B@mvista.com> (raw)
In-Reply-To: 20021105001031.GA3348@fs.tum.de

   /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
<switches> in-file [out-file]
 The switches are:
  -I --input-target <bfdname>      Assume input file is in
format <bfdname>
  -O --output-target <bfdname>     Create an output file in
format <bfdname>
  -F --target <bfdname>            Set both input and output
format to <bfdname>
     --debugging                   Convert debugging
information, if possible
  -p --preserve-dates              Copy modified/access
timestamps to the output
  -j --only-section <name>         Only copy section <name>
into the output
  -R --remove-section <name>       Remove section <name>
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 <name>         Do not copy symbol <name>
  -K --keep-symbol <name>          Only copy symbol <name>
  -L --localize-symbol <name>      Force symbol <name> to be
marked as a local
  -W --weaken-symbol <name>        Force symbol <name> 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 <number>         Only copy one out of
every <number> bytes
  -b --byte <num>                  Select byte <num> in
every interleaved block
     --gap-fill <val>              Fill gaps between
sections with <val>
     --pad-to <addr>               Pad the last section up
to address <addr>
     --set-start <addr>            Set the start address to
<addr>
    {--change-start|--adjust-start} <incr>
                                   Add <incr> to the start
address
    {--change-addresses|--adjust-vma} <incr>
                                   Add <incr> to LMA, VMA
and start addresses
    {--change-section-address|--adjust-section-vma}
<name>{=|+|-}<val>
                                   Change LMA and VMA of
section <name> by <val>
     --change-section-lma <name>{=|+|-}<val>
                                   Change the LMA of section
<name> by <val>
     --change-section-vma <name>{=|+|-}<val>
                                   Change the VMA of section
<name> by <val>
    {--[no-]change-warnings|--[no-]adjust-warnings}
                                   Warn if a named section
does not exist
     --set-section-flags <name>=<flags>
                                   Set section <name>'s
properties to <flags>
     --add-section <name>=<file>   Add section <name> found
in <file> to output
     --change-leading-char         Force output format's
leading character style
     --remove-leading-char         Remove leading character
from global symbols
     --redefine-sym <old>=<new>    Redefine symbol name
<old> to <new>
     --srec-len <number>           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 <file:Documentation/filesystems/tmpfs.txt> 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

  reply	other threads:[~2002-11-05  0:34 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-04 23:13 Linux v2.5.46 Linus Torvalds
2002-11-04 23:44 ` Udo A. Steinberg
2002-11-05 11:50   ` [patch] " Gerd Knorr
2002-11-04 23:58 ` Miquel van Smoorenburg
2002-11-05  0:05   ` David T Hollis
2002-11-05  0:10 ` Adrian Bunk
2002-11-05  0:40   ` george anzinger [this message]
2002-11-05  0:43 ` Davide Libenzi
2002-11-05  1:15   ` george anzinger
2002-11-05  1:30     ` Davide Libenzi
2002-11-05  2:37     ` Kai Germaschewski
2002-11-05  4:01       ` Skip Ford
2002-11-05  4:17         ` Davide Libenzi
2002-11-05  4:12           ` Skip Ford
2002-11-05 15:58         ` Kai Germaschewski
2002-11-05  6:30       ` David S. Miller
2002-11-05  9:35         ` Linux v2.5.46 (compile error) Michael Kummer
2002-11-05  9:38           ` Linux v2.5.46 (compile error) (rivafb) Michael Kummer
2002-11-09  1:07             ` James Simmons
2002-11-05 11:09           ` Linux v2.5.46 (compile error) Alan Cox
2002-11-05 16:02         ` Linux v2.5.46 Kai Germaschewski
2002-11-05 16:08           ` Linus Torvalds
2002-11-05 17:25             ` Alan Cox
2002-11-05 16:59           ` David S. Miller
2002-11-06 21:22 ` Robert Love

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3DC71375.F92D0F5B@mvista.com \
    --to=george@mvista.com \
    --cc=bunk@fs.tum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shaggy@shaggy.austin.ibm.com \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox