the structure i have made has display objects that show values selected by a control on a subobject. In all i have 10 of these displays. I have 10 objects that select wavetables for 2 subobjects that use the wavetables as oscillators. When i try to run the patch I get an error
c:/users/alex/documents/gcxoloti/axoloti/platform_win/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: region `SRAM' overflowed by 1700 bytes
collect2.exe: error: ld returned 1 exit status
however, if I delete the 10 display objects i get this error when running the main patch
c:/users/alex/documents/gcxoloti/axoloti/platform_win/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: region `SRAM' overflowed by 5620 bytes
collect2.exe: error: ld returned 1 exit status
by looking at the error it seems like the SRAM is getting overflowed by MORE bytes..but how can that be if I deleted objects?
is it because the outlets for the display objects are not connected? and therefore some code is put in automatically to treat those un connected outlets?