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.

PHYTC-3P-KIT-AM64: Compilation of libraries

Part Number: PHYTC-3P-KIT-AM64

Tool/software:

Hello Experts,

I'm using IPC RPMessage API with two cores A53 and R5F. For further analysis and experimentation with the code, I want to do some modifications in RPMessage_recv function. I did the changes in the C:\ti\mcu_plus_sdk_am64x_08_01_00_36\source\drivers\ipc_rpmsg\ipc_rpmsg.c file. But even after re-building the project in CCS, the changes are not reflected. Is there anything to do with the MCU+SDK?

  • Hello Guenter,

    Thanks for reaching out to Texas Instruments E2E support forum.

    But even after re-building the project in CCS, the changes are not reflected. Is there anything to do with the MCU+SDK?

    Can you please confirm, have you rebuild the libraries after modification?

    Run the below command from root of MCU+SDK directory to build the libraries.

    gmake -s libs PROFILE=debug clean
    gmake -s libs PROFILE=release clean
    
    gmake -s libs PROFILE=debug
    gmake -s libs PROFILE=release

    Also rebuild the example project after building the libraries.

    Regards,

    Tushar