'other' section in map file

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

'other' section in map file

Jump to solution
797 Views
GregYurko
Contributor I
I made some changes that should have reduced my overall code size by 8K or so.  It turns out that it didn't.  When I look at the map file, i see that the 'other' section has increased by 11K.  Where should I look to figure out why the 'other' section has grown so much?
Labels (1)
Tags (1)
0 Kudos
1 Solution
283 Views
CrasyCat
Specialist III

Hello

 

The other element contains all objects which are not defined in a specific module (object file),
There are many different things like the stack, the startup data structure, copy down information, vectors defined in prm's, included srecords and more.

Look in the list which is sorted by address to find out where all the memory goes, not primarily in the module list.

CrasyCat

View solution in original post

0 Kudos
1 Reply
284 Views
CrasyCat
Specialist III

Hello

 

The other element contains all objects which are not defined in a specific module (object file),
There are many different things like the stack, the startup data structure, copy down information, vectors defined in prm's, included srecords and more.

Look in the list which is sorted by address to find out where all the memory goes, not primarily in the module list.

CrasyCat

0 Kudos