On Wed, Feb 26, 2014 at 2:03 PM, Markus Hitter <m...@jump-ing.de> wrote:
> The tricky thing here is to make the linker keeping this section. > Typically, code for AVRs is compiled into a binary as small as possible > and this also means removing unused sections. So far I couldn't find a > linker option to do heavy optimisation _except_ for the .siminfo section. Does the AVR version of ld support partial linking? You can try partially linking just normal code/data with optimization, then call ld again to link in .siminfo with no optimizations this time. _______________________________________________ Simulavr-devel mailing list Simulavr-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/simulavr-devel