tuanpmt / esp_mqtt

MQTT client library for ESP8266
http://tuanpm.net/post/esp_mqtt/
MIT License
1.14k stars 400 forks source link

building user_main.c #165

Closed jairusmingua closed 4 years ago

jairusmingua commented 5 years ago

I'm currently using ESP8266_NONOS_SDK-2.1.0-18-g61248df and running make display this error:

In file included from user/rfinit.c:12:0: /home/jairus/esp8266/esp-open-sdk/ESP8266_NONOS_SDK-2.1.0-18-g61248df/include/ets_sys.h:31:1: error: unknown type name 'uint32_t' typedef uint32_t ETSSignal; ^ /home/jairus/esp8266/esp-open-sdk/ESP8266_NONOS_SDK-2.1.0-18-g61248df/include/ets_sys.h:32:1: error: unknown type name 'uint32_t' typedef uint32_t ETSParam; ^ ...... and the list goes on with the same uint32_t not recognized, what seems to be the problem. I'm just new with flashing esp8266