CCS编译问题

Other Parts Discussed in Thread: SYSBIOS

我用CCS编译会出错,错误代码都相同,请问是哪里出错了呢?

报错如下:

**** Clean-only build of configuration Debug for project pplcount_16xx_dss ****

"E:\\Program Files\\ccs8\\ccsv8\\utils\\bin\\gmake" -k -j 8 clean -O

DEL /F "xwr16xx_pplcount_dss.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "xwr16xx_pplcount_dss.xe674"
RMDIR /S/Q "configPkg\"
DEL /F "RADARDEMO_aoaEstCaponBF.oe674" "RADARDEMO_aoaEstCaponBF_DopplerEst.oe674" "RADARDEMO_aoaEstCaponBF_heatmapEst.oe674" "RADARDEMO_aoaEstCaponBF_matrixInv.oe674" "RADARDEMO_detectionCFAR.oe674" "RADARDEMO_detectionCFAR_priv.oe674" "RADARDEMO_rangeProc.oe674" "RADARDEMO_rangeProc_priv.oe674" "RADARDEMO_rangeProc_utils.oe674" "cycle_measure.oe674" "dss_config_edma_util.oe674" "dss_data_path.oe674" "dss_main.oe674" "radarOsal_malloc.oe674" "radarProcess.oe674"
DEL /F "RADARDEMO_aoaEstCaponBF.d" "RADARDEMO_aoaEstCaponBF_DopplerEst.d" "RADARDEMO_aoaEstCaponBF_heatmapEst.d" "RADARDEMO_aoaEstCaponBF_matrixInv.d" "RADARDEMO_detectionCFAR.d" "RADARDEMO_detectionCFAR_priv.d" "RADARDEMO_rangeProc.d" "RADARDEMO_rangeProc_priv.d" "RADARDEMO_rangeProc_utils.d" "cycle_measure.d" "dss_config_edma_util.d" "dss_data_path.d" "dss_main.d" "radarOsal_malloc.d" "radarProcess.d"
找不到 C:\Users\DeapOcean\workspace_v8\pplcount_16xx_dss\Debug\xwr16xx_pplcount_dss.hex
找不到 C:\Users\DeapOcean\workspace_v8\pplcount_16xx_dss\Debug\xwr16xx_pplcount_dss.xe674
找不到 C:\Users\DeapOcean\workspace_v8\pplcount_16xx_dss\Debug\RADARDEMO_aoaEstCaponBF.oe674
找不到 C:\Users\DeapOcean\workspace_v8\pplcount_16xx_dss\Debug\RADARDEMO_aoaEstCaponBF.d
Finished clean

**** Build Finished ****

**** Build of configuration Debug for project pplcount_16xx_dss ****

"E:\\Program Files\\ccs8\\ccsv8\\utils\\bin\\gmake" -k -j 8 all -O

rm -f C:/Users/DeapOcean/workspace_v8/pplcount_16xx_dss/xwr16xx_pplcount_dss.bin
makefile:199: recipe for target 'pre-build' failed
process_begin: CreateProcess(NULL, rm -f C:/Users/DeapOcean/workspace_v8/pplcount_16xx_dss/xwr16xx_pplcount_dss.bin, ...) failed.
make (e=2): 系统找不到指定的文件。

gmake[1]: [pre-build] Error 2 (ignored)

Building file: "../dss_mmw.cfg"
Invoking: XDCtools
"E:/mmwave/xdctools_3_50_04_43_core/xs" --xdcpath="E:/mmwave/bios_6_53_02_00/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:IWR16XX:false:600 -r release -c "E:/Program Files/ccs8/ccsv8/tools/compiler/ti-cgt-c6000_8.2.2" "../dss_mmw.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring dss_mmw.xe674 from package/cfg/dss_mmw_pe674.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making C:/Users/DeapOcean/workspace_v8/pplcount_16xx_dss/src/sysbios/sysbios.ae674 ...
gmake[1]: Entering directory `C:/Users/DeapOcean/workspace_v8/pplcount_16xx_dss/src/sysbios'
cle674 E:/mmwave/bios_6_53_02_00/packages/ti/sysbios/BIOS.c ...
gmake[1]: Leaving directory `C:/Users/DeapOcean/workspace_v8/pplcount_16xx_dss/src/sysbios'
Build of libraries failed.
subdir_rules.mk:103: recipe for target 'build-1994956399-inproc' failed
E:/Program: not found
gmake[1]: *** [BIOS.obj] Error 127
gmake: *** [C:/Users/DeapOcean/workspace_v8/pplcount_16xx_dss/src/sysbios/sysbios.ae674] Error 2
error: xdc.cfg.SourceDir: "E:/mmwave/xdctools_3_50_04_43_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "E:/mmwave/xdctools_3_50_04_43_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/dss_mmw_pe674.xdl'
gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Deleting file `package/cfg/dss_mmw_pe674.h'
gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Deleting file `package/cfg/dss_mmw_pe674.c'
js: "E:/mmwave/xdctools_3_50_04_43_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[2]: *** [build-1994956399-inproc] Error 1
gmake[1]: *** [build-1994956399] Error 2
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
subdir_rules.mk:100: recipe for target 'build-1994956399' failed
makefile:165: recipe for target 'all' failed

**** Build Finished ****

  • **** Build of configuration Debug for project mmw_dss_16xx ****

    "E:\\Program Files\\ccs8\\ccsv8\\utils\\bin\\gmake" -k -j 8 all -O

    rm -f C:/Users/DeapOcean/workspace_v8/mmw_dss_16xx/xwr16xx_mmw_dss.bin
    makefile:194: recipe for target 'pre-build' failed
    process_begin: CreateProcess(NULL, rm -f C:/Users/DeapOcean/workspace_v8/mmw_dss_16xx/xwr16xx_mmw_dss.bin, ...) failed.
    make (e=2): 系统找不到指定的文件。

    gmake[1]: [pre-build] Error 2 (ignored)

    Building file: "../dss_mmw.cfg"
    Invoking: XDCtools
    "C:/ti/xdctools_3_50_04_43_core/xs" --xdcpath="C:/ti/bios_6_53_02_00/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:IWR16XX:false:600 -r release -c "E:/Program Files/ccs8/ccsv8/tools/compiler/ti-cgt-c6000_8.2.2" "../dss_mmw.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring dss_mmw.xe674 from package/cfg/dss_mmw_pe674.cfg ...
    generating custom ti.sysbios library makefile ...
    Starting build of library sources ...
    making C:/Users/DeapOcean/workspace_v8/mmw_dss_16xx/src/sysbios/sysbios.ae674 ...
    gmake[1]: Entering directory `C:/Users/DeapOcean/workspace_v8/mmw_dss_16xx/src/sysbios'
    cle674 C:/ti/bios_6_53_02_00/packages/ti/sysbios/BIOS.c ...
    gmake[1]: Leaving directory `C:/Users/DeapOcean/workspace_v8/mmw_dss_16xx/src/sysbios'
    Build of libraries failed.
    subdir_rules.mk:40: recipe for target 'build-1731783729-inproc' failed
    E:/Program: not found
    gmake[1]: *** [BIOS.obj] Error 127
    gmake: *** [C:/Users/DeapOcean/workspace_v8/mmw_dss_16xx/src/sysbios/sysbios.ae674] Error 2
    error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_50_04_43_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

    js: "C:/ti/xdctools_3_50_04_43_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
    gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Error 1
    gmake.exe: *** Deleting file `package/cfg/dss_mmw_pe674.xdl'
    gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Deleting file `package/cfg/dss_mmw_pe674.h'
    gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Deleting file `package/cfg/dss_mmw_pe674.c'
    js: "C:/ti/xdctools_3_50_04_43_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
    gmake[2]: *** [build-1731783729-inproc] Error 1
    gmake[1]: *** [build-1731783729] Error 2
    gmake[1]: Target 'main-build' not remade because of errors.
    gmake: *** [all] Error 2
    subdir_rules.mk:37: recipe for target 'build-1731783729' failed
    makefile:160: recipe for target 'all' failed

    **** Build Finished ****

    请问我的CCS哪里没有安装完全吗?

  • 您好,您的问题解决了吗? 有关CCS的问题,建议您去“数字信号处理器”或者“MCU”版块咨询呢。