Hello everyone.
OS: Linux
IDE: Eclipse
ESP8266_RTOS_SDK
When building a project, Eclipse gives a message about deprecated libraries.
It does not affect the result, but it is annoying.
Does anyone know how to get rid of this error?
Search found 6 matches
- Wed Mar 05, 2025 9:46 am
- Forum: ESP-IDF
- Topic: ESP8266_RTOS_SDK. Eclipse gives a message about deprecated libraries
- Replies: 0
- Views: 204
- Thu Feb 20, 2025 12:14 pm
- Forum: ESP-IDF
- Topic: How I can add esp-wroom-32 to "New ESP Target" Eclipse
- Replies: 2
- Views: 904
Re: How I can add esp-wroom-32 to "New ESP Target" Eclipse
Thanks for reaction.
I'm using EAP-WROOM-32
I'm using EAP-WROOM-32
- Thu Feb 20, 2025 9:22 am
- Forum: ESP-IDF
- Topic: ESP-IDF + eclipse. Adding new components to project.
- Replies: 0
- Views: 467
ESP-IDF + eclipse. Adding new components to project.
Hello. I am using Linux Mint, eclipse 4.34.0, idf-esp ESP-IDF v5.4. I am adding a component to the default example project from the esp-idf sdk "Hello World". To do this, I add the line REQUIRES driver to the CMakeLists.txt file. Selection_010.png Then I include the header file and the required func...
- Tue Feb 18, 2025 10:54 pm
- Forum: ESP-IDF
- Topic: what mean this error "--- 0x40080400: _invalid_pc_placeholder at "
- Replies: 1
- Views: 619
Re: what mean this error "--- 0x40080400: _invalid_pc_placeholder at "
This error occurred in esp-idf-v5.5-dev.
In the stable version esp-idf-v5.4 - everything is ok.
In the stable version esp-idf-v5.4 - everything is ok.
- Mon Feb 17, 2025 6:27 am
- Forum: ESP-IDF
- Topic: what mean this error "--- 0x40080400: _invalid_pc_placeholder at "
- Replies: 1
- Views: 619
what mean this error "--- 0x40080400: _invalid_pc_placeholder at "
I installed Eclipse with esp-idf on Linux Mint
I successfully built the Blink example.
But after flashing to the ESP-Wroom-32 board I see a message in the terminal:
"--- 0x40080400: _invalid_pc_placeholder at ...."
What does this mean?
How do I fix this error?
I successfully built the Blink example.
But after flashing to the ESP-Wroom-32 board I see a message in the terminal:
"--- 0x40080400: _invalid_pc_placeholder at ...."
What does this mean?
How do I fix this error?
- Sun Feb 16, 2025 7:59 pm
- Forum: ESP-IDF
- Topic: How I can add esp-wroom-32 to "New ESP Target" Eclipse
- Replies: 2
- Views: 904
How I can add esp-wroom-32 to "New ESP Target" Eclipse
Hi. I have esp-wroom-32 board. How I can add this device to "New ESP Target" Eclipse?