Tool/software: Code Composer Studio
hello I am having a issue with building and trying to run the demo code Medium range radar and when I try to build the code I get a error saying "no included files were found that match that name" 8585.Doc1.docx
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.
Tool/software: Code Composer Studio
hello I am having a issue with building and trying to run the demo code Medium range radar and when I try to build the code I get a error saying "no included files were found that match that name" 8585.Doc1.docx
Which version of CCS are you using and which version of Automotive ToolBox did you import the project from?
Did you import the project using CCS Resource Explorer?
Depending on the version of Automotive ToolBox, the demos may have dependency on specific versions of mmwave SDK and other tools like compiler and XDCtools. Please check the Release Notes and User's Guide for your project (can be found when you expand the project in Resource Explorer), ensure that you have installed the versions of components mentioned there into CCS, then reimport and build the project.
Let us know if issues persist after that.
it was the wrong file for my device but when i try to import the correct one I get a error when trying to import the file:
as seen below any suggestions on how to correct the issue
This project requires product 'SYS/BIOS' v6.53.2.00, or equivalent. Please install this product before importing this project.
This project requires product 'com.ti.MMWAVE_SDK' v2.0.0.04, or equivalent. Please install this product before importing this project.
Julian Dover said:This project requires product 'com.ti.MMWAVE_SDK' v2.0.0.04, or equivalent. Please install this product before importing this project.
As the message says, the project requires mmwave SDK version 2.0.0.04 to be installed. You can download and install the SDK from here:
http://software-dl.ti.com/ra-processors/esd/MMWAVE-SDK/02_00_00_04/index_FDS.html
SYS/BIOS will be included in the mmwave sdk installer.
If you choose to install the SDK in the default c:\ti directory (recommended), then the next time you start up CCS it will be automatically discovered and installed into CCS. After that you should be able to import and build your project.
Julian,
Please start a new thread for this last question in the Sensors forum. They should be able to guide you better as to the appropriate versions of software and tools to use for your device.
I will close this thread as the original question has been answered.