[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ELF error
- Date: Tue, 15 Oct 2002 15:22:41 -0700
- From: aaron at frye.com (Aaron J. Grier)
- Subject: ELF error
On Thu, Oct 10, 2002 at 08:55:29AM +0200, gregmatu at poczta.onet.pl wrote:
> Sample - hallo.exe (I compile for pc386 bsp) which I found in samples
> directory works.
> But is huge, about 800kB (8 hundreds kilo bytes!).
> Do I missed somthing?
run "size" on the binary to see how large code and data really is. most
of the file size may be debugging information.
--
Aaron J. Grier | Frye Electronics, Tigard, OR | aaron at frye.com
- References:
- ELF error
- From: gregmatu at poczta.onet.pl (gregmatu at poczta.onet.pl)