Iram0 size reduction
Posted: Tue Oct 04, 2016 3:18 pm
Hi there,
In order to reduce the size of iram0 I relocated some function from libgcc.a to irom.txt.
However the linker reports that the calling function “__udivmoddi4” could not “reach” the relocated functions. So then I tried to relocate function “__udivmoddi4”, but there was no reference to “__udivmoddi4” in the map-file to be found…
Any idea where __divmoddi4 resides?
In order to reduce the size of iram0 I relocated some function from libgcc.a to irom.txt.
However the linker reports that the calling function “__udivmoddi4” could not “reach” the relocated functions. So then I tried to relocate function “__udivmoddi4”, but there was no reference to “__udivmoddi4” in the map-file to be found…
Any idea where __divmoddi4 resides?