大家好:
硬件:CC2650 LaunchPad
软件:Code Composer Studio Version:6.1.3.00034
安装及运行环境:win7 64位 (已关闭杀毒软件),默认安装在C盘
安装ccs后,再安官方的ble_sdk_2_02_00_31_setup.exe
按照文档CC2640_CC2650_SimpleLink-Software_Stack_2_2_0-Developers_Guide,进入ccs后,导入工程:
simple_peripheral_cc2650lp_app及
simple_peripheral_cc2650lp_stack
选项设置里,已将Compiler version调整为TI v15.12.1.LTS
编译simple_peripheral_cc2650lp_app无错误警告,仅有2个Optimization Advice:
current optimization/debug settings: --opt_level=4 --opt_for_speed=0 -g
#27010-D Not all availavle code size is being used.Recommend running Optimization Assistant to find best speed vs size setting
(--opt_for_speed).Double-click to start.
编译simple_peripheral_cc2650lp_stack出错:
Errors(3 items)
gmake:***[all] Error 2
gmake[1]:***[simple_peripheral_cc2650lp_stack.out] Error 1
gmake[1]:Target 'main-build' not remade because of errors.
查找了很多资料找不到解决办法,请教TI工程师,谢谢!