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.
I have imported a project with v4.2.3 . I'm getting an error: fatal error: could not open source file "xdc/std.h". I am including <xdc/std.h> in my main.c file. In the build properties for the project, I do have C:\Program Files\Texas Instruments\ccsv5\xdctools_3_20_08_88\packages\xdc as listed, which is where the std.h file is located. How do I let the compiler know the location of this file?
I had this problem with CCS3.3 & dvsdk_1_01_00_15 for my EVM6437.I though the problem was the PATHs. Ad this paths in compiler options in build configuration options (in prepocesor tab)
-i"C:\dvsdk_1_01_00_15\xdc_2_95_02\packages" -i"C:\dvsdk_1_01_00_15\codec_engine_1_20_02\packages" -i"C:\dvsdk_1_01_00_15\xdais_5_21\packages" -i"C:\CCStudio_v3.3\boards\evmdm6437_v2\include" -i"C:\dvsdk_1_01_00_15\biosutils_1_00_02\packages"
I send you link with post I started with the problem mentioned in last post, it's not the same version that you use... but maybe resolves some things...
By
"Welle, finally I found the solution thanks to "Sankaranarayanan B" in DSPRelated Forum. I resolved my problems: I should changing GEL file, downloaded from Digital Spectrum web, and then, all projects ran fine."
would u like to post that link where u got the solution .
i am using CCSv4 i changed buid configuration->C6000 compiler->include file. i got some different error.
i didn't found path for preprocessor in ccsv4 property ->C6000 compiler.
plz post the processor what to do .