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.

fatal error #1965

Other Parts Discussed in Thread: TM4C123GH6PM

Hi,

I keep having this few fatal errors where I can't open source file for "inc/hw_gpio.h" and  the "inc/hw_ints.h", which is inside the uartstudio. There is also the warning where I have an invalid project path at (C:\ti\TivaWare_C_Series-2.1.1.71). Can I get some help?

Thanks in advance!

PS: This is the build console

**** Build of configuration Debug for project TIVA_UART_SW ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../main.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.7/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.7/include" --include_path="C:/ti/TivaWare_C_Series-2.1.1.71" --include_path="C:/ti/TivaWare_C_Series-2.1.1.71" -g --gcc --define=ccs="ccs" --define=TARGET_IS_BLIZZARD_RB1 --define=DEBUG --define=PART_TM4C123GH6PM --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="main.pp" "../main.c"
"../main.c", line 8: fatal error #1965: cannot open source file "inc/hw_gpio.h"
1 catastrophic error detected in the compilation of "../main.c".
Compilation terminated.

>> Compilation failure
gmake: *** [main.obj] Error 1
'Building file: ../uartstdio.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.7/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.7/include" --include_path="C:/ti/TivaWare_C_Series-2.1.1.71" --include_path="C:/ti/TivaWare_C_Series-2.1.1.71" -g --gcc --define=ccs="ccs" --define=TARGET_IS_BLIZZARD_RB1 --define=DEBUG --define=PART_TM4C123GH6PM --diag_wrap=off --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="uartstdio.pp" "../uartstdio.c"
"../uartstdio.c", line 26: fatal error #1965: cannot open source file "inc/hw_ints.h"
1 catastrophic error detected in the compilation of "../uartstdio.c".
Compilation terminated.

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

**** Build Finished ****