
(1)Compiling uart2.c... cxstm8 +warn +mods0 +debug -pxp -no -l -iF:\stvd\Hstm8 -clDebug\ -coDebug\ uart2.c uart2.c: WIN execution failed The command: "cxstm8 +warn +mods0 +debug -pxp -no -l -iF:\stvd\Hstm8 -clDebug\ -coDebug\ uart2.c" has failed, the returned value is: 2 exit code=2. 请问大神们WIN execution failed这句是什么意思,还有在文件夹中只有cxstm8.exe时编译错误显示 (2)Compiling uart2.c... cxstm8 +warn +mods0 +debug -pxp -no -l -iF:\stvd\Hstm8 -clDebug\ -coDebug\ uart2.c can't open file F:\stvd\cxstm8.cxf The command: "cxstm8 +warn +mods0 +debug -pxp -no -l -iF:\stvd\Hstm8 -clDebug\ -coDebug\ uart2.c" has failed, the returned value is: 1 exit code=1.。 当我向该文件夹中添加了cxstm8.cxf文件后显示第一个错误。 |
评分
查看全部评分
Compiling clock.c...
cxstm8 +mods0 +debug -pxp -no -pp -l -i"C:\Program Files (x86)\COSMIC\CXSTM8_32K\Hstm8" -clDebug\ -coDebug\ clock.c
#error cpstm8 C:\Program Files (x86)\COSMIC\CXSTM8_32K\Hstm8\mods0.h:1 FlexLM No such feature exists
clock.c:
The command: "cxstm8 +mods0 +debug -pxp -no -pp -l -i"C:\Program Files (x86)\COSMIC\CXSTM8_32K\Hstm8" -clDebug\ -coDebug\ clock.c" has failed, the returned value is: 1
exit code=1.
dahume_mini.elf - 3 error(s), 0 warning(s)
评分
查看全部评分
我遇到了同样的问题,我安装完cosmic后找ST要了liscence,也放到了对应的文件夹里,但编译的时候还是有错:Compiling adc.c...
cxstm8 +mods0 +debug -pxp -no -pp -l -i"C:\Program Files (x86)\COSMIC\CXSTM8\Hstm8" -clDebug\ -coDebug\ adc.c
#error cpstm8 C:\Program Files (x86)\COSMIC\CXSTM8\Hstm8\mods0.h:0 FlexLM No such feature exists
adc.c:
The command: "cxstm8 +mods0 +debug -pxp -no -pp -l -i"C:\Program Files (x86)\COSMIC\CXSTM8\Hstm8" -clDebug\ -coDebug\ adc.c" has failed, the returned value is: 1
exit code=1.
shuxianbiao.elf - 3 error(s), 0 warning(s)