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.

path location not showing in console window

Hi,

I'm trying to start a project based in grlib_demo of StellarisWare.

But I can not build the project and I do not know why.

I did all the include path as in the grlib_demo but it doesn't work. I'm getting this error:


**** Build of configuration Debug for project stellarisCam ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../main.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv5/tools/compiler/arm_5.1.14/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me -O2 --include_path="C:/ti/ccsv5/tools/compiler/arm_5.1.14/include" -g --gcc --define=ccs="ccs" --define=PART_LM3S1958 --diag_warning=225 --display_error_number --gen_func_subsections=on --ual --preproc_with_compile --preproc_dependency="main.pp" "../main.c"
"../main.c", line 2: fatal error #1965: cannot open source file "inc/hw_memmap.h"
1 catastrophic error detected in the compilation of "../main.c".
Compilation terminated.

>> Compilation failure
gmake: *** [main.obj] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

What I'm see soo strange is that the included paths are been showed at Projet Explorer but don't is in Console window

If I do a compile in the grlib_demo I can se the included paths are been showed at Projet Explorer and Console window normaly.

**** Build of configuration Debug for project grlib_demo ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../grlib_demo.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv5/tools/compiler/arm_5.1.14/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me -O2 --include_path="C:/ti/ccsv5/tools/compiler/arm_5.1.14/include" --include_path="C:/StellarisWare" --include_path="C:/StellarisWare/boards/rdk-idm-l35" -g --gcc --define=ccs="ccs" --define=PART_LM3S1958 --diag_warning=225 --display_error_number --gen_func_subsections=on --ual --preproc_with_compile --preproc_dependency="grlib_demo.pp" "../grlib_demo.c"
'Finished building: ../grlib_demo.c'
...

I also tried put the full path folder location but doesn't work.

Could some one help me?

I'm using windows 8 64bits, Code Composer Studio Vs5, and RDK-IDM-L35 Development Kit