Search found 3 matches

by bigcat26
Thu Apr 18, 2024 2:29 am
Forum: ESP-IDF 中文讨论版
Topic: esp32程序链接pthread报错, multiple definition of `pthread_*'
Replies: 0
Views: 1626

esp32程序链接pthread报错, multiple definition of `pthread_*'

截取了一部分日志 ``` /root/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld: esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj): in function `pthread_rwlock_unlock': /mnt/work/esp-idf/components/pthread/pthread_rwlo...
by bigcat26
Tue Nov 15, 2022 1:38 am
Forum: ESP-IDF 中文讨论版
Topic: 遇到了module 'esptool' has no attribute '_main' 这个问题
Replies: 0
Views: 996

遇到了module 'esptool' has no attribute '_main' 这个问题

我用的是windows + vscode + esp-idf 5.0

和这个帖子问题是差不多的:https://github.com/espressif/esp-idf/issues/8979

如果直接在命令行export再运行idf是正常的,但是用vscode的esp-idf插件build工程就会报这个错。

要咋解决呢
by bigcat26
Tue Nov 08, 2022 3:06 am
Forum: 硬件问题讨论
Topic: Windows系统ESP32-C3连接USB无法识别出JTAG设备
Replies: 0
Views: 2015

Windows系统ESP32-C3连接USB无法识别出JTAG设备

系统:Win10 开发板:ESP32-C3,合宙经典版,没有烧过eFUSE 开发环境:esp-idf, vscode 这个板子上自带了一个type-c的usb端口,接入电脑会出现一个ch343的串口设备,可以用来idf flash monitor,查看运行输出。 我按照 https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32c3/api-guides/jtag-debugging/configure-builtin-jtag.html 这里的说明配置内置jtag接口,将usb接上5v, gnd, io18, io19,然后接...