Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Won't compile under Core 2.4.0-rc2 #57

Closed
Pablo2048 opened this issue Oct 15, 2017 · 1 comment
Closed

Won't compile under Core 2.4.0-rc2 #57

Pablo2048 opened this issue Oct 15, 2017 · 1 comment

Comments

@Pablo2048
Copy link

ESPAsyncTCP won't compile under ESP8266 Core 2.4.0-rc2 with this error:

ESPAsyncTCP.cpp:77:28: error: invalid conversion from 'int8_t (*)(void*, tcp_pcb*, pbuf*, int8_t) {aka signed char (*)(void*, tcp_pcb*, pbuf*, signed char)}' to 'tcp_recv_fn {aka long int (*)(void*, tcp_pcb*, pbuf*, long int)}' [-fpermissive]
     tcp_recv(_pcb, &_s_recv);

It seems like conflict with lwip v2 implementation to me...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants