-->
Page 1 of 1

Get code size, RAM usage from compilation output

PostPosted: Tue Sep 20, 2016 10:41 pm
by helpme
I am using ESP8266 Arduino on Eclipse. After a successful build, I am not able to see the code size, RAM from the compilation output. How can one get these information?

Re: Get code size, RAM usage from compilation output

PostPosted: Thu Sep 22, 2016 10:03 am
by mrburnette
helpme wrote:I am using ESP8266 Arduino on Eclipse. After a successful build, I am not able to see the code size, RAM from the compilation output. How can one get these information?


You do realize that this forum section is for Arduino IDE. We may have some Eclipse knowledge, but I did a site-centric Google search and the results are dismal.

You could just run your sketch in the Arduino IDE as a "verify" (big check-mark) and secure the information you desire.

Ray