Search found 53 matches

by BrianP
Fri Jul 09, 2021 12:51 pm
Forum: ESP-IDF
Topic: ESP32-C3 OpenOCD issue
Replies: 5
Views: 4985

Re: ESP32-C3 OpenOCD issue

Let me know how it goes. As that post suggests there are a lot of interlocking bugs, documentation issues, etc., with ESP-IDF and ESP32-C3. I can reliably get JTAG to work now.
by BrianP
Fri Jul 09, 2021 2:47 am
Forum: ESP-IDF
Topic: ESP32-C3 OpenOCD issue
Replies: 5
Views: 4985

Re: ESP32-C3 OpenOCD issue

Stefano

I humbly suggest you read this post https://www.esp32.com/viewtopic.php?f=40&t=21809.

It's not just for Eclipse. At a minimum I'd suggest you download/make the June OpenOCD binary.
by BrianP
Mon Jul 05, 2021 11:12 pm
Forum: ESP-IDF
Topic: Eclipse IDE plugin says Errors exist but console says build complete
Replies: 12
Views: 11729

Re: Eclipse IDE plugin says Errors exist but console says build complete

There was an update to the Eclipse Plugin but I don't know what you were running and what you are running now.

Did you see this post I made?
https://www.esp32.com/viewtopic.php?f=40&t=21809
by BrianP
Sat Jul 03, 2021 3:32 pm
Forum: IDEs for ESP-IDF
Topic: ESP32-C3 Tips and Tricks for Eclipse / Built in JTAG Debugging
Replies: 0
Views: 3928

ESP32-C3 Tips and Tricks for Eclipse / Built in JTAG Debugging

I have been working on getting ESP32-C3 with built in USB JTAG to work reliably with Eclipse. Unfortunately, there are significant gaps and errors in the documentation so I thought I would document workarounds I have discovered. Hopefully these will be fixed over time. I suspect that most of these i...
by BrianP
Fri Jul 02, 2021 4:26 pm
Forum: ESP-IDF
Topic: [Resolved] GDB issue with ESP32-C3 and esp-idf-tools 2.9 beta 6 [IDFGH-5410]
Replies: 5
Views: 9435

Re: GDB issue with ESP32-C3 and esp-idf-tools 2.9 beta 6 [IDFGH-5410]

mschultz Did you ever solve this issue? I was working (with issues) with riscv32-esp-elf-gdb and got into a box so I decided to try a clean install. All of a sudden I got the same issue. I suspect that I had done an install which included the dlls, those got copied, but when I cleaned my system and ...
by BrianP
Fri Jul 02, 2021 1:48 pm
Forum: IDEs for ESP-IDF
Topic: the biggest issue with the esp32 is the ide and build system..
Replies: 20
Views: 35515

Re: the biggest issue with the esp32 is the ide and build system..

Are you working with ESP32-C3 and built in JTAG? Because it doesn't work at all with ESP32-C3
by BrianP
Thu Jul 01, 2021 12:36 pm
Forum: ESP-IDF
Topic: Eclipse IDE plugin says Errors exist but console says build complete
Replies: 12
Views: 11729

Re: Eclipse IDE plugin says Errors exist but console says build complete

Darn. It must be a different issue. Perhaps you can raise an issue at the Eclipse Plugin github page?
by BrianP
Thu Jul 01, 2021 2:57 am
Forum: IDEs for ESP-IDF
Topic: Eclipse: Fix Unresolved Includes Problem
Replies: 0
Views: 2681

Eclipse: Fix Unresolved Includes Problem

I posted an issue with the Eclipse Plugin developers https://github.com/espressif/idf-eclipse-plugin/issues/309 Like many others I had experienced the problem whereby Eclipse would flag numerous issues with unresolved includes and errors associated with those "missing" include files. The programs wo...
by BrianP
Thu Jul 01, 2021 2:51 am
Forum: ESP-IDF
Topic: Eclipse IDE plugin says Errors exist but console says build complete
Replies: 12
Views: 11729

Re: Eclipse IDE plugin says Errors exist but console says build complete

I raise an issue regarding the Eclipse unresolved includes issue https://github.com/espressif/idf-eclipse-plugin/issues/309 The fix is "An immediate workaround could be - delete the "build" folder from the project and build an entire project again and that should resolve the errors." That worked for...
by BrianP
Wed Jun 30, 2021 3:41 am
Forum: IDEs for ESP-IDF
Topic: the biggest issue with the esp32 is the ide and build system..
Replies: 20
Views: 35515

Re: the biggest issue with the esp32 is the ide and build system..

I tend to agree with the general comments, namely that there should be an ecosystem. I don't really like Eclipse but I find it to be useable once you can get it set up. Unfortunately, and maybe this is because I am working on the ESP32-C3, the Eclipse plugin does not seem to work properly, OpenOCD d...