Search found 5 matches

by yaconsult
Sat Mar 04, 2023 8:24 pm
Forum: ESP-IDF
Topic: Problems while compiling the project Hello_World
Replies: 33
Views: 30584

Re: Problems while compiling the project Hello_World

I have reindexed and it had no effect for me. I'm still playing with this and tried creating a parser log and here are the parts at the end detailing the errors. The fact that it says esp_chip_info.h is not indexed would seem to be the problem, but WHY is it not indexed??? I checked the permissions ...
by yaconsult
Tue Feb 28, 2023 5:33 am
Forum: ESP-IDF
Topic: Problems while compiling the project Hello_World
Replies: 33
Views: 30584

Re: Problems while compiling the project Hello_World

Here is a picture of what I mean showing the red underlines:
Image
Do you see them in Espressif-IDE when you load the program? If not, what's different about our configurations?
by yaconsult
Tue Feb 28, 2023 5:26 am
Forum: ESP-IDF
Topic: Problems while compiling the project Hello_World
Replies: 33
Views: 30584

Re: Problems while compiling the project Hello_World

As I said above, the example code DOES build and run properly - both from the command line and in the IDE. The issue is that the Espressif-IDE can not resolve the CHIP_FEATURE macros in the IDE. They are there and properly defined but the IDE underlines them as errors and says that they are not defi...
by yaconsult
Sat Feb 25, 2023 3:57 am
Forum: ESP-IDF
Topic: Problems while compiling the project Hello_World
Replies: 33
Views: 30584

Re: Problems while compiling the project Hello_World

Andy, please post if you find a solution, and I will do likewise. This is so frustrating - hitting a roadblock right at the start. I have done a lot of googling but haven't found anything pertinent yet. Since the sample helloworld program compiles and runs properly on the esp32, it must be an issue ...
by yaconsult
Tue Feb 21, 2023 3:18 am
Forum: ESP-IDF
Topic: Problems while compiling the project Hello_World
Replies: 33
Views: 30584

Re: Problems while compiling the project Hello_World

I'm having this issue and am willing to provide details. I am running Espressif-IDE Version: 2.7.0 Build id: 20221110-1527 on fedora 37 with esp-idf-v5.0.1. I am using the example hello_world program created using the new project wizard. The program compiles and runs properly when building with eith...