主题中讨论的其他器件: CC1310
工具/软件:Code Composer Studio
您好!
我尝试使用 CCS Cloud、似乎缺少一些支持射频开发的功能。 相关信息可在下面找到。
- CCS Cloud 1.6.0
-Windows 10 Professional,64位
- Firefox 54.0.1 (64位)
-会话 ID:1498754303653_00000535
- TI LAUNCHXL-CC1310
从 TI Resource Explorer Works 导入的工程编译完美无瑕。 为 LAUNCHXL 生成新项目(使用 XDS110 USB 调试探针)不能使用 SmartRF Studio 生成的射频设置进行编译。 比较导入工程和生成工程的编译命令时、缺少一些包含项。 命令行(Project properties -> Build -> ARM Compiler)无法编辑。
导入的工程编译命令行:
-mv7M3 --code_state=16 --float_support=vfplib -me --include_path="@workspace/rfPacketRx_CC1310_LAUNCHXL_nortos_ccs"--include_path="@@@@ti-rex-content_cc13x0_tos_ines=10_kernel_ex_ex_ex-content_ex-ccs_remote_remote_remote_remote_remote_remoti="-40"-content/cc13x40_ex_ex_kernelink_ex-content_ex_ex-content_ex-content_ex-40_ex-content_ex-ccs_ex_ex_ex-content_ex-mag_kernelnet_ex-content_ex-mag_ex_ex-mag_ex_ex-content/cn_ex-mag_ex-mag_ex-ines=-content_ex-content_ex-content_ex-cn_ex-mspirtos_ex-mag_ex-cn_ex-
生成的工程编译命令行:
-mv7M3 --code_state=16 -me --include_path="@workspace/ZenOne"--include_path=""@ccs/tools/compiler/ti-cgt-arm_16.9.3.ls/include"-g --diag_warning=225 --diag_abi=off --display_error_number --abi=ewrap=e
是否有方法将包含路径添加到编译命令行? 或者至少选择要包含的库?