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/CC3200: #1965: cannot open source file "xdc/std.h

Part Number: CC3200
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

I am compiling my project with CCS  Version: 6.1.3.00034 .

I am getting following error 

>> Compilation failure

application/subdir_rules.mk:7: recipe for target 'application/main.obj' failed

"C:\ti\tirtos_cc32xx_2_16_01_14\products\bios_6_45_02_31\packages\ti\sysbios\BIOS.h", line 50: fatal error #1965: cannot open source file "xdc/std.h"

Please suggest soultion to this. So that I could able to compile the code.

  • Suhas,

    suhas badve said:
    "C:\ti\tirtos_cc32xx_2_16_01_14\products\bios_6_45_02_31\packages\ti\sysbios\BIOS.h", line 50: fatal error #1965: cannot open source file "xdc/std.h"

    Typically these types of errors mean that the compiler was unable to open the mentioned file because it is not aware of the path to it. The path to find the file is usually specified in the compiler's --include_path option.

    To tell more specifically what is triggering the error in your project, I would need more details about your project. 

    Is the project based off an example from a TI package like Simplelink SDK? If so, which version of the package and which example?
    Are you able to import and build TI examples from that same package without errors?

  • Suhas,

    Since I haven’t heard back from you, I’m assuming you were able to resolve this issue and will be closing this thread. If the issue is not resolved, just post a reply below with the details requested above. Thanks!