Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Compilation error: soc/rtc_wdt.h: No such file or directory #9800

Answered by nathmo
martin230896 asked this question in Q&A
Discussion options

Hello, I am facing a problem after I updated my ESP32 board to version 3.0.0 using Arduino IDE 2.3.2 The following error appears: Compilation error: soc/rtc_wdt.h: No such file or directory

You must be logged in to vote

as @SXlaowang said but using more words :
replace
#include <soc/rtc_wdt.h>
by
#include <rtc_wdt.h>

and feel free to mark as closed if it works :)

Replies: 3 comments

Comment options

#include <rtc_wdt.h>

You must be logged in to vote
0 replies
Comment options

as @SXlaowang said but using more words :
replace
#include <soc/rtc_wdt.h>
by
#include <rtc_wdt.h>

and feel free to mark as closed if it works :)

You must be logged in to vote
0 replies
Answer selected by P-R-O-C-H-Y
Comment options

#include <rtc_wdt.h> Perfeito, o meu código estava dando esse erro e eu já estava apanhando há quase um mês, retirei do código SOC e deu tudo certo.
Obrigado amigo, Valeu a dica

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

AltStyle によって変換されたページ (->オリジナル) /