How to get some build information

I'd like to know the build information, RAM/ROM mapping or remains, assigned stack size, for example.
I can get only ROM size in-use from output window after "Upload'.

Any idea?

There is a Free Memory example in the playground that shows how to access this type of thing.

avr-objdump is probably the tool you're looking for.

I have confirmed the RAM remains of my sketch with MemoryFree.h and MemoryFree.cpp.
It's nice tool for estimating the memory consumption.
Thanks.

Its not directly going to answer your question, but here is a quick way to access objdump - it has many more parameters than the example given so have a play around with it.

Duane B

rcarduino.blogspot.com