espressif / esp-lwip

Fork of lwIP (https://savannah.nongnu.org/projects/lwip/) with ESP-IDF specific patches
Other
79 stars 126 forks source link

build error, like .h file not include? (IDFGH-3661) #17

Closed betashepherd closed 3 years ago

betashepherd commented 4 years ago
             from /opt/Espressif/esp-idf/components/esp_event/default_event_loop.c:15:

/opt/Espressif/esp-idf/components/lwip/lwip/src/include/lwip/ip.h:78:3: error: unknown type name 'ip_addr_t' ip_addr_t local_ip; \ ^ /opt/Espressif/esp-idf/components/lwip/lwip/src/include/lwip/ip.h:91:3: note: in expansion of macro 'IP_PCB' IP_PCB; ^ /opt/Espressif/esp-idf/components/lwip/lwip/src/include/lwip/ip.h:79:3: error: unknown type name 'ip_addr_t' ip_addr_t remote_ip; \ ^ /opt/Espressif/esp-idf/components/lwip/lwip/src/include/lwip/ip.h:91:3: note: in expansion of macro 'IP_PCB' IP_PCB;

Alvin1Zhang commented 4 years ago

Thanks for reporting. Would you please help provide more details as suggested in the issue template? Information like elf, sdk configuration, backtrace, log outputs, commit ID, hardware and etc. would help us debug further. Thanks.

Alvin1Zhang commented 3 years ago

@betashepherd Thanks for reporting. Would you please help provide more details as suggested in the issue template? Information like elf, sdk configuration, backtrace, log outputs, commit ID, hardware and etc. would help us debug further. Thanks.

david-cermak commented 3 years ago

@betashepherd Please reopen with more details on reproducing your issue. Closing for now. If you're experiencing issues with building IDF code (default_event_loop.c), please prefer raising a new issue in IDF repo.