Build target 'STM32303C-EVAL'
compiling main.c...
..srcmain.c(90): error: #11-D: unrecognized preprocessing directive
#pragam asm
..srcmain.c(92): error: #20: identifier "MOV" is undefined
MOV R1, 0X12;
..srcmain.c(92): error: #40: expected an identifier
MOV R1, 0X12;
..srcmain.c(93): error: #11-D: unrecognized preprocessing directive
#pragam endasm
..srcmain.c: 0 warnings, 4 errors
".STM32303C-EVALSTM32303C-EVAL.axf" - 4 Error(s), 0 Warning(s).
Target not created
Build target 'STM32303C-EVAL'
compiling main.c...
..srcmain.c(90): error: #11-D: unrecognized preprocessing directive
#pragam asm
..srcmain.c(92): error: #20: identifier "MOV" is undefined
MOV R1, 0X12;
..srcmain.c(92): error: #40: expected an identifier
MOV R1, 0X12;
..srcmain.c(93): error: #11-D: unrecognized preprocessing directive
#pragam endasm
..srcmain.c: 0 warnings, 4 errors
".STM32303C-EVALSTM32303C-EVAL.axf" - 4 Error(s), 0 Warning(s).
Target not created
举报