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.

IAR library into CCS - unresolved symbol



Hello,

I'm trying to build a CCS project with demo project from AmberWireless and library developed under IAR.

It seems that I issued to attach all the #include files. But there's still some "unresolved symbol" errors.

In a old project I remember some problem with syntax differences between IAR and CCS, and wonder if it is a similar problem...

My first error (and the other error are nearly the same) is "unresolved symbol AMB_DataRequest, first referenced in ./main.obj".

The syntax in library "amb_rflib.h" is :

extern AMB_Status_t
AMB_DataRequest(uint8_t DstNetID,
                uint16_t DstID,
                uint8_t PayloadLength,
                const uint8_t *PayloadP);

Does someone have an idea ?

Regards,

PS : here a print screen of the errors encountered