新手上路
- 积分
- 31
- 金钱
- 31
- 注册时间
- 2018-8-6
- 在线时间
- 3 小时
|
发表于 2018-8-7 08:38:16
|
显示全部楼层
Rebuild target 'Target 1'
assembling startup_stm32f10x_hd.s...
compiling test.c...
..\SYSTEM\sys\stm32f10x.h(298): error: #67: expected a "}"
ADC1_2_IRQn = 18, /*!< ADC1 and ADC2 global Interrupt */
..\SYSTEM\sys\stm32f10x.h(472): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
test.c: 1 warning, 1 error
compiling delay.c...
..\SYSTEM\sys\stm32f10x.h(298): error: #67: expected a "}"
ADC1_2_IRQn = 18, /*!< ADC1 and ADC2 global Interrupt */
..\SYSTEM\sys\stm32f10x.h(472): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
..\SYSTEM\delay\delay.c: 1 warning, 1 error
compiling sys.c...
..\SYSTEM\sys\stm32f10x.h(298): error: #67: expected a "}"
ADC1_2_IRQn = 18, /*!< ADC1 and ADC2 global Interrupt */
..\SYSTEM\sys\stm32f10x.h(472): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
..\SYSTEM\sys\sys.c: 1 warning, 1 error
compiling usart.c...
..\SYSTEM\sys\stm32f10x.h(298): error: #67: expected a "}"
ADC1_2_IRQn = 18, /*!< ADC1 and ADC2 global Interrupt */
..\SYSTEM\sys\stm32f10x.h(472): warning: #12-D: parsing restarts here after previous syntax error
} IRQn_Type;
..\SYSTEM\usart\usart.c: 1 warning, 1 error
"..\OBJ\test.axf" - 4 Error(s), 4 Warning(s).
Target not created.
Build Time Elapsed: 00:00:01 |
|