Other Parts Discussed in Thread: SYSBIOS
Thread 中讨论的其他器件:SYSBIOS
您好!
我在使用 simplelink_cc13x2_26x2_SDK 中的示例项目进行编译时遇到问题。
我的设置:
- Windows 10
- CCS 10.3.1
- simplelink_cc13x2_26x2_SDK_5_10_00_48
1) 1)我从导入 hello-project (tirtos)
C:\[TI_INSTALL_DIR]\simplelink_cc13x2_26x2_sdk_5_10_00_48\examples\rtos\CC1352R1_LAUNCHXL_SYSBIOS\hello\tirtos\ccs
**** Build of configuration Debug for project hello_CC1352R1_LAUNCHXL_tirtos_ccs ****
"C:\\TI\\ccs1031\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
Building file: "../hello.cfg"
Invoking: XDCtools
"C:/TI/ccs1031/xdctools_3_62_00_08_core/xs" --xdcpath="C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/source;C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/kernel/tirtos/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.simplelink:CC13X2_CC26X2 -r release -c "C:/TI/ccs1031/ccs/tools/compiler/ti-cgt-arm_20.2.4.LTS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"C:/sth/hello_CC1352R1_LAUNCHXL_tirtos_ccs\" --include_path=\"C:/sth/hello_CC1352R1_LAUNCHXL_tirtos_ccs/Debug\" --include_path=\"C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/source\" --include_path=\"C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/source/ti/posix/ccs\" --include_path=\"C:/TI/ccs1031/ccs/tools/compiler/ti-cgt-arm_20.2.4.LTS/include\" --define=DeviceFamily_CC13X2 -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on " "../hello.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring hello.xem4f from package/cfg/hello_pem4f.cfg ...
generating custom ROM library makefile ...
Starting build of library sources ...
making C:/sth/hello_CC1352R1_LAUNCHXL_tirtos_ccs/src/sysbios/rom_sysbios.aem4f ...
clem4f C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/kernel/tirtos/packages/ti/sysbios/BIOS.c ...
asmem4f C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ...
asmem4f C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm_switch.sv7M ...
asmem4f C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/kernel/tirtos/packages/ti/sysbios/family/arm/m3/IntrinsicsSupport_asm.sv7M ...
asmem4f C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/kernel/tirtos/packages/ti/sysbios/family/arm/m3/TaskSupport_asm.sv7M ...
arem4f rom_sysbios.obj m3_Hwi_asm.obj m3_Hwi_asm_switch.obj m3_IntrinsicsSupport_asm.obj m3_TaskSupport_asm.obj ...
Build of libraries done.
clem4f package/cfg/hello_pem4f.c ...
Finished building: "../hello.cfg"
1 Datei(en) kopiert.
making ../src/sysbios/rom_sysbios.aem4f ...
gmake[1]: Nothing to be done for 'all'.
gmake: *** No rule to make target 'hello.obj', needed by 'all'.
gmake: *** No rule to make target 'syscfg/ti_devices_config.obj', needed by 'all'.
gmake: *** No rule to make target 'syscfg/ti_drivers_config.obj', needed by 'all'.
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
2) 2) 与 中的 nortos 项目 uartecho 交叉检查
C:\[TI_INSTALL_DIR]\simplelink_cc13x2_26x2_SDK_5_10_00_48\examples\nortos\CC1352R1_LAUNCHXL_drivers\uartecho
**** Build of configuration Debug for project uartecho_CC1352R1_LAUNCHXL_nortos_ccs **** "C:\\TI\\ccs1031\\ccs\\utils\\bin\\gmake" -k -j 8 all -O gmake: *** No rule to make target 'main_nortos.obj', needed by 'all'. gmake: *** No rule to make target 'uartecho.obj', needed by 'all'. gmake: *** No rule to make target 'syscfg/ti_devices_config.obj', needed by 'all'. gmake: *** No rule to make target 'syscfg/ti_drivers_config.obj', needed by 'all'. gmake: Target 'all' not remade because of errors. **** Build Finished ****
谨致问候
Joerg