完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
FAILED: espiot.elf
cmd.exe /C "cd . && C:Userslufei.espressiftoolsxtensa-esp32-elfesp-12.2.0_20230208xtensa-esp32-elfbinxtensa-esp32-elf-g++.exe -mlongcalls -Wno-frame-address -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32=0 -Wl,--Map=D:/BaiduNetdiskWorkspace/WORK/smart_sell/zhican_lijin/build/espiot.map -Wl,--no-warn-rwx-segments -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T esp32.peripherals.ld -T esp32.rom.ld -T esp32.rom.api.ld -T esp32.rom.libgcc.ld -T esp32.rom.newlib-data.ld -T esp32.rom.syscalls.ld -T esp32.rom.newlib-funcs.ld -T memory.ld -T sections.ld @CMakeFilesespiot.elf.rsp -o espiot.elf && cd ." c:/users/lufei/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: esp-idf/user/libuser.a(mass_algorith.c.obj):D:/BaiduNetdiskWorkspace/WORK/smart_sell/zhican_lijin/user/mass_detect/include/mass_calbication.h:35: multiple definition of `calibrate_data'; esp-idf/user/libuser.a(mass_detect.c.obj):D:/BaiduNetdiskWorkspace/WORK/smart_sell/zhican_lijin/user/mass_detect/include/mass_calbication.h:35: first defined here c:/users/lufei/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: esp-idf/user/libuser.a(mass_calbication.c.obj):D:/BaiduNetdiskWorkspace/WORK/smart_sell/zhican_lijin/user/mass_detect/include/mass_calbication.h:35: multiple definition of `calibrate_data'; esp-idf/user/libuser.a(mass_detect.c.obj):D:/BaiduNetdiskWorkspace/WORK/smart_sell/zhican_lijin/user/mass_detect/include/mass_calbication.h:35: first defined here collect2.exe: error: ld returned 1 exit status ninja: build stopped: subcommand failed. |
|
相关推荐
1个回答
|
|
从您提供的错误信息来看,问题可能出在编译过程中。为了解决这个问题,请按照以下步骤操作:
1. 清理之前的编译文件:在命令行中,进入到您的项目目录,然后执行以下命令来清理之前的编译文件: ``` make clean ``` 2. 确保您的环境变量设置正确:请检查您的环境变量是否包含了ESP-IDF的路径。通常,您需要将以下路径添加到环境变量中: ``` export PATH=$PATH:$HOME/.espressif/tools/xtensa-esp32-elf/bin ``` 请根据您的实际路径进行修改。 3. 更新ESP-IDF:如果您还没有更新到最新版本的ESP-IDF,请按照以下命令进行更新: ``` git pull git submodule update --init --recursive ./install.sh ``` 4. 重新编译项目:在清理了之前的编译文件并确保环境变量设置正确后,重新编译您的项目: ``` make ``` 5. 如果仍然出现问题,请检查您的项目配置文件(例如:sdkconfig文件)是否与新版本的ESP-IDF兼容。如果有不兼容的地方,请进行相应的修改。 6. 如果以上步骤都无法解决问题,您可以尝试在ESP-IDF的GitHub仓库中查找类似的问题或提交一个新的issue,以便获得更多的帮助。 希望这些建议能帮助您解决问题。 |
|
|
|
只有小组成员才能发言,加入小组>>
988 浏览 1 评论
554浏览 6评论
463浏览 5评论
有没有办法在不使用混杂模式的情况下实现Wifi驱动程序接收缓冲区访问中断呢?
447浏览 5评论
448浏览 4评论
421浏览 4评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-29 06:43 , Processed in 0.735737 second(s), Total 80, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号