Skip to content

I tried to run AHT example unable to build #337

Answered by UncleRus
shivapower1985 asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like an incorrectly installed ESP-IDF. Try to reinstall it. If you got esp-idf by cloning the repository, be sure to run the following commands first:

git checkout master
git pull
git submodule update --init --recursive

Then, as usual, run install.sh and after installation export.sh (or install.bat and export.bat if you work in Windows)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by UncleRus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #336 on June 06, 2022 14:17.