Search found 4 matches

by eugenev13
Wed Oct 25, 2017 9:14 pm
Forum: Sample Code
Topic: [Video] - ESP32 and working with Lib CURL
Replies: 11
Views: 17296

Re: [Video] - ESP32 and working with Lib CURL

Hi Neil, I enjoyed your cURL - Eclipse integration video. Many thanks for taking the time to make it. I liked the presentation style and the visuals. Unfortunately, I could not integrate lib cURL into Eclipse properly. When I follow the video and #include <curl/curl.h> in the main project file, comp...
by eugenev13
Tue Oct 24, 2017 12:09 am
Forum: ESP-IDF
Topic: Preview: How do I include cURL into ESP32 Eclipse project?
Replies: 1
Views: 4316

Preview: How do I include cURL into ESP32 Eclipse project?

Greetings My Fellow ESP32 Enthusiasts! I would like to use cURL in my ESP32 Eclipse project, but I am not clear about how to correctly include the library. I get an error regarding #include <curl/curl.h> being an "unresolved inclusion" in Eclipse editor. And "fatal error: curl/curl.h: No such file o...
by eugenev13
Mon Oct 09, 2017 9:27 pm
Forum: ESP-IDF
Topic: "Cross GCC" option not available under “Toolchain for Indexer Settings”
Replies: 2
Views: 4603

Re: "Cross GCC" option not available under “Toolchain for Indexer Settings”

Thank you for a quick reply.
You are right.
As soon as I upgraded to Eclipse 4.7.1, I was able to compile like a squirrel!
by eugenev13
Mon Oct 09, 2017 2:44 pm
Forum: ESP-IDF
Topic: "Cross GCC" option not available under “Toolchain for Indexer Settings”
Replies: 2
Views: 4603

"Cross GCC" option not available under “Toolchain for Indexer Settings”

Greetings fellow ESP32 Enthusiasts! I just started with ESP32, and followed instruction on getting started. I have been able to connect to ESP32 and edit/compile/run a sample application using make. But, I seem to run into an issue when I try to set up Eclipse (I am running Ubuntu 16.04, 64 bit, and...