Tool/software: Code Composer Studio
hello When I am working on code composer studio I am getting error as below
/home/user/ti/ccsv6/utils/bin/gmake -k codec_aic3254.obj
Building file: /home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/build/TIesrDemoC55.tcf
Invoking: TConf
"/home/user/ti/bios_5_42_00_07/xdctools/tconf" -b -Dconfig.importPath="/home/user/ti/bios_5_42_00_07/packages;" "/home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/build/TIesrDemoC55.tcf"
Finished building: /home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/build/TIesrDemoC55.tcf
Building file: /home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/src/codec_aic3254.c
Invoking: C5500 Compiler
"/home/user/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=huge -g --include_path="/home/user/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="/home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/build/ccsv5" --include_path="/home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/TIesrEngineC55/ccsv5" --include_path="/home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/build/ccsv5/Debug" --include_path="/home/user/ti/bios_5_42_00_07/packages/ti/bios/include" --include_path="/home/user/ti/bios_5_42_00_07/packages/ti/rtdx/include/c5500" --include_path="/home/user/ti/c55_lp/c55_csl_3.07/inc" --include_path="/home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/inc" --include_path="/home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/C55/TIesrEngine/src" --preinclude="/home/user/trial/BF_rt_bios/codec_pcm186x.h" --preinclude="/home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/src/codec_aic3254.c" --define=c5515 --define=C55x --define=PF_C5535_EZDSP --undefine=PF_C5515_EVM --display_error_number --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=32 --algebraic --preproc_with_compile --preproc_dependency="codec_aic3254.d" "/home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/src/codec_aic3254.c"
>> Compilation failure
subdir_rules.mk:42: recipe for target 'codec_aic3254.obj' failed
"/home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/src/codec_aic3254.c",
line 54: fatal error #5: could not open source file "codec_pcm186x.h"
1 fatal error detected in the compilation of "/home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/src/codec_aic3254.c".
Compilation terminated.
gmake: *** [codec_aic3254.obj] Error 1
**** Build Finished ****
I added path in include options and I also see that .h file is in correct path I cannot understand Why it is not able to find .h file exactly
Can anyone help to reduce this error
Thanks in advance
Thanks and Regards
K.T.R.Sarath Chandra