As the title says... Chat on...

User avatar
By cwr
#60249 I've been trying to build luac.cross, to help with debugging, and the
nodemcu-master-1.5.4.1-20160802 version fails with a missing c_limits.h
That can be fixed by adding -Iapp/libc to local_include in cross-lua.lua,
but the next problem, the failure to find c_strtol, is more difficult,
and so I moved to the most recent build.

Moving to nodemcu-master-1.5.4.1-20161201 I found the dbg_printf
problem mentioned somewhere on GitHub. The problem is also apparent in the
default sources downloaded from GitHub, which I take to be the 'dev' version.
In both cases editing cdefs in cross-lua.lua allows the build to complete.

Will