2018-11-20 06:04 AM
Hi,
I have used the STVD software and the Cosmic C compiler for compiling STM8S003F3P microcontroller. But while compiling I get the error
unknown file type \hstm8
unknown file type +debug
unknown file type -pxp
unknown file type -no
unknown file type -l
unknown file type +mods0
unknown file type -pp
unknown file type -iG:\study\esd\proj\softwares\CXSTM8\Hstm8
unknown file type -clDebug\
unknown file type -coDebug\
The command: "cxstm8 -i..\softwares\source_include\inc -i..\softwares\en.stsw-stm8069\stm8s_stdperiph_lib\libraries\stm8s_stdperiph_driver\inc -i..\softwares\cxstm8 -i..\softwares\source_include\inc -i..\softwares\en.stsw-stm8069\stm8s_stdperiph_lib\libraries\stm8s_stdperiph_driver\inc \hstm8 +debug -pxp -no -l +mods0 -pp -iG:\study\esd\proj\softwares\CXSTM8\Hstm8 -clDebug\ -coDebug\ main.c " has failed, the returned value is: 1
exit code=1.
main.o - 1 error(s), 0 warning(s)
I have taken the include files and source files from the official page.
Did I miss some file while adding to the project????