I have exactly the same problem with the same 3 semantic errors.
Waiting for explanation how to fix it.
Regards
Search found 7 matches
- Fri Mar 17, 2023 11:45 am
- Forum: ESP-IDF
- Topic: Problems while compiling the project Hello_World
- Replies: 33
- Views: 33018
- Thu Feb 03, 2022 4:14 pm
- Forum: IDEs for ESP-IDF
- Topic: VS Code doesn't find the ESP-IDF installation at startup
- Replies: 5
- Views: 48801
Re: VS Code doesn't find the ESP-IDF installation at startup
Hi, Everybody! I have the same story. I reinstalled VSC and esp-idf extension 1.3.0. But when I press Ctrl+Shift+p and then try any command, Doctor, for example, I get the same response as the author of the original post. The same with the "Configure esp-idf extension" command. I see "WELCOME restar...
- Sat Apr 03, 2021 7:12 pm
- Forum: General Discussion
- Topic: cjmcu-2232HL jtag adapter (2x26 pins) + OpenOCD within ESP-IDF
- Replies: 0
- Views: 1908
cjmcu-2232HL jtag adapter (2x26 pins) + OpenOCD within ESP-IDF
I have my tumpa jtag adapter to debug my NODEMCU-32S in OPENOCD+GDB with no problems. I have recently bought new CJMCU-2232HL jtag adapter (2x26 pins). A week of research job in the internet and no result to find a proper config file. Hope to get your friendly advice what cfg file to use. I use inte...
- Sat Aug 24, 2019 7:52 pm
- Forum: General Discussion
- Topic: What does it mean? Info : Listening on port 4444 for telnet connections Error: type 'esp32' is missing virt2phys
- Replies: 1
- Views: 4136
What does it mean? Info : Listening on port 4444 for telnet connections Error: type 'esp32' is missing virt2phys
I start openocd with the following command line: sudo openocd -f interface/ftdi/tumpa.cfg -f board/esp-wroom-32.cfg -c "adapter_khz 20000" or sudo openocd -f tcl/interface/ftdi/tumpa.cfg -f tcl/board/esp-wroom-32.cfg -c "adapter_khz 20000" and get the following error in screen log: adapter speed: 20...
- Fri Jul 12, 2019 10:34 am
- Forum: General Discussion
- Topic: JTAG Eclipse issues. Cmd prompt maybe?
- Replies: 3
- Views: 6229
Re: JTAG Eclipse issues. Cmd prompt maybe?
Hi, I have the same problem. "Could not determine GDB version using command: xtensa-esp32-elf-gdb --version" I have just installed Eclipse IDE for C/C++ Developers Version: 2019-06 (4.12.0) Build id: 20190614-1200 Updated it. Set up according the Expresiff manual. I have also found the discussed ear...
- Fri Oct 12, 2018 6:51 am
- Forum: ESP-IDF
- Topic: make monitor
- Replies: 2
- Views: 4536
Re: make monitor
What does it mean:
stdin is not a tty
make: *** [/home/Megauser/esp/esp-idf/components/esptool_py/Makefile.projbuild:106: monitor] Error 1
stdin is not a tty
make: *** [/home/Megauser/esp/esp-idf/components/esptool_py/Makefile.projbuild:106: monitor] Error 1
- Thu Oct 11, 2018 8:19 pm
- Forum: ESP-IDF
- Topic: make monitor
- Replies: 2
- Views: 4536
make monitor
I have just installed esp32_win32_msys2_environment_and_toolchain-20181001.zip for Windows (W10). I need your friendly assistance to fix my Eclipse Photon MAKE MONITOR target error. I would appreciate any help! Regards No errors when I make monitor in bash. Flash target in Eclipse finished without e...