2015-01-26 08:09 AM
Hi everybody,
I'm trying to include in my project the IEC60335 library to have class B self test. I receive this error during linker phase#error clnk Debug\stm8slkf:1 segment .CLASS_B_REV size overflow (4)
The command: ''clnk -lC:\Programmi\COSMIC\CXSTM8_32K\Lib -o Debug\stm8ssm8 -mDebug\stm8smap Debug\stm8slkf '' has failed, the returned value is: 1
exit code=1.
I'm using STM8S105C6 micro and COSMIC compiler (32K free version).
I have tried to replicate what is reported in the .lkf in the example provided with the IEC60335 library, but it doesn't work.
Has anyone found this problem?
Thanks
#iec60335-linker-stm8s105