CMakeLists.txt has the following: include ($ENV{IDF_PATH}/tools/cmake/project.cmake)
My IDF_PATH is C:\Users\Randy\Desktop\esp-idf
When I try to build, I get "Include could not find load file:"
C:\Users\Randy\esp-idf/tools/cmake/project.cmake
It's missing Desktop and the slashes are screwed up. What needs to be corrected?
Include could not find load file
Re: Include could not find load file
Are you sure your IDF_PATH environment variable is set to C:\Users\Randy\Desktop\esp-idf and not C:\Users\Randy\esp-idf ? (can check with "echo %IDF_PATH%")
The mixed slashes aren't a problem, CMake will figure this out on its own.
The mixed slashes aren't a problem, CMake will figure this out on its own.
-
- Posts: 10
- Joined: Wed Feb 19, 2020 1:08 am
Re: Include could not find load file
Yes, I confirmed again that it's C:\Users\Randy\Desktop\esp-idf . I can build without errors from the IDF command prompt. When I build in Visual Studio, I get this problem.
Who is online
Users browsing this forum: No registered users and 100 guests