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/TMDX5535EZDSP: Problem with TIesr Demo, cannot open open source file std.h

Part Number: TMDX5535EZDSP

Tool/software: Code Composer Studio

I have compiled error for "std.h", like this 

>> Compilation failure

subdir_rules.mk:121: recipe for target 'siinit.obj' failed
"C:/ti/c55_lp/c55_csl_3.08/demos/TIesr/c5535/TIesr_C55_demo/C55/TIesrEngine/src/siinit.c", line 33: fatal error: could not open source file "std.h"
1 fatal error detected in the compilation of "C:/ti/c55_lp/c55_csl_3.08/demos/TIesr/c5535/TIesr_C55_demo/C55/TIesrEngine/src/siinit.c".
Compilation terminated.
gmake: *** [siinit.obj] Error 1
gmake: Target 'all' not remade because of errors.

I use Code Composer Studio, Version: 8.0.0.00016, with C5500 Compiler v4.4. How should I solve this problem?