调试程序出现了问题

2019-07-19 21:50发布

程序:
#include"stm8s105s4.h"
main()
{
PA_DDR |=0x70;
PA_CR1 |= 0x70;
PA_CR2 = 0x00;  
PA_ODR |=0x70;
while(1);
}


下面是出现的errors,
main.c:
 The command: "cxstm8 +mods0 +debug -pxp -no -pp -l -iF:comsicHstm8  -clDebug -coDebug main.c" has failed, the returned value is: 1
exit code=1.
lesson_1.elf - 3 error(s), 0 warning(s)
我先在这谢谢各位大神啦
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。