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.

CCS/IWR1642BOOST: Post build failed

Part Number: IWR1642BOOST
Other Parts Discussed in Thread: MMWAVE-SDK, IWR1642

Tool/software: Code Composer Studio

Hi all,

I had the same issue as stated in this thread.

https://e2e.ti.com/support/tools/ccs/f/81/t/769219

I tried modifying the post build step and removed the false directory  xwr16xx as stated in the answer for the above thread. That did not fix the issue in both dss project and mss project.

Hence I tried modifying the build command as stated in:

 http://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_project-management.html#pre-and-post-build-steps

When I use the command given in the above link in dss project, it builds successfully and bin file is generated whereas in mss project it doesn't happen.

In mss project, build is not successful and bin files are not created. What command should I use for mss project to generate mss.bin and lab.bin files?

Can anyone help me with building both the dss and mss projects successfully and generating bin files?

Note: I'm using CCS v 8.1, sdk 2.0.0.4,industrial tool box 3.3.0 and Windows 10. I have other sdks and toolbox versions installed too. And I have all other utilities installed along with sdks.

Thanks,

radha.

  • Hi radha,

    We have instructions specific to IWR1642. For this device you should download the mmWave-SDK 2.1 and use the following instructions: dev.ti.com/.../


    Cheers,
    Akash
  • Hi Akash,

    I tried using the mmwave sdk 2.1 too and followed the same guidelines. Eventhen the issue persists. What should i do?

    Thanks, 

    radha

  • Hi Akash,

    The release note for Industrial toolbox v 3.3.0 states that sdk 2.0.0.4 to be used. When I use that I have this post build issue and bin files are not generated. When I use the sdk 2.1.0.4 as you stated, my dss project is built successfully and bin file is created whereas I get error while building mss project project.

    The error is
    >> Compilation failure
    subdir_rules.mk:9: recipe for target 'mss_main.oer4f' failed
    "../mss_main.c", line 407: warning #169-D: argument of type "int32_t *" is incompatible with parameter of type "rlCalibrationData_t *"
    "../mss_main.c", line 407: error #167: too few arguments in function call
    1 error detected in the compilation of "../mss_main.c".
    gmake[1]: *** [mss_main.oer4f] Error 1

    What should I do?

    Thanks,
    radha.
  • Hi Radha,

    This is because your workspace still has the project from the previous Industrial Toolbox, you will need to completely delete it from your workspace.

    You should use the project from the Industrial Toolbox 3.3.1 and make sure you have mmWave-SDK 2.1 installed.


    Cheers,
    Akash
  • Hi,

    I tried creating a new workspace and importing a fresh project from the resource explorer using the Industrial tool box 3.3.1 and as you said I have installed mmwave sdk 2.1.

    I still face the same issue. 

    Thanks,

    radha.

  • Hi Radha,

    Would you mind posting a screenshot of your console describing the post-build errors?


    Cheers,
    Akash
  • Hi Akash,

    Sorry for the delayed response. I have attached the error logs and build setting with this.

    I modified the build settings from the guidelines given in the above mentioned thread.

    When I used sdk 2.1 and ITB 3.3.1, my dss project was built successfully but mss project has errors.

    When I used sdk 2.0 and ITB 3.3.1, both dss and mss are built but with post build failure and bin file not generated

  • Hi Radha,

    You do not need to modify any kind of build conditions, however you do need to make sure you have the correct software installed as per the People Counting User Guide, dev.ti.com/.../node

    Please start a new workspace and follow the instructions in the user guide.


    Cheers,
    Akash