Hey all,
I don't have much of a background in compilers, so please excuse me. I'm trying to compile a pretty bulky library (and subsequently work on reducing its footprint), and am getting this error:
Compiling the sketch...
Linking...
Computing sketch size...
..Local\Temp\build28200270679527097.tmp\c21.cpp.bin :
section size addr
.data 13000 0
Total 13000
Binary sketch size is reported above. Check it against a 108000 byte maximum.
If I go to this folder, I see an elf file (327 kB in this case), a large number of .o files from the library, and my main code. What should I be looking at to determine the actual total program size? Is it the elf file (does this mean my application actually compiled OK, by the way?). Or do I need to look at the size of all the .o files? Or some combination?
Thanks!