Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug.h required by ESPAsyncTCPbuffer.cpp is absent from the repository - compilation fails #190

Open
garykuipers opened this issue Jan 10, 2025 · 1 comment

Comments

@garykuipers
Copy link

Assistance would be appreciated

.../Arduino/libraries/ESPAsyncTCP/src/ESPAsyncTCPbuffer.cpp:27:10: fatal error: debug.h: No such file or directory
27 | #include <debug.h>
| ^~~~~~~~~
compilation terminated.
exit status 1

Compilation error: exit status 1

using Arduino IDE 2.3.4
ESPAsyncTCP by dvarrel 1.2.4 installed

I checked the src directory, theyre is no debug.h there.

~/Arduino/libraries/ESPAsyncTCP$ ls
examples  library.properties  LICENSE.txt  README.md  src  ssl
gary@gary-17Z90R-H-ADC8U1:~/Arduino/libraries/ESPAsyncTCP$ ls src
async_config.h    AsyncPrinter.h      ESPAsyncTCPbuffer.cpp  ESPAsyncTCP.cpp  SyncClient.cpp  tcp_axtls.c
AsyncPrinter.cpp  DebugPrintMacros.h  ESPAsyncTCPbuffer.h    ESPAsyncTCP.h    SyncClient.h    tcp_axtls.h
`gary@gary-17Z90R-H-ADC8U1:~/Arduino/libraries/ESPAsyncTCP$` find . -name debug.h
gary@gary-17Z90R-H-ADC8U1:~/Arduino/libraries/ESPAsyncTCP$ 

Also searched issues with "debug.h" and came up with none.

@garykuipers
Copy link
Author

I faked a debug.h and put it in src and the next error was

/home/gary/Arduino/libraries/ESPAsyncTCP/src/SyncClient.cpp:25:10: fatal error: interrupts.h: No such file or directory
   25 | #include <interrupts.h>
      |          ^~~~~~~~~~~~~~

Which indicates this depends on something that is not installed

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

No branches or pull requests

1 participant