This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Testing an application build with H8300 cross compiler


>-----Original Message-----
>From: Mohammad Saleem [mailto:mosa@enea.se]
>Sent: 20 November 2001 20:30

>Hi all,
>
>I have build a small application test.srec using h8300-hitachi-hms-gcc 
>compiler.


>Now my question is, is the size of srec file(33k)  is the true size or 
>does it
>contain extra symbols which are not loaded to the target and 
>actual size 
>may be less than 33k.
>If the above is true i.e. srec file contatin extra symbols 
>then how can 
>I find the actual size of a srec file.

  Part of binutils is the size command.  You should have a program
h8300-hitachi-hms-size.  It will show you the text, data and bss sizes.

   h8300-hitachi-hms-size <srecfilename>

       DaveK  
-- 
Burn your ID card!  http://www.optional-identity.org.uk/
Help support the campaign, copy this into your .sig!



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]