赞
踩
个人玩家,得不到厂家支持,只能从网上下载资源,下了AndeSight_STD_v511试用版,下了 MVsB1_BT_Audio_SDK_v0.1.12,遇到各种问题,解决了不少, 现在遇到的问题网上没有解决方案,只能发出来寻求帮助。
Building target: myproject.adx
Invoking: Andes C Linker
nds32le-elf-gcc -Og -static -mcmodel=medium -mvh -v -o "myproject.adx" ./main.o
Using built-in specs.
COLLECT_GCC=/usr/bin/nds32le-elf-gcc
Target: nds32le-elf
Thread model: single
gcc version 8.2.0 (2020-06-11_nds32le-elf-mculib-v3s-72e4791)
nds32le-elf-gcc: fatal error: -fuse-linker-plugin, but cyglto_plugin-0.dll not found
compilation terminated.
make: *** [makefile:67: myproject.adx] Error 1
"make all" terminated with exit code 2. Build might be incomplete.
主要问题就是出现提示: -fuse-linker-plugin, but cyglto_plugin-0.dll not found,搜遍网络,除了说要gcc-core与gcc-c++版本要一致,没有其它解释,问题是这个nds32le-elf-gcc是8.2版本,cc1也是8.2版本,没冲突。把cc1同目录的cyglto_plugin-0.dll文件复制到nds32le-elf-gcc同目录,或者复制到cygwin/bin目录下,都是一样提示,卡在这了,有没有遇到相同情况的人?我想用来玩bp1048这芯片。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。