Linker problem ''symbol d_imul not defined''
I'm building a project for an STM8S208 using the Cosmic compiler (CXSTM8_32K) within ST Visual Develop. When I link, I receive the error ''symbol d_imul not defined''. The project was working well previously using only 8-bit operations, but I recently added some 16-bit multiplication operations. Do I need to link in an additional math lib to support 16-bit (or 32-bit, for future reference) operations?
#stm8s-stm8s208-cosmic-stvd #stm8 #cosmic #math.h