How to fix Cosmic Compile Error(FlexLM No such feature exists)
I want to develop an STM8 device using STVD + Cosmic Compiler.
Compiler was installed with the license received by Cosmic, and the license was copied to the License folder in the Cosmic Compiler installation path (C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\License).
When creating the STVD project, the Compile Tool (STM8 Cosmic) and path were set as follows.
Toolchain-STM8 Cosmic
Toolchan root-C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8
It doesn't seem to be a problem in the setting part, but if you compile after creating the project, the following error occurs.
Compiling main.c...
cxstm8 +mods0 +debug -pxp -no -pp -l -i"C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\Hstm8" -clDebug\ -coDebug\ main.c
#error cpstm8 C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\Hstm8\mods0.h:1 FlexLM No such feature exists.
main.c:
The command: "cxstm8 +mods0 +debug -pxp -no -pp -l -i" C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\Hstm8" -clDebug\ -coDebug\ main.c" has failed, the returned value is: 1
exit code=1.
If anyone has solved such a problem, please help.
