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.

Creating new MAKEFILE.MK

Hi all,

S/W: IPNC_RDK_V3.2

I am using ipnc_rdk_v3.2 for my application. I want to add some new directory in the path ipnc_mcfw/demos/mcfw_api_demos. To build and Link it I need to write MAKEFILE.MK(refferring to  other dir. in sme path). But I don't understand how it links with the final lib. My code expected to run in ARM and I want to call this from some of the demo application. 

appreciate your help.


  • Hi Ravikiran,

    When you add new directory to demos directory follow following steps:

    • Add MAKEFILE.MK in newly added directory.Pl. refer to MAKEFILE.MK in 'stream' directory.
    •  Update ../ipnc_rdk/ipnc_mcfw/demos/mcfw_api_demos/MAKEFILE.MK for the new directory under multich_mcfw case.
    • Now newly added code will be part of ipnc_rdk_mcfw.out binary.

    regards,

    Anand