From: "Gary D. Thomas" <gary.thomas@mind.be>
To: Jose Paul <jose@exorindia.com>
Cc: eCos Maintainers <ecos-maintainers@sources.redhat.com>
Subject: Re: Download size
Date: Wed, 26 Mar 2003 14:57:00 -0000 [thread overview]
Message-ID: <1048690626.27601.6450.camel@hermes.chez-thomas.org> (raw)
In-Reply-To: <001b01c2f3a6$9ecb00a0$0f00a8c0@jose>
On Wed, 2003-03-26 at 07:47, Jose Paul wrote:
> hello All,
>
>
>
> Here is the output of a load command.
>
> Here the total size mentioned is 5385551,but total sent is 744188.
>
> How can I calculate the total download size?.
>
> Please let me know if anybody have any Idea?.
>
Use the "size" program. For example:
[gthomas@hermes mad-0.14.2b-latest]$ ls -l /work/viper2/test_app
-rwxr-xr-x 1 gthomas wheel 6806974 Mar 23 08:57 /work/viper2/test_app
[gthomas@hermes mad-0.14.2b-latest]$ powerpc-eabi-size /work/viper2/test_app
text data bss dec hex filename
1246404 1579204 702356 3527964 35d51c /work/viper2/test_app
You can see that the ELF file is 6.8MB, but then download size
will only be about 2.8MB (TEXT+DATA)
--
.--------------------------------------------------------.
| Mind: Embedded Linux and eCos Development |
|--------------------------------------------------------|
| Gary Thomas email: gary.thomas@mind.be |
| Mind ( http://mind.be ) tel: +1 (970) 229-1963 |
| gpg: http://www.chez-thomas.org/gary/gpg_key.asc |
'--------------------------------------------------------'
prev parent reply other threads:[~2003-03-26 14:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-26 14:48 Jose Paul
2003-03-26 14:57 ` Gary D. Thomas [this message]
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=1048690626.27601.6450.camel@hermes.chez-thomas.org \
--to=gary.thomas@mind.be \
--cc=ecos-maintainers@sources.redhat.com \
--cc=jose@exorindia.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).