Question
Linking issues when using @eeprom with Cosmic toolset
Posted on August 23, 2013 at 05:18
My application builds fine until I add the @eeprom keyword to a declaration. Now I get the following linker errors:
#error clnk Debug\nos.lkf:1 symbol _FLASH_CR2 not defined ((C:\Program Files (x86)\COSMIC\CXSTM8_32K\lib\libm0.sm8)eeprom.o )#error clnk Debug\nos.lkf:1 symbol _FLASH_NCR2 not defined ((C:\Program Files (x86)\COSMIC\CXSTM8_32K\lib\libm0.sm8)eeprom.o )#error clnk Debug\nos.lkf:1 symbol _FLASH_IAPSR not defined ((C:\Program Files (x86)\COSMIC\CXSTM8_32K\lib\libm0.sm8)eeprom.o )Any thoughts on this one? Cosmic has been less than responsive.