Closed
Description
Hi there,
I'm having trouble with my code size exploding.
After days of trying and testing, I realized that the linker seems to add a data block twice (I can provide an example, if required).
My point is, that I searched in a totally wrong place - I thought that the compiler tried some code inlining because my code size
grew by > 400 bytes after inserting a single 'pgm_read_byte()'.
This would have been much easier to detect, if the segment sizes would be listed in the output window after compilation.
Is there a possiblity to share this information? Or is there only a text segment?