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.

Linux/IWR1642BOOST: Can I build dss and mss firmware on Linux using CCS?

Part Number: IWR1642BOOST

Tool/software: Linux

Hello,

                  I am new to CCS and mmWave studio. So please forgive me if I am asking something stupid.

I am trying to build the traffic monitoring_16xx_dss project using CCS (Version: 8.0.0.00016). But the build fails complaining I am missing dsplib files ( eg error : cannot open source file "ti/dsplib/src/DSPF_sp_fftSPxSP/DSPF_sp_fftSPxSP.h"). When I searched for dsplib in TI website, I could only find the Windows version of C67x dsplib  http://www.ti.com/tool/sprc265#supportandcommunity

  • Interestingly, windows version seem to compile without installing any dsplib. It seems to be happy with the lib in the mmWave SDK. I installed v7.4 of CCS on windows though.

  • Hello,

    All of the mmWave labs on the TI Resource Explorer are currently only supported/tested with CCSv7 on Windows. So using CCSv8 and/or building using CCS on Linux may not work.

    Please mark the thread as answered if the question is resolved or reply if more support is required.

    Regards,
    John
  • I am now past the dsplib missing problem. For anybody who came to this page searching for the solution. I reverted to 7.4 as I have managed to build the same on Windows. But had the same problem!
    Then going through the project settings, I found CCS thinks the dsplibs were installed on the my C drive on Linux (C:\ti). Once I updated the include and Linker path, the build is done. But am stuck on post build where the system is trying to run some exe files! But your answer explains it.

    Thank you
    Tony