Search found 15 matches

by RabbitRF
Sun Mar 19, 2023 4:29 am
Forum: IDEs for ESP-IDF
Topic: Windows JTAG debugging configure USB drivers --Jlink
Replies: 0
Views: 1600

Windows JTAG debugging configure USB drivers --Jlink

When using "ESP32-Prog board" for Windows JTAG debugging, it requires to use "Zadig" tool to "configure USB driver", change it from "FTDIBUS" to "WinUSB". https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/configure-ft2232h-jtag.html But I use Jlink instead of "ESP...
by RabbitRF
Fri Jan 27, 2023 6:15 am
Forum: IDEs for ESP-IDF
Topic: Build fail for imported existing Eclipse IDF project
Replies: 2
Views: 2598

Re: Build fail for imported existing Eclipse IDF project

Hello, There are CMakeList.txt, Makefile and sdkconfig.defaults in the root directory, The content of CMakeList.txt is: # The following lines of boilerplate have to be in your project's # CMakeLists in this exact order for cmake to work correctly cmake_minimum_required(VERSION 3.5) include($ENV{IDF_...
by RabbitRF
Fri Jan 27, 2023 6:01 am
Forum: IDEs for ESP-IDF
Topic: How to reinsatll Eclipse plugin
Replies: 2
Views: 2297

Re: How to reinsatll Eclipse plugin

Hello,

Should I uninstall ESP-IDF from Eclipse first, then run the offline installer ?

Or run the offline installer will automatically erase previous installation and install the new one.

Regards
Sam
by RabbitRF
Thu Jan 26, 2023 9:27 am
Forum: IDEs for ESP-IDF
Topic: How to reinsatll Eclipse plugin
Replies: 2
Views: 2297

How to reinsatll Eclipse plugin

I have two PC, one works fine for the compiler.

Another PC something wrong, it fails to build my created new project, It always report "Build not configured correctly".
I suspect the Eclipse plugin is not installed properly.

How can I uninstall the plugin and install it again?

Regards
Sam
by RabbitRF
Thu Jan 26, 2023 9:14 am
Forum: IDEs for ESP-IDF
Topic: Build fail for imported existing Eclipse IDF project
Replies: 2
Views: 2598

Build fail for imported existing Eclipse IDF project

My ESP-IDE Eclipse compiler works fine for projects created by me.

But I get another ESP32 Eclipse project from GitHub, it fails when I build the project,
it report Error:
"program "make" not found in PATH",
how to fix it?

Regards
Sam
by RabbitRF
Tue Oct 18, 2022 1:44 am
Forum: IDEs for ESP-IDF
Topic: Eclipse generate error message "Build not configured correctly"
Replies: 1
Views: 3526

Eclipse generate error message "Build not configured correctly"

I install VScode extension in my PC, then install Eclipse. VSCode compiler works for those ESP32 examples. Eclipse compiler works fine for new generated project (File=>New ==>Espressif IDF Project). I download several ESP32 Eclipse project from Github, import those project in the same workspace with...
by RabbitRF
Mon Oct 10, 2022 7:47 am
Forum: General Discussion
Topic: Eclipse or VScode Project?
Replies: 5
Views: 2205

Re: Eclipse or VScode Project?

Try to import github vscode sample project into ESP-IDF vscode to practice ,

But there is no option to import project in the menu "File", should I install some extensions to import existing vscode project?
such as "Platform IO IDE extension" ?
by RabbitRF
Sun Oct 09, 2022 11:53 am
Forum: General Discussion
Topic: Eclipse or VScode Project?
Replies: 5
Views: 2205

Re: Eclipse or VScode Project?

without .vscode folder, it is Eclipse project?

Can I use VSCode to import those source code from Eclipse project to VScode project?
by RabbitRF
Sat Oct 08, 2022 9:33 am
Forum: General Discussion
Topic: Eclipse or VScode Project?
Replies: 5
Views: 2205

Eclipse or VScode Project?

There are lots of open source code projects in GitHub, how can I determine it is Eclipse or VScode project?
by RabbitRF
Sun Mar 20, 2022 7:15 am
Forum: ESP-IDF
Topic: [SOLVED] Need help with ESP-PROG + ESP32 debugging
Replies: 3
Views: 5936

Re: Need help with ESP-PROG + ESP32 debugging

Hello, I have similar problem when I start openOCD; here is the message: \blink>openocd -f board/esp32-wrover-kit-3.3v.cfg Open On-Chip Debugger v0.11.0-esp32-20211220 (2021-12-20-15:43) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html Info : Listening on port...