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.

CCS/LAUNCHXL-TMS57004: Fatal error: cannot open source file "stdint.h"

Part Number: LAUNCHXL-TMS57004
Other Parts Discussed in Thread: BQ76PL455A-Q1

Tool/software: Code Composer Studio

Hi everyone.

I am getting error that is depicted below. How can I solve that problem?

Thanks.

"C:\\ti\\ccsv7\\utils\\bin\\gmake" all

'Building file: "../source/dabort.asm"'
'Invoking: ARM Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.11.LTS/bin/armcl" -mv7R4 --code_state=32 --include_path="C:/Users/ykarata1/Desktop/bq76PL455A-Q1 Example Code/include" --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/dabort.d_raw" --obj_directory="source" "../source/dabort.asm"
'Finished building: "../source/dabort.asm"'

'Building file: "../source/esm.c"'
'Invoking: ARM Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.11.LTS/bin/armcl" -mv7R4 --code_state=32 --include_path="C:/Users/ykarata1/Desktop/bq76PL455A-Q1 Example Code/include" --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/esm.d_raw" --obj_directory="source" "../source/esm.c"

>> Compilation failure
source/subdir_rules.mk:16: recipe for target 'source/esm.obj' failed
"C:\Users\ykarata1\Desktop\bq76PL455A-Q1 Example Code\include\hal_stdtypes.h", line 15: fatal error: cannot open source file "stdint.h"
1 catastrophic error detected in the compilation of "../source/esm.c".
Compilation terminated.
gmake: *** [source/esm.obj] Error 1

**** Build Finished ****