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.

AWRL6844: How can I compile the driver source code?

Part Number: AWRL6844


Tool/software:

Hello, everyone, I want to modify the code in SDK-L-06_00_xx_xx drivers fold, but how can I compile the modified code ? are there some examples or demo?

  • Hi Albert,

    Could you please refer to our SDK documentation from the below link. This should be able to help you on how to compile the code. DO let us know if you have any more questions.
    file:///C:/ti/MMWAVE_L_SDK_06_00_04_01/mmwave_l_sdk_06_00_04_01/docs/api_guide_xwrL684x/DEVELOPER_GUIDES.html

    Thanks,
    Kundan

  • I had read it and try to compile the drives libs with "gmake libs" command line, but there is an error as showed in the following picture:

    In the picture, the highlight line can be translated to "make (e=2): The system can't find the file".

    so can you tell me what't problem? thank you very much

  • Hey Albert,

    Thanks for reaching out. Do you have CCS 20.1 installed? As noted in the log, the last command call was the mkdir command from CCS 20.1, so I suspect this is the cause of failure. You can either install CCS 20.1 or you can modify the imports.mak file CCS_PATH variable to reference a different CCS version, though I would suggest using a newer version rather than an older version if possible.

    Cheers,

    Kristien

  • thanks for your reply, but I had installed CCS 20 when I compiled the drivers: