MCU-PLUS-SDK-AM263PX: Code Compilation error for CDD_IPC

Part Number: MCU-PLUS-SDK-AM263PX

Tool/software:

Hello Team,

currently we are working on AM26xx MCAL 11.00.00.

Below Code Compilation error is reported while integrating Cdd_Ipc from mentioned MCAL package:

all these symbols are referenced in sys_pmu_asm.asm.

After including sys_pmu_asm.asm in build, below error message is reported:

We are using ARM-CLANG-4.0.0_LTS and assembler doesn't recognize or support ";" for comments. After replacing ";" with "@" or "//" Compilation looks ok.

Could you please provide your feedback on this?

Regards,

Shaik Abdul Mohasin

  • Hi,

    May I know how have you added sys_pmu_asm.asm?

    The MCAL has #include "sys_pmu.h" which can be used to get the definition of this (Can be seen in ipc_notify_lld_utils.c)

    Is this how you are currently including?

    Thanks and Regards,

    Nikhil Dasan

  • Hello Nikhil,

    sorry for the late response.

    we are getting undefined symbol error for this "CycleCounterP_getCount32" symbol and as per sys_pmu.c file it is mentioned as 
    "CycleCounterP_getCount32 is implemented in sys_pmu_asm.asm" and we have included this in our build environment.

    Regards,

    Shaik Abdul Mohasin