You can tell the linker to generate a map file with the -Map=<filename> option. 
If gcc is doing the linking then specify -Wl,-Map=<filename>.

On Feb 27, 2013, at 10:27 AM, mind entropy <mindentr...@gmail.com> wrote:

> Hi,
> 
>   I am trying to find out how to get a summary of the code memory, data
> memory usage similar to how IAR shows in its map file. Just the final table
> i.e. Data memory usage : x kB, Code memory : y kB Is there a way to get
> this in mspgcc?
> 
> Thanks,
> Gautam.
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb_______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to