求助,ESP32C3编译出现multiple definition of `g_log_level'

iqss2005
Posts: 6
Joined: Fri Dec 17, 2021 12:58 am

求助,ESP32C3编译出现multiple definition of `g_log_level'

Postby iqss2005 » Sat Dec 18, 2021 1:54 am

如题,一个原是ESP32的物联网例程,在改为ESP32C3后,编译出现multiple definition of `g_log_level'不良。
[2/3] Linking CXX executable llsync.elf
FAILED: llsync.elf
cmd.exe /C "cd . && D:\GitSource\GitCMD\ESP\tools\riscv32-esp-elf\esp-2021r1-8.4.0\riscv32-esp-elf\bin\riscv32-esp-elf-g++.exe -march=rv32imc -nostartfiles -march=rv32imc --specs=nosys.specs @CMakeFiles\llsync.elf.rsp -o llsync.elf && cd ."
d:/gitsource/gitcmd/esp/tools/riscv32-esp-elf/esp-2021r1-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/8.4.0/../../../../riscv32-esp-elf/bin/ld.exe: D:/GitSource/GitCMD/ESP/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o):(.bss.g_log_level+0x0): multiple definition of `g_log_level'; esp-idf/qcloud_llsync/libqcloud_llsync.a(ble_qiot_utils_log.c.obj):D:\temp\qcloud-iot-explorer-BLE-sdk-embedded-demo\qcloud-llsync-config-net-esp32\build/../components/qcloud_llsync/src/utils/ble_qiot_utils_log.c:24: first defined here
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
终端进程“C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command cmake --build .”已终止,退出代码: 1。
请帮忙看看,谢谢了

ESP_ICY
Posts: 404
Joined: Mon Aug 23, 2021 11:10 am

Re: 求助,ESP32C3编译出现multiple definition of `g_log_level'

Postby ESP_ICY » Sun Dec 19, 2021 5:43 am

1.首先确定一下这个例程是不是特定用于 ESP32 的,这个是官方提供的例程吗?
2.对于这个例程,你是直接单纯更换了芯片进行编译和烧录吗,在编译前执行下

Code: Select all

idf.py set-target esp32c3

Code: Select all

idf.py fullclean

iqss2005
Posts: 6
Joined: Fri Dec 17, 2021 12:58 am

Re: 求助,ESP32C3编译出现multiple definition of `g_log_level'

Postby iqss2005 » Mon Dec 20, 2021 2:03 am

是官方腾迅官方的使用连连小程序连接IOT的事例:
https://github.com/tencentyun/qcloud-io ... -net-esp32

原例程是ESP32的,我想应用到ESP32C3,不知是不是用到的变量与idf库内的变量同名了,我把qcloud_iot_c_sdk 内的g_log_level统一改变一下名称可以编译,但运行好像配网又有问题,请帮忙看一下,谢谢

Who is online

Users browsing this forum: lor_pig2 and 69 guests