Lỗi liên quan đến kiểu khi build

bigboy061293

Thành Viên PIF
cho em hỏi là khi build, nó ra cái đống này là bị sao vậy anh ?

Code:
**** Build of configuration Debug for project test ****
 
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../main.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv5/tools/compiler/arm_5.0.1/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -g --include_path="C:/ti/ccsv5/tools/compiler/arm_5.0.1/include" --include_path="C:/ti/TivaWare_C_Series-1.0" --include_path="C:/ti/TivaWare_C_Series-1.0/examples/boards/ek-tm4c123gxl" --diag_warning=225 --display_error_number --diag_wrap=off --preproc_with_compile --preproc_dependency="main.pp"  "../main.c"
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 471: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 472: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 473: error #20: identifier "bool" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 473: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 474: error #20: identifier "bool" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 474: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 475: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 476: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 477: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 478: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 479: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 480: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 481: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 482: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 483: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 484: error #20: identifier "bool" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 487: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 488: error #20: identifier "uint32_t" is undefined[/COLOR]
[COLOR=#ff0000]"C:/ti/TivaWare_C_Series-1.0/driverlib/sysctl.h", line 489: error #20: identifier "uint32_t" is undefined[/COLOR]
 
Top