I have the feeling that I'm coming somewhat full circle with my very first attempts... Espruino is compiled without stdlibc. That's just not gonna fly with FreeRTOS, LwIP, WWD as far as I can tell. Given that I have pull in a libc I'd rather pull in newlib over glibc. The toolchain shipping with WICED already uses newlib. It's not the newest but probably good enough. So I think the easiest path forward is going to be to switch to the WICED toolchain to compile everything...
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I have the feeling that I'm coming somewhat full circle with my very first attempts... Espruino is compiled without stdlibc. That's just not gonna fly with FreeRTOS, LwIP, WWD as far as I can tell. Given that I have pull in a libc I'd rather pull in newlib over glibc. The toolchain shipping with WICED already uses newlib. It's not the newest but probably good enough. So I think the easiest path forward is going to be to switch to the WICED toolchain to compile everything...