RVDS에서 컴파일 후 warning 갯수와 error갯수가 표시 안될때.
안녕하세요.
보통 tcc로 컴파일 하고 나면 워닝갯수와 에러 갯수가 나오잖아요..
파일명 : X warings X errors 이런식으로요...
근데 보통때는 잘 나오는데 에러가 잇을때만 안나오는 경우 혹시
아시나요~
흑흑 도와주세요..
예를들어
Compiling... [ pmu_drv.c ]
"src\pmu_drv.c", line 23: Error: #77-D: this declaration has no storage class or type speci
"../inc/types.h", line 32: Error: #65: expected a ";"
"../inc/types.h", line 38: Error: #20: identifier "UInt8" is undefined
"../baseband/inc/i2c_if.h", line 88: Error: #20: identifier "UInt8" is undefined
"../baseband/inc/i2c_drv.h", line 52: Error: #20: identifier "UInt8" is undefined
"../baseband/inc/i2c_drv.h", line 53: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 579: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 584: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 710: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 713: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 713: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 713: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 713: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 716: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 716: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 717: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 717: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 718: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 718: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 719: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 719: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 720: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 720: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 721: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 721: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 722: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 723: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 726: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 727: Error: #20: identifier "UInt8" is undefined
"inc\pmu_bcm59035.h", line 728: Error: #20: identifier "UInt8" is undefined
make[2]: *** [e:/del_org/GV_TARGET/series_oootha/oootha/ooothaXA/obj/dev/pmu_drv.o] Error 1
make[1]: *** [all_r] Error 2
make: *** [all] Error 2
이렇게 되면 워닝갯수와 에러갯수가 make[2] 위에 나와야 할텐데 안나와서요..
아시는분~
댓글 달기