Search found 3 matches

by olexandr_turok
Wed Aug 28, 2019 11:02 am
Forum: General Discussion
Topic: Problem with ESP32 project and Eclipse IDE in Windows
Replies: 4
Views: 5695

Re: Problem with ESP32 project and Eclipse IDE in Windows

Hello everyone.
Can you help me with links in Eclipse?

I did all by manuals. But Eclipse doesn't see files.
by olexandr_turok
Fri Aug 16, 2019 6:45 am
Forum: General Discussion
Topic: Problem with ESP32 project and Eclipse IDE in Windows
Replies: 4
Views: 5695

Re: Problem with ESP32 project and Eclipse IDE in Windows

Hi olexandr_turok, please try to edit esp-idf/tools/windows/eclipse_make.py line 23 and replace winpath = winpath.replace("\\", "/") with this: winpath = winpath.replace(b"\\", b"/") If this helps then I'll create a fix for it. I fixed my problem. But not all. Firstly, I was not attentive with manu...
by olexandr_turok
Thu Aug 15, 2019 6:24 am
Forum: General Discussion
Topic: Problem with ESP32 project and Eclipse IDE in Windows
Replies: 4
Views: 5695

Problem with ESP32 project and Eclipse IDE in Windows

Hello everyone. I try setting Elipce to build ESP32 projects. I do all like described in this instruction: https://docs.espressif.com/projects/esp-idf/en/stable/get-started/eclipse-setup.html and this: https://docs.espressif.com/projects/esp-idf/en/stable/get-started/eclipse-setup.html But, if I try...