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.

error in building in dsp 6713

Other Parts Discussed in Thread: CCSTUDIO

hi all,

 i have faced an error bellow will building a program in ccs3.3v please give me a solution

[LPC_encode.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -fr"F:/New Folder/Debug" -d"_DEBUG" -mv6700 -@"../Debug.lkf" "LPC_encode.c"
"LPC_encode.c", line 4: fatal error: could not open source file "ieeed.h"
1 fatal error detected in the compilation of "LPC_encode.c".
Compilation terminated.

>> Compilation failure

Build Complete,
  1 Errors, 0 Warnings, 0 Remarks.

  • Is this ieeed.h file part of your own code base?  If it doesn't physically reside in the same directory as the LPC_encode.c file, then you will need to tell the compiler where to search for needed header files through the -I (capital i) option.  This can be added via the Project Build settings.