#error cpstm8 C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\Hstm8\modsl0.h:1 FlexLM No such feature exists.i am using FSE_Compiler.How can I fix this problem?
Posted on May 12, 2017 at 10:39Hi;As you seen above, Libraries List is unselectable. İ want to change them manually. Why is Libraries List unselectable?
Posted on April 12, 2017 at 11:01i used _blockcksum160 then we increase code size 32K to 64Kdepends on code size increased;we changed memory model +modsl0 to modsl.We changed library list libislo.sm8;libmo.sm8 to libisl.sm8;libm.sm8We changed startu...
Posted on April 06, 2017 at 16:20Hi. I change memory model and libraries for code larger than 64K. The error receive after linking: #error clnk Debug\canli.lkf:1 symbol __stext not defined (Debug\stm8l_stl_startup.o ) The command: 'clnk -l'C:\Progra...
Software of modslo.h is:/* LARGE STACK MODEL <64K FOR STM8 COMPILER * Copyright (c) 2006 by COSMIC Software */#pragma space () @near#pragma space * () @near#pragma space const []#define __MODSL0__ 1#error cpstm8 C:\Program Files (x86)\COSMIC\FSE_Comp...
Posted on April 13, 2017 at 12:43i have done another work . Depends on these work. May you result anything?We had one segmet(Code and constant) which locate 0x8080 to 0x17fff._block_checksum161() return CRC_ERROR.Now we have 2 segment. First segment...
Posted on April 12, 2017 at 14:23i add below parts;at [CLASS_B] section: EXTERN NEAR u16 MSB_RunCrc16Chk; /* Current MSB of the address at FLASH */and [CLASS_B_REV] section there: EXTERN NEAR u16 MSB_RunCrc16ChkInv; ...