Search found 20 matches

by lehrian
Wed Apr 05, 2023 3:34 pm
Forum: ESP-IDF
Topic: Problems while compiling the project Hello_World
Replies: 32
Views: 19846

Re: Problems while compiling the project Hello_World

Do you mean the way how it was with legacy make? No, I don't mind cmake, I was just referring to how when it finds an error in the IDE it will prompt you saying there was an error building and asking you if you want to proceed to deploy when in fact there was not a build problem, just an index prob...
by lehrian
Tue Apr 04, 2023 5:03 pm
Forum: ESP-IDF
Topic: Problems while compiling the project Hello_World
Replies: 32
Views: 19846

Re: Problems while compiling the project Hello_World

Well, you should not need to reinstall or rename anything. Tools are versioned for that reason after all - to use correct specified and tested version. When I switch IDF version I use different workspaces or even Eclipse executables to avoid confusion. If in terminal, I simply export different IDF ...
by lehrian
Mon Apr 03, 2023 6:54 pm
Forum: ESP-IDF
Topic: Problems while compiling the project Hello_World
Replies: 32
Views: 19846

Re: Problems while compiling the project Hello_World

Are you not able to compile OR is Eclipse just showing a red error on the line of code? I have had issues where the indexer is confused and Eclipse shows an error but the program compiles and runs just fine. I am doing some research on an api and created a new hello_world app to test it before I inc...
by lehrian
Mon Apr 03, 2023 4:48 pm
Forum: ESP-WHO
Topic: Eclipse examples and ESP_WHO...
Replies: 2
Views: 24287

Re: Eclipse examples and ESP_WHO...

Sorry it took so long to reply. I need to check how it notifies me when there is a reply to one of my posts.

Anyway, my response won't be much help anyway, I did not ever find this out. I just installed them all in the same IDF folder and it seemed to work.
by lehrian
Mon Apr 03, 2023 4:46 pm
Forum: ESP-IDF
Topic: Problems while compiling the project Hello_World
Replies: 32
Views: 19846

Re: Problems while compiling the project Hello_World

I don't believe the IDF is stored in the .espressif folder. The IDF libraries are stored elsewhere but the .espressif folder is used to install the IDF build tools for the IDE. Just as a test, try renaming .espressif to .espressif-save and then reinstall it from your stored IDF directory and see if ...
by lehrian
Mon Apr 03, 2023 4:29 pm
Forum: IDEs for ESP-IDF
Topic: Stability issues since updating to ESP_IDF 5.0.1
Replies: 6
Views: 3990

Re: Stability issues since updating to ESP_IDF 5.0.1

I reported this issue and there is now a PR to address it.

https://github.com/espressif/idf-eclips ... issues/731
by lehrian
Sun Apr 02, 2023 5:37 pm
Forum: ESP-IDF
Topic: Can't unselect "Use backward compatible ECDH context (Experimental)"
Replies: 0
Views: 633

Can't unselect "Use backward compatible ECDH context (Experimental)"

I updated from 4.4.4 to 5.0.1 and now the Diffie-Hellman Key Exchange Modes have been disabled so I am following their suggesting and migrating to Elliptic Curve Diffie Hellman. Reading the header file I came across: /* * Mbed TLS supports two formats for ECDH contexts (#mbedtls_ecdh_context * defin...
by lehrian
Sun Apr 02, 2023 5:17 pm
Forum: ESP-IDF
Topic: Problems while compiling the project Hello_World
Replies: 32
Views: 19846

Re: Problems while compiling the project Hello_World

This is odd that so many people are having this issue. I just created the project and it build fine for all Launch Targets. I will say that I am using Eclipse 2022-09 and IDF Eclipse Plugin Version: 2.7.0.202211101524 because anything later causes me issues with Eclipse hanging. My best suggestion w...
by lehrian
Sat Apr 01, 2023 5:30 pm
Forum: IDEs for ESP-IDF
Topic: Stability issues since updating to ESP_IDF 5.0.1
Replies: 6
Views: 3990

Re: Stability issues since updating to ESP_IDF 5.0.1

So a little more information. Environment: Eclipse 2022-09, Amazon Corretto 17.0.6, Python 3.10.4, git 2.33.0.windows.1 and I have the following Espressif plugins installed: com.espressif.idf.branding (2.9.0.202303201505) "ESP-IDF Eclipse Plugin" [Resolved] com.espressif.idf.core (1.0.1.202303201505...
by lehrian
Sat Apr 01, 2023 1:32 am
Forum: IDEs for ESP-IDF
Topic: Stability issues since updating to ESP_IDF 5.0.1
Replies: 6
Views: 3990

Re: Stability issues since updating to ESP_IDF 5.0.1

So it seems that the IDF version has nothing to do with the stability issues I have been experiencing. I downloaded plugin 2.5.0 and installed it on a fresh install of Eclipse 2022-06 and it is working great. I can switch from 4.4.4 to 5.0.1 and compile and run with both versions. I can close and re...