Other Parts Discussed in Thread: SYSBIOS
i am using compiler 8.3.12 in sysbios
when i build a project every 3rd party library linked in gets the .far section filled with 0. when i look at the generated linker.cmd i do not see any fill specifications for .far (i do for .args), we do not have any fill specifications in our custom linker file.
when i use the AIS gen tool i end up with large portions of flash wasted by these 0 filled sections that are being made like they are some kind of constant.
is this intentional? is there a way to turn this off?
an observation: when i set the autofill for hole value to something else, the .far section gets filled with that new value. so the .far section seems to be treated like a hole except when it's turned into a binary the 0 filled section comes along for the ride