-->
Page 1 of 1

Iram0 size reduction

PostPosted: Tue Oct 04, 2016 3:18 pm
by Freeck
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?