Search found 25 matches

by Alen59
Tue Dec 18, 2018 1:57 pm
Forum: ESP-IDF
Topic: Error with command: gdb --version
Replies: 5
Views: 10543

Re: Error with command: gdb --version

sorry i did not know i need to run OpenOCD when running eclipse debugger, i just did and now i am getting the following error

Error in final launch sequence
Reset command not defined for device 'Generic TCP/IP'
by Alen59
Tue Dec 18, 2018 1:17 pm
Forum: ESP IoT Solution
Topic: IOT-Solution examples on ESP-wrover-kit V3
Replies: 17
Views: 24806

Re: IOT-Solution examples on ESP-wrover-kit V3

any comment?
by Alen59
Tue Dec 18, 2018 1:15 pm
Forum: ESP-IDF
Topic: Error with command: gdb --version
Replies: 5
Views: 10543

Re: Error with command: gdb --version

ok thanks, if i use the first one, these are the error i get Error in final launch sequence Failed to execute MI command: -target-select remote localhost:3333 Error message from debugger back end: localhost:3333: The system tried to join a drive to a directory on a joined drive. localhost:3333: The ...
by Alen59
Fri Dec 14, 2018 7:58 pm
Forum: ESP-IDF
Topic: Error with command: gdb --version
Replies: 5
Views: 10543

Error with command: gdb --version

Hi,

i can run debugger using command line but i can't run it using eclipse, i get the following error, could you please help, i attached my eclipse debugger configuration snapshot

Error with command: gdb --version
Cannot run program "gdb": Launching failed
by Alen59
Fri Dec 14, 2018 4:09 pm
Forum: ESP-IDF
Topic: gdbinit: No such file or directory
Replies: 4
Views: 6285

Re: gdbinit: No such file or directory

thanks a lot that was it, my debugger is running now :D
by Alen59
Fri Dec 14, 2018 12:00 pm
Forum: ESP-IDF
Topic: gdbinit: No such file or directory
Replies: 4
Views: 6285

Re: gdbinit: No such file or directory

yes i do, i created one with notepad++ and named it gdbinit.cfg with the following stuff in it.

target remote :3333
mon reset halt
flushregs
thb app_main
c
by Alen59
Thu Dec 13, 2018 7:11 pm
Forum: ESP IoT Solution
Topic: IOT-Solution examples on ESP-wrover-kit V3
Replies: 17
Views: 24806

IOT-Solution examples on ESP-wrover-kit V3

Hi,

i need to know if it is possible to run IOT-Solution examples on ESP-wrover-kit V3?

i like to run HMI-->lvgl_example with TFT lcd that is already installed on ESP-wrover-kit V3

thank you
by Alen59
Thu Dec 13, 2018 3:13 pm
Forum: ESP-IDF
Topic: gdbinit: No such file or directory
Replies: 4
Views: 6285

gdbinit: No such file or directory

trying to run debugger but i am getting "gdbinit: No such file or directory" any ideas what am i missing? here is my Msys console when i run debugger command: $ xtensa-esp32-elf-gdb -x gdbinit build/hello-world.elf GNU gdb (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a5) 7.10 Copyright (C) 2015 Free ...
by Alen59
Thu May 03, 2018 11:08 am
Forum: General Discussion
Topic: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Replies: 5
Views: 15955

Re: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED

kolban wrote:On what operating system are you running openocd?
i am running windows 10
by Alen59
Wed May 02, 2018 4:00 pm
Forum: General Discussion
Topic: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Replies: 5
Views: 15955

libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED

when i try to run debugger i get this error "libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED", any ideas? $ bin/openocd -s share/openocd/scripts -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp32-wrover.cfg Open On-Chip Debugger 0.10.0-dev (2018-04-18-12:04) Licensed under GNU GPL v2 For bug...