Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By vcch
#61343 Hi !

I want to port the plotclock kit on nodemcu, and it needs the atan2/sin/cos function.
They are usually disabled in libmath.c, but when I unquote these functions I get a compilation error as follow

" .output/eagle/debug/image/eagle.app.v6.out section `.text' will not fit in region `iram1_0_seg'"

I tried to reduce other modules, but id does not seem to work. I'm a bit surprised because I would have thought that these function take less memory than PCM ou UCG libs (which compile very well). Can somebody help me on this ?

V