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.

Problem on building/debugging

Other Parts Discussed in Thread: TM4C123GH6PM, SW-EK-TM4C123GXL

hi

i am new to CCS, currently i am using TIVA c series for programming there are some problem i have faced

1. when i build/debug the project, i found that the error below


**** Build of configuration Debug for project Tester ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../main.c'
'Invoking: ARM Compiler'
"c:/ti/ccsv6/tools/compiler/arm_5.1.5/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path= --include_path="c:/ti/ccsv6/tools/compiler/arm_5.1.5/include" -g --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="main.pp" "../main.c"
error: option --include_path is missing its parameter 'dir'
gmake: *** [main.obj] Error 1
'Building file: ../tm4c123gh6pm_startup_ccs.c'
'Invoking: ARM Compiler'
"c:/ti/ccsv6/tools/compiler/arm_5.1.5/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path= --include_path="c:/ti/ccsv6/tools/compiler/arm_5.1.5/include" -g --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="tm4c123gh6pm_startup_ccs.pp" "../tm4c123gh6pm_startup_ccs.c"
error: option --include_path is missing its parameter 'dir'
gmake: *** [tm4c123gh6pm_startup_ccs.obj] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

and the error show

Description Resource Path Location Type
option --include_path is missing its parameter 'dir' tm4c123gh6pm_startup_ccs.c /Tester C/C++ Problem
option --include_path is missing its parameter 'dir' main.c /Tester C/C++ Problem

during this i have troubleshoot the program, and i keep follow the procedure at 

Getting Started with the Tiva™ TM4C123G LaunchPad Workshop

but still fail to do so,

in the build variable in CCS i cant find TIVA_WARE although i have installed it in the PC. but still failed to find in build variable. even i use properties>build>include option include the "${TIVAWARE_INSTALL}" but still find nothing about tiva wear. i not sure what happen, i download the TIVA wear which is name SW-EK-TM4c123GXL_X.X.exe instead of SW-TM4C-x.x.exe as i found the error as below

thank