Search found 4 matches
- Wed Oct 25, 2017 9:14 pm
- Forum: Sample Code
- Topic: [Video] - ESP32 and working with Lib CURL
- Replies: 11
- Views: 19761
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...
- Tue Oct 24, 2017 12:09 am
- Forum: ESP-IDF
- Topic: Preview: How do I include cURL into ESP32 Eclipse project?
- Replies: 1
- Views: 4787
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...
- Mon Oct 09, 2017 9:27 pm
- Forum: ESP-IDF
- Topic: "Cross GCC" option not available under “Toolchain for Indexer Settings”
- Replies: 2
- Views: 5073
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!
You are right.
As soon as I upgraded to Eclipse 4.7.1, I was able to compile like a squirrel!
- Mon Oct 09, 2017 2:44 pm
- Forum: ESP-IDF
- Topic: "Cross GCC" option not available under “Toolchain for Indexer Settings”
- Replies: 2
- Views: 5073
"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...