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

User avatar
By esp03madness
#38574 Is assert() an available function on any of the SDKs?

I can find __assert() and __assert_func() in libcirom.a in the RTOS SDK, but as far as I can tell, it is not compiled against.

There's also sys_arch_assert() of liblwip.a, not sure what to make of it.