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/CCSTUDIO: Error #1965 Could not open header files

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

Hi

So I need to use to mmwave sdk. But although I have given the correct path, it always fails to open the required header files. Error #1965

  • Hello,
    Can you provide the full build output in the console?

    Thanks
    ki
  • CCSbuildlog.txt
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    **** Build of configuration Debug for project CollDet_2 ****
    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
    'Building file: ../main.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/shantan1/workspace_v7/CollDet_2" --include_path="C:/ti/mmwave_sdk_01_00_00_05/packages/ti/alg/mmwavelib" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="main.d" "../main.c"
    >> Compilation failure
    subdir_rules.mk:9: recipe for target 'main.obj' failed
    "C:/ti/mmwave_sdk_01_00_00_05/packages/ti/alg/mmwavelib/mmwavelib.h", line 85: fatal error #1965: cannot open source file "ti/alg/mmwavelib/src/vecutils/mmwavelib_vecutils.h"
    1 catastrophic error detected in the compilation of "../main.c".
    Compilation terminated.
    gmake: *** [main.obj] Error 1
    gmake: Target 'all' not remade because of errors.
    **** Build Finished ****
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    Hi

    I have attached the build log. Please have a look.

    Thanks,

    Shantanu

  • Looks like you project is missing the below path:
    C:\ti\mmwave_sdk_01_00_00_05\packages

    Can you add it to your include search paths?
  • Hi

    That worked! thanks :)