[评测分享]
【Silicon Labs EFR32xG24 开发套件】+创建工程点灯
#板卡评测
1935 人阅读
|
0 人回复
|
2022-12-19
TA的每日心情 | 奋斗 昨天 09:08 |
|---|
签到天数: 791 天 连续签到: 10 天 [LV.10]以坛为家III
翰林
- 积分
- 11216
|
下面准备创建新工程开发测试。选择一个点灯demo进行创建新工程。点击CREATE.
正在生成工程代码。
下面是生成好的代码了。
先编译一下,看看效果。
结果到最后链接蓝牙lib库文件出现了错误,对lib库文件不识别了。
唉,找了半天没头绪了。。。。。
d:/siliconlabs/simplicitystudio-v5/developer/toolchains/gnu_arm/10.3_2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe:E:/Silicon_Labs/gecko_sdk-gsdk_4.2//protocol/bluetooth/lib/EFR32MG24/GCC/libbluetooth.a: file format not recognized; treating as linker script
d:/siliconlabs/simplicitystudio-v5/developer/toolchains/gnu_arm/10.3_2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe:E:/Silicon_Labs/gecko_sdk-gsdk_4.2//protocol/bluetooth/lib/EFR32MG24/GCC/libbluetooth.a:1: syntax error
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:79: bt_soc_blinky_2.axf] Error 1
"make -j4 all" terminated with exit code 2. Build might be incomplete.
|
|
|
|
|
|
|
|
|