This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C129CNCPDT / CCS V6.1编译出现如下问题,请帮忙解决!谢谢

Other Parts Discussed in Thread: SYSBIOS

**** Build of configuration Debug for project OpenLink_ADAPTER_(61209) ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all making ../src/sysbios/sysbios.aem4f ... gmake[1]: Entering directory `E:/TTi_Project/One_Key/FW/One_Key_2/OpenLink_ADAPTER_(61209)/src/sysbios' clem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/BIOS.c ... The system cannot find the path specified. gmake[1]: *** [BIOS.obj] Error 1 asmem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/family/arm/m3/Clobber_asm.sv7M ... The system cannot find the path specified. gmake[1]: *** [m3_Clobber_asm.obj] Error 1 asmem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/family/arm/m3/IntrinsicsSupport_asm.sv7M ... The system cannot find the path specified. gmake[1]: *** [m3_IntrinsicsSupport_asm.obj] Error 1 asmem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/family/arm/m3/TaskSupport_asm.sv7M ... The system cannot find the path specified. gmake[1]: *** [m3_TaskSupport_asm.obj] Error 1 asmem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ... The system cannot find the path specified. gmake[1]: *** [m3_Hwi_asm.obj] Error 1 asmem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/family/arm/m3/Hwi_asm_switch.sv7M ... The system cannot find the path specified. gmake[1]: *** [m3_Hwi_asm_switch.obj] Error 1 asmem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/family/arm/ducati/CTM_asm.sv7M ... The system cannot find the path specified. gmake[1]: *** [ducati_CTM_asm.obj] Error 1 asmem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/family/arm/ducati/Core_asm.sv7M ... The system cannot find the path specified. gmake[1]: *** [ducati_Core_asm.obj] Error 1 asmem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/family/arm/ducati/omap4430/Power_saveCpu.sv7M ... The system cannot find the path specified. gmake[1]: *** [omap4430_Power_saveCpu.obj] Error 1 asmem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/family/arm/ducati/omap4430/Power_resumeCpu.sv7M ... The system cannot find the path specified. gmake[1]: *** [omap4430_Power_resumeCpu.obj] Error 1 asmem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/family/arm/ducati/smp/Power_saveCpu.sv7M ... The system cannot find the path specified. gmake[1]: *** [smp_Power_saveCpu.obj] Error 1 asmem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/family/arm/ducati/smp/Power_resumeCpu.sv7M ... The system cannot find the path specified. gmake[1]: *** [smp_Power_resumeCpu.obj] Error 1 asmem4f C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/timers/dmtimer/Timer_asm.sv7M ... The system cannot find the path specified. gmake[1]: *** [dmtimer_Timer_asm.obj] Error 1 gmake[1]: Target `all' not remade because of errors. gmake[1]: Leaving directory `E:/TTi_Project/One_Key/FW/One_Key_2/OpenLink_ADAPTER_(61209)/src/sysbios' gmake: *** [../src/sysbios/sysbios.aem4f] Error 2 gmake: Target `all' not remade because of errors.

**** Build Finished ****

  • C:/ti/tirtos_tivac_2_00_02_36/products/bios_6_40_02_27/packages/ti/sysbios/family/arm/ducati/smp/Power_resumeCpu.sv7M ... The system cannot find the path specified

    应该是没找到这个路径吧。怀疑是配置问题。楼主是自己建立的工程呢,还是导入的工程呢?