/opt/esp-open-sdk/esphttpd/libesphttpd
make
CC espfs/espfs.c
In file included from ./include/esp8266.h:11:0,
from espfs/espfs.c:23:
opt/esp-open-sdk/sdk/include/ets_sys.h:14:1: error: unknown type name 'uint32_t'
typedef uint32_t ETSSignal;
In file included from ./include/esp8266.h:16:0,
from espfs/espfs.c:23:
/opt/esp-open-sdk/sdk/include/user_interface.h:328:1: error: unknown type name 'uint8_t'
void wifi_promiscuous_set_mac(const uint8_t *address);
^
In file included from espfs/espfs.c:45:0:
lib/heatshrink/heatshrink_decoder.h:45:5: error: unknown type name 'uint16_t'
uint16_t input_size; /* bytes in input buffer */
espfs/espfs.c: In function 'espFsInit':
espfs/espfs.c:77:6: error: 'uint32_t' undeclared (first use in this function)
if((uint32_t)flashAddress > 0x40200000) {
cc1: all warnings being treated as errors
Makefile:155: recipe for target 'build/espfs/espfs.o' failed
make: *** [build/espfs/espfs.o] Error 1
note I can make sources like source-code-examples