Hi ,
Is the procedure i followed to include a third party header files is correct ?
[quote user="AartiG"]Can you post the full output of the CCS build console so we can see the full error message coming out of the compiler?[/quote]
Please find the error message from the console :
>> Compilation failure "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 61: error #20: identifier "ivec" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 62: error #20: identifier "imat" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 63: error #20: identifier "Array" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 63: error #256: type name is not allowed "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 63: error #20: identifier "stringArray" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 63: error #18: expected a ")" "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 64: error #20: identifier "ivec" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 65: error #20: identifier "vec" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 66: error #20: identifier "ivec" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 66: error #20: identifier "ivec" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 67: error #20: identifier "ivec" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 67: error #20: identifier "ivec" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 67: error #20: identifier "ivec" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 68: error #20: identifier "cmat" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 68: error #20: identifier "cmat" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 68: error #20: identifier "input" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 68: error #18: expected a ")" "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 69: error #20: identifier "cvec" is undefined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 69: error #249: variable "ifftNorm" has already been defined "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 69: error #20: identifier "cvec" is undefined Building file: ../build/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 70: error #760: "cmat" is not a type name Invoking: C6000 Compiler "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 70: error #18: expected a ")" "/opt/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv64+ --abi=coffabi -g --include_path="/opt/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --include_path="/usr/local/include" --pch --rtti --cpp_default --define=tci6482 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="build/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.pp" --obj_directory="build/CMakeFiles/2.8.10.1/CompilerIdC" "../build/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c" "../lib/ControlSupport/src/../include/../../simSupport/include/simSupport.h", line 71: error #760: "cvec" is not a type name Compilation terminated. gmake: *** [lib/ControlChannelSupport/src/SupportingFunctions.obj] Error 1 "../build/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c", line 2: fatal error #35: #error "A C++ compiler has been selected for C." 1 fatal error detected in the compilation of "../build/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c". Compilation terminated. gmake: *** [build/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.obj] Error 1 gmake: Target `all' not remade because of errors. **** Build Finished ****