public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jerry Van Baren <gerald.vanbaren@ge.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] u-boot.bin
Date: Wed, 23 Jul 2008 15:00:25 -0400	[thread overview]
Message-ID: <48877FC9.5090300@ge.com> (raw)
In-Reply-To: <754695.54455.qm@web63402.mail.re1.yahoo.com>

Fundu wrote:
>> Please bottom post.
> will do.
> 
>> Run "${CROSS_COMPILE}strip -s u-boot
>> -o=u-boot.strip" and you will see 
>> that u-boot.strip is approximately the same size as
>> u-boot.bin.  NOTE: I 
>> would *NOT* recommend stripping the ELF file unless you
>> have a real need to do so.
> that make it much clear thx. is the stripped out file of any use ? it won't work with gdb ? so then under what situation would you want to strip.
> 
> TIA.

The two reasons I can think of for stripping elf files...
1) Make it smaller if you have to transport it on/over a size sensitive 
medium (floppy, modem).  Maybe also to cram more on a limited size 
embedded file system.

2) Most proprietary packages strip their packages to try to prevent 
their "valuable intellectual property" from leaking out.  (This has 
limited real value, but PHBs think it is a very valuable thing to do.)

To reiterate, there is almost no reason to strip elf files.

Best regards,
gvb

  reply	other threads:[~2008-07-23 19:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-22 18:41 [U-Boot-Users] CFG_MONITOR_BASE Fundu
2008-07-22 22:44 ` [U-Boot-Users] u-boot.bin Fundu
2008-07-22 23:03   ` Fundu
2008-07-23 13:24     ` Jerry Van Baren
2008-07-23 15:48       ` Fundu
2008-07-23 16:32         ` Jerry Van Baren
2008-07-23 18:34           ` Fundu
2008-07-23 19:00             ` Jerry Van Baren [this message]
2008-07-24  3:18 ` [U-Boot-Users] CFG_MONITOR_BASE Wolfgang Denk

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=48877FC9.5090300@ge.com \
    --to=gerald.vanbaren@ge.com \
    --cc=u-boot@lists.denx.de \
    /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