Search found 17 matches

by ignisuti
Fri Nov 22, 2024 3:51 am
Forum: ESP-IDF
Topic: CMakeLists.txt Questions - Errors & Components
Replies: 11
Views: 1479

Re: CMakeLists.txt Questions - Errors & Components

I also do not understand kconfig files.
I am running the example project nvs_rw_blob and it does not have kconfig files in it. Are they missing?
by ignisuti
Fri Nov 22, 2024 3:48 am
Forum: ESP-IDF
Topic: Espressif Eclipse not behaving like Eclipse
Replies: 4
Views: 773

Re: Espressif Eclipse not behaving like Eclipse

No one else has had these issues or resolved any of these issues...?
by ignisuti
Thu Nov 21, 2024 9:05 pm
Forum: ESP-IDF
Topic: CMakeLists.txt Questions - Errors & Components
Replies: 11
Views: 1479

Re: CMakeLists.txt Questions - Errors & Components

I found part of my answer... The values like CONFIG_BRIDGE_EXTERNAL_NETIF_STATION come from /build/Confifg.sdkconfig.h But, this is an automatically generated file. So, how do these values get in this file? I assume it's from sdkconfig, but I searched through there and don't see these values. I wond...
by ignisuti
Wed Nov 20, 2024 9:43 pm
Forum: ESP-IDF
Topic: Espressif Eclipse not behaving like Eclipse
Replies: 4
Views: 773

Re: Espressif Eclipse not behaving like Eclipse

Correction... With Issue 1, it was CTRL + Tab that used to toggle between .c and .h files.
What would cause this functionality to stop working? I have indexing enabled now, but it's still not functioning.
by ignisuti
Wed Nov 20, 2024 9:39 pm
Forum: IDEs for ESP-IDF
Topic: CMakeLists.txt >> error: 'Building Active Configuration'
Replies: 0
Views: 281

CMakeLists.txt >> error: 'Building Active Configuration'

Whenever I modify any of the CMakeLists.txt files and try to rebuild the project I get this Prompt: error: "'Building Active Configuration' has encountered a problem". Errors occurred during the build. Errors running builder 'CDT Core Builder' on project 'TEST'. Building TEST D:\Test\Firmware_TEST\b...
by ignisuti
Wed Nov 20, 2024 7:37 pm
Forum: ESP-IDF
Topic: CMakeLists.txt Questions - Errors & Components
Replies: 11
Views: 1479

Re: CMakeLists.txt Questions - Errors & Components

Thank you for your responses. I think I have a better understanding now, but will continue to ask questions as I build my project. In the example CMakeLists.txt file below, can you please tell me where CONFIG_BRIDGE_EXTERNAL_NETIF_STATION and CONFIG_BRIDGE_DATA_FORWARDING_NETIF_SOFTAP would come fro...
by ignisuti
Wed Nov 20, 2024 6:12 am
Forum: ESP-IDF
Topic: CMakeLists.txt Questions - Errors & Components
Replies: 11
Views: 1479

Re: CMakeLists.txt Questions - Errors & Components

Yes, I am very confused. I thought "component" meant "subfolder"....?
by ignisuti
Tue Nov 19, 2024 4:39 pm
Forum: ESP-IDF
Topic: CMakeLists.txt Questions - Errors & Components
Replies: 11
Views: 1479

Re: CMakeLists.txt Questions - Errors & Components

Okay, I made some guesses and updated CMakeLists.txt files as follows. test_project / main / CMakeLists.txt idf_component_register(SRCS "APP.c" INCLUDE_DIRS "." "Middleware" ) test_project / main / Middleware / CMakeLists.txt idf_component_register(SRCS "NONVOL.c" INCLUDE_DIRS "." ".." ) That appear...
by ignisuti
Tue Nov 19, 2024 4:40 am
Forum: ESP-IDF
Topic: CMakeLists.txt Questions - Errors & Components
Replies: 11
Views: 1479

Re: CMakeLists.txt Questions - Errors & Components

I'm still stuck on this and could use some assistance. I've read through the Espressif Build System guide and tons of other resources online including paying for a subscription to UDemy which has some great videos on the ESP32. But, I still can't figure out why this isn't working! Here's my file str...
by ignisuti
Sun Nov 17, 2024 2:48 pm
Forum: ESP-IDF
Topic: Espressif Eclipse not behaving like Eclipse
Replies: 4
Views: 773

Re: Espressif Eclipse not behaving like Eclipse

I've already considered it and think I'd rather use Eclipse as-is than make the switch to VS Code.
Surely there will be ways to fix these issues, right?

I guess my first question should be... Is this the Espressif variant of Eclipse that's causing the issues?
If so, I could always use stock Eclipse.