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.

MCU-PLUS-SDK-AM273X: build SDK demo with gmake all and get result : No rule to make target 'obj_am273x/mmwdemo_adcconfig.oer5f', needed by 'mssDemo'. Stop.

Part Number: MCU-PLUS-SDK-AM273X

hello,i install the SDK4.4.1 and want to bulid the am273x demo,first i set to the mmWave Build Environment Configured and then cd to the path "ti\mmwave_mcuplus_sdk_04_04_00_01\mmwave_mcuplus_sdk_04_04_00_01\ti\demo\am273x\mmw",i use the “gmake all”to build the demo,but get the error in cmd “No rule to make target 'obj_am273x/mmwdemo_adcconfig.oer5f', needed by 'mssDemo'.  Stop.”,i hope somebody can tell me how to build the am273x demo in correct。the error figure is as following:

  • Hi,

    Let me try this at my end and help you in a day.

    .

    Regards,

    Jitendra

  • Hi,

    Here I have tried to build the same demo and you can see the build is successful. 

    So, I'll suggest you to follow the below steps

        - Set MMWAVE_SDK_DEVICE=am273x in setenv.bat file(in mmwave_mcuplus_sdk_04_04_00_01/scripts/windows folder) and save it
        - Open command prompt, change directory to mmwave_mcuplus_sdk_04_04_00_01/scripts/windows folder
        - Run setenv.bat in the prompt
        - In the same prompt change the directory to mmwave_mcuplus_sdk_04_04_00_01/ti/demo/am273x/mmw folder
        - Run gmake clean
        - Run gmake all

    Please follow those steps and specially gmake clean





    Regards,
    Anirban

  • thanks a lot,by follow your steps i can build the demo with no error and i find the mistake is i get the wrong profile in setenv.bat .