初级会员
- 积分
- 128
- 金钱
- 128
- 注册时间
- 2014-8-8
- 在线时间
- 9 小时
|
楼主 |
发表于 2016-8-21 18:36:32
|
显示全部楼层
Build target 'STM32303C-EVAL'
compiling main.c...
..\src\main.c(90): error: #11-D: unrecognized preprocessing directive
#pragam asm
..\src\main.c(92): error: #20: identifier "MOV" is undefined
MOV R1, 0X12;
..\src\main.c(92): error: #40: expected an identifier
MOV R1, 0X12;
..\src\main.c(93): error: #11-D: unrecognized preprocessing directive
#pragam endasm
..\src\main.c: 0 warnings, 4 errors
".\STM32303C-EVAL\STM32303C-EVAL.axf" - 4 Error(s), 0 Warning(s).
Target not created |
|