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.

AWR1843BOOST: Failed to build DSS project of Medium Range Radar project

Part Number: AWR1843BOOST
Other Parts Discussed in Thread: SYSBIOS

I can't build DSS nor MSS projects, it gives me this error when I build DSS project.

I am using CCS v10.2 and following tools:


This error is same in Beamsteering example also

  • Hi,

    The release notes mention that

    C:\data-nobackup\2020\Automotive Toolbox\mmwave_automotive_toolbox_3_2_0__win\mmwave_automotive_toolbox_3_2_0\labs\lab0007_medium_range_radar\docs\MediumRangeRadar_Release_Notes.pdf mention that it is required to use mmWave SDK 3.5.0.4 (latest release)

    Please use this SDK release and you should be able to build

    thank you

    Cesar

  • I have installed all required tool and also gives errors as following

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

    "C:\\ti\\ccs1020\\ccs\\utils\\bin\\gmake" -k -j 8 clean -O

    DEL /F "mrr_18xx_dss.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "mrr_18xx_dss.xe674"
    DEL /F "Extended_Kalman_Filter_xyz.oe674" "clusteringDBscan.oe674" "dss_config_edma_util.oe674" "dss_data_path.oe674" "dss_main.oe674" "gen_twiddle_fft16x16.oe674" "gen_twiddle_fft32x32.oe674" "common\cfg.oe674"
    DEL /F "Extended_Kalman_Filter_xyz.d" "clusteringDBscan.d" "dss_config_edma_util.d" "dss_data_path.d" "dss_main.d" "gen_twiddle_fft16x16.d" "gen_twiddle_fft32x32.d" "common\cfg.d"
    RMDIR /S/Q "configPkg\"
    Could Not Find E:\Workspace-3\mrr_18xx_dss\Debug\mrr_18xx_dss.hex
    Could Not Find E:\Workspace-3\mrr_18xx_dss\Debug\mrr_18xx_dss.xe674
    Could Not Find E:\Workspace-3\mrr_18xx_dss\Debug\Extended_Kalman_Filter_xyz.oe674
    Could Not Find E:\Workspace-3\mrr_18xx_dss\Debug\common\cfg.oe674
    Could Not Find E:\Workspace-3\mrr_18xx_dss\Debug\Extended_Kalman_Filter_xyz.d
    Could Not Find E:\Workspace-3\mrr_18xx_dss\Debug\common\cfg.d
    Finished clean

    **** Build Finished ****

    **** Build of configuration Debug for project mrr_18xx_dss ****

    "C:\\ti\\ccs1020\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

    rm -f E:/Workspace-3/mrr_18xx_dss/mrr_18xx_dss.bin

    Building file: "../dss_mrr.cfg"
    Invoking: XDCtools
    "C:/ti/xdctools_3_61_02_27_core/xs" --xdcpath="C:/ti/bios_6_83_00_18/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:AWR16XX:false:600 -r release -c "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c6000_8.3.8" "../dss_mrr.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_mrr.xe674 from package/cfg/dss_mrr_pe674.cfg ...
    generating custom ti.sysbios library makefile ...
    Starting build of library sources ...
    Build of libraries failed.
    subdir_rules.mk:19: recipe for target 'build-1229721713-inproc' failed
    gmake: E:/Simplex-Mostafa: No such file or directory
    gmake: *** No rule to make target 'E:/Simplex-Mostafa'. Stop.
    error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_61_02_27_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_61_02_27_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
    gmake.exe: *** [package.mak:206: package/cfg/dss_mrr_pe674.xdl] Error 1
    gmake.exe: *** Deleting file 'package/cfg/dss_mrr_pe674.xdl'
    gmake.exe: *** [package/cfg/dss_mrr_pe674.xdl] Deleting file 'package/cfg/dss_mrr_pe674.h'
    gmake.exe: *** [package/cfg/dss_mrr_pe674.xdl] Deleting file 'package/cfg/dss_mrr_pe674.c'
    js: "C:/ti/xdctools_3_61_02_27_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-1229721713-inproc] Error 1
    gmake[1]: *** [build-1229721713] Error 2
    gmake[1]: Target 'main-build' not remade because of errors.
    gmake: *** [all] Error 2
    subdir_rules.mk:16: recipe for target 'build-1229721713' failed
    makefile:160: recipe for target 'all' failed

    **** Build Finished ****

  • This is my build setting I tried to select TI v8.3.3, TI v8.3.8 and TI v8.1.3 but also gives error when I build DSS 

  • Hi,

    Please follow the steps provided in Slide 17 in the

    \labs\lab0007_medium_range_radar\docs\MediumRangeRadar_DeveloperGuide.pdf

    You just need to import the provided CCS projects

    thank you

    Cesar

  • Hello,

    I noticed in project properties -> CCS General -> Products
    Platform: ti.platforms.c6x:AWR16XX:false:600 

     As shown in this figure:

    but I am working on AWR18XX not AWR16XX, it might that cause the problem?

    I tried many versions of XDCtools, SYS/BIOS and mmWave SDK, and I still failed to build any project in Automotive toolbox 3-3-0 and 3-2-0 not only medium range radar!

    Mostafa

  • Hello,

    That problem solved and it build without error by changing to default workspace of CCS which is C:\Users\<PC's Name>\workspace_v10

    but why I have to build the Radar examples in the default workspace only? Is there any way to change the workspace and still able to build radar examples successfully?

    Thanks

    Mostafa