Re: [Mspgcc-users] Memory map and memory usage summary.

2013-02-27 Thread Daniel Sulik
Type: msp430-size >-Original Message- >From: mind entropy [mailto:[email protected]] >Sent: 27 February 2013 19:28 >To: [email protected] >Subject: [Mspgcc-users] Memory map and memory usage summary. > >Hi, > > I am trying to find out

Re: [Mspgcc-users] Memory map and memory usage summary.

2013-02-27 Thread Robert Henig
You can tell the linker to generate a map file with the -Map= option. If gcc is doing the linking then specify -Wl,-Map=. On Feb 27, 2013, at 10:27 AM, mind entropy 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

Re: [Mspgcc-users] Memory map and memory usage summary.

2013-02-27 Thread Dan
try msp430-size Dan -- 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] Memory map and memory usage summary.

2013-02-27 Thread mind entropy
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.