新手上路
- 积分
- 28
- 金钱
- 28
- 注册时间
- 2017-10-15
- 在线时间
- 3 小时
|
1金钱
D:\MDK\ARM\ARMCC\Bin\..\include\stdio.h(53): error: #84: invalid combination of type specifiers
typedef unsigned float size_t; /* see <stddef.h> */
D:\MDK\ARM\ARMCC\Bin\..\include\stdio.h(88): error: #65: expected a ";"
unsigned __float64 __pos;
D:\MDK\ARM\ARMCC\Bin\..\include\stdio.h(95): error: #84: invalid combination of type specifiers
unsigned float __state1, __state2;
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(60): error: #84: invalid combination of type specifiers
typedef unsigned float size_t; /* see <stddef.h> */
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(239): error: #84: invalid combination of type specifiers
extern _ARMABI unsigned long float strtoul(const char * __restrict /*nptr*/,
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(299): error: #84: invalid combination of type specifiers
extern _ARMABI void srand(unsigned float /*seed*/);
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(311): error: #84: invalid combination of type specifiers
extern _ARMABI void _srand_r(struct _rand_state *, unsigned float);
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(314): error: #84: invalid combination of type specifiers
extern _ARMABI void _ANSI_srand_r(struct _ANSI_rand_state *, unsigned float);
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(640): error: #84: invalid combination of type specifiers
typedef struct __udiv32by16 { unsigned float quot, rem; } __udiv32by16;
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(646): error: #84: invalid combination of type specifiers
short float /*denom*/);
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(651): error: #84: invalid combination of type specifiers
unsigned float /*numer*/,
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(657): error: #84: invalid combination of type specifiers
float /*numer_h*/, unsigned float /*numer_l*/,
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(667): error: #84: invalid combination of type specifiers
extern _ARMABI unsigned float __fp_status(unsigned float /*mask*/, unsigned float /*flags*/);
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(667): error: #84: invalid combination of type specifiers
extern _ARMABI unsigned float __fp_status(unsigned float /*mask*/, unsigned float /*flags*/);
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(667): error: #84: invalid combination of type specifiers
extern _ARMABI unsigned float __fp_status(unsigned float /*mask*/, unsigned float /*flags*/);
main.c: 0 warnings, 15 errors
compiling lcd.c...
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(60): error: #84: invalid combination of type specifiers
typedef unsigned float size_t; /* see <stddef.h> */
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(239): error: #84: invalid combination of type specifiers
extern _ARMABI unsigned long float strtoul(const char * __restrict /*nptr*/,
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(299): error: #84: invalid combination of type specifiers
extern _ARMABI void srand(unsigned float /*seed*/);
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(311): error: #84: invalid combination of type specifiers
extern _ARMABI void _srand_r(struct _rand_state *, unsigned float);
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(314): error: #84: invalid combination of type specifiers
extern _ARMABI void _ANSI_srand_r(struct _ANSI_rand_state *, unsigned float);
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(640): error: #84: invalid combination of type specifiers
typedef struct __udiv32by16 { unsigned float quot, rem; } __udiv32by16;
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(646): error: #84: invalid combination of type specifiers
short float /*denom*/);
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(651): error: #84: invalid combination of type specifiers
unsigned float /*numer*/,
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(657): error: #84: invalid combination of type specifiers
float /*numer_h*/, unsigned float /*numer_l*/,
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(667): error: #84: invalid combination of type specifiers
extern _ARMABI unsigned float __fp_status(unsigned float /*mask*/, unsigned float /*flags*/);
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(667): error: #84: invalid combination of type specifiers
extern _ARMABI unsigned float __fp_status(unsigned float /*mask*/, unsigned float /*flags*/);
D:\MDK\ARM\ARMCC\Bin\..\include\stdlib.h(667): error: #84: invalid combination of type specifiers
extern _ARMABI unsigned float __fp_status(unsigned float /*mask*/, unsigned float /*flags*/);
D:\MDK\ARM\ARMCC\Bin\..\include\stdio.h(53): error: #84: invalid combination of type specifiers
typedef unsigned float size_t; /* see <stddef.h> */
D:\MDK\ARM\ARMCC\Bin\..\include\stdio.h(88): error: #65: expected a ";"
unsigned __float64 __pos;
D:\MDK\ARM\ARMCC\Bin\..\include\stdio.h(95): error: #84: invalid combination of type specifiers
unsigned float __state1, __state2;
..\HARDWARE\LCD\lcd.c(778): warning: #223-D: function "printf" declared implicitly
printf(" LCD ID:%x\r\n",lcddev.id); //打印LCD ID
..\HARDWARE\LCD\lcd.c: 1 warning, 15 errors
compiling usart.c...
D:\MDK\ARM\ARMCC\Bin\..\include\stdio.h(53): error: #84: invalid combination of type specifiers
typedef unsigned float size_t; /* see <stddef.h> */
D:\MDK\ARM\ARMCC\Bin\..\include\stdio.h(88): error: #65: expected a ";"
unsigned __float64 __pos;
D:\MDK\ARM\ARMCC\Bin\..\include\stdio.h(95): error: #84: invalid combination of type specifiers
unsigned float __state1, __state2;
..\SYSTEM\usart\usart.c(52): error: #147: declaration is incompatible with "float fputc(float, FILE *)" (declared at line 646 of "D:\MDK\ARM\ARMCC\Bin\..\include\stdio.h")
int fputc(int ch, FILE *f)
..\SYSTEM\usart\usart.c: 0 warnings, 4 errors
"..\OBJ\IIC.axf" - 34 Error(s), 1 Warning(s).
|
-
|