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.

CCS/IWR6843ISK-ODS: DSS Compilation Failure on fatal error #13: expected a file name

Part Number: IWR6843ISK-ODS
Other Parts Discussed in Thread: IWR6843

Tool/software: Code Composer Studio

Hi Teams,

(1) Compile Based On:

- IWR6843 ODS ES2

- CCS 8.3.1

- SDK 3.4.0.3

- Industrial Toolbox 4.4.1

- path: C:\ti\mmwave_industrial_toolbox_4_4_1\labs\people_counting\overhead_3d_people_counting

(2) Brief Report:

>> Compilation failure
dss/subdir_rules.mk:23: recipe for target 'dss/objectdetection.obj' failed
"C:/ti/mmwave_industrial_toolbox_4_4_1/labs/common/src/dpc/capon3d_overhead/src/objectdetection.c", line 71: fatal error #13: expected a file name
1 catastrophic error detected in the compilation of "C:/ti/mmwave_industrial_toolbox_4_4_1/labs/common/src/dpc/capon3d_overhead/src/objectdetection.c".

(3) My Build Include Option:

(4) My Resource General:

Regards,

Kevin

  • Hi Kevin,

    I imported the above projects in CCS 8.3.1 and found no errors in the build.

    1. Did you make any changes to the source / project files?

    2. I also see that you have some of the include paths resolving to a different drive "F:\". This may be the potential problem. (Also indicates that you have modified the CCS project files)

    Please delete the modified project from your workspace and import an unmodified copy from Industrial Toolbox to confirm that you are able to build the project provided in the toolbox. Then you can incrementally make your changes to the project files and see what breaks the build.

    Regards

    -Nitin  

  • Hi Nitin,

    Thanks reply the guide line for compilation,

    1. I try to place my workspace in the disk drive F:\

        then import OVERHEAD_3D_PEOPLE_COUNTING's DSS and MSS project from Industrial Toolbox 4.4.1 and compile both of projects again with success

    2. I would like to close this thread here

    Regards,

    Kevin