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: Memory usage


Daniel:

> I am looking for a flag that as a result gives the total memory usage
> (text, data, bss etc). Currently i have the map file but there is no
> summery so now i have to sum up everything by hand to get a total usage
> figure.

$ objdump --headers <exe-file>

b.g.
-- 
Bill Gatliff
Public embedded GNU and embedded Linux training dates announced!
http://billgatliff.com

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


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