This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F5326: renesas ZMOD4xxx library for MSP430 => __mspabi_srli_8 unresolved symbol

Part Number: MSP430F5326

Hello,

I use the lib_iaq_2nd_gen.a and Code Composer Studio  Version: 10.3.1.00003

I have the following error: Description    Resource    Path    Location    Type
unresolved symbol __mspabi_srli_8, first referenced in D:/soft/carte621/KBOSpieFlower_V621_05/firmware/generalmodules/lib_iaq_2nd_gen.a<iaq_2nd_gen.c.obj>    SpieFlower_V621_05             C/C++ Problem

Do you have any suggestions?

Best regards

Mich

  • I suspect that the problem is the result of the mismatch between compiler settings. The F5326 is a CPUX device which means that this 8 bit shift can be performed by a single instruction rather than the library code required for the earlier models. If your device library wasn't compiled with CPUX as a target it will reference that library code which your compiler may not include since it isn't needed.

    Recompiling the device library with appropriate settings should clear things up. Or provide an appropriate function to perform the shift.

**Attention** This is a public forum