Search found 14 matches

by drwill
Fri Nov 01, 2019 9:35 pm
Forum: ESP-IDF
Topic: Issues: latest toolchain install on Windows
Replies: 13
Views: 18554

Re: Issues: latest toolchain install on Windows

Any idea @ESP_igrr? From what I can tell, the following command references a directory structure and file that do not exist, and that is why it fails. Why does it have an expectation that isn't met? Is a previous step supposed to have set that up? C:\Users\drwill\.espressif\tools\xtensa-esp32-elf\es...
by drwill
Tue Oct 29, 2019 10:09 pm
Forum: ESP-IDF
Topic: Issues: latest toolchain install on Windows
Replies: 13
Views: 18554

Re: Issues: latest toolchain install on Windows

CMake Warning at C:/tools/esp32-latest/esp/esp-idf/tools/cmake/idf.cmake:14 (message): IDF_PATH environment variable is different from inferred IDF_PATH. I edited tools\cmake\idf.cmake to spit out the values of idf_path and _idf_path to see how it was different. It looks like it is doing a case-sen...
by drwill
Tue Oct 29, 2019 6:44 pm
Forum: ESP-IDF
Topic: Issues: latest toolchain install on Windows
Replies: 13
Views: 18554

Re: Issues: latest toolchain install on Windows

Have you by any chance built the same project first with "stable" and then with "latest" IDF? No, not the same project. I should have mentioned that my stable tool chain is installed at c:\tools\esp32-stable. It has it's own esp-idf repo clone (v3.3). From there I copied the hello_world sample to h...
by drwill
Mon Oct 28, 2019 10:39 pm
Forum: ESP-IDF
Topic: Issues: latest toolchain install on Windows
Replies: 13
Views: 18554

Issues: latest toolchain install on Windows

I'm trying to get side-by-side stable and latest toolchains configured on my Windows 10 PC. I have stable working fine, in as much as I can run menuconfig and build/flash/monitor the hello_world app. For stable, I did not set any global environment variables - instead I set the values in the .bash_p...