Search found 3 matches
- Fri Dec 01, 2017 8:05 pm
- Forum: ESP-IDF
- Topic: cannot clone esp-idf.git
- Replies: 3
- Views: 8814
Re: cannot clone esp-idf.git
I'm now running into this too. Don't think it's related to the the other msys git issue. Fails in both msys32 and mingw32 environments.
- Tue Dec 29, 2015 7:23 am
- Forum: ESP-IDF
- Topic: compiled windows (64?) xtensa-esp108 toolchain
- Replies: 7
- Views: 21366
Re: compiled windows (64?) xtensa-esp108 toolchain
Yeah, you really need a MinGW-based toolchain to work properly on Windows, especially with the Eclipse C/C++ IDE. It looks like CHERTS has one with his SDK. I'm planning on doing one based on my Arduino C++ CDT plug-ins. I really like how Arduino has made it easy to add new hardware to the build and...
- Tue Dec 29, 2015 7:11 am
- Forum: General Discussion
- Topic: ESP32 on Eclipse on Windows
- Replies: 4
- Views: 14574
Re: ESP32 on Eclipse on Windows
Hi, I'm Doug Schaefer, the Eclipse CDT project co-lead. ESP32 is definitely on my radar. I'm first going to get the ESP8266 RTOS SDK working with CDT using my Arduino C++ plugin. I should be able to tweak the SDK a bit and provide the right txt files for it to work with the same build setup, just wi...