Search found 3 matches

by pankaj21
Tue Jun 22, 2021 7:07 pm
Forum: ESP-IDF
Topic: esp32-c3 compile time error
Replies: 2
Views: 4519

Re: esp32-c3 compile time error

Removed the C guards and replaced the header files with C++ header files however still having that issue. It is part of our platform code hence cannot share it here however I created a small project with the files from which I was getting the error message but was not able to recreate it. Any other ...
by pankaj21
Mon Jun 21, 2021 6:24 pm
Forum: ESP-IDF
Topic: esp32-c3 compile time error
Replies: 2
Views: 4519

esp32-c3 compile time error

I am getting the following error code when I compile our code using the esp32c3 cmake file: .espressif\tools\riscv32-esp-elf\1.24.0.123_64eb9ff-8.4.0\riscv32-esp-elf\riscv32-esp-elf\include\c++\8.4.0\cstdlib:232:11: error: '::strtold' has not been declared using ::strtold; My code has a combination ...
by pankaj21
Thu Feb 18, 2021 6:08 pm
Forum: IDEs for ESP-IDF
Topic: Eclipse IDE for ESP Jumpstart
Replies: 0
Views: 1948

Eclipse IDE for ESP Jumpstart

I am new to the ESP environment. I was going through the ESP Jumpstart code examples https://docs.espressif.com/projects/esp-jumpstart/en/latest/gettingstarted.html). I have cloned the Jumpstart repository on my local drive on my PC. In the getting started guide they mention about compiling (provide...