Part Number:TMS320C6742
Tool/software: Code Composer Studio
Hi, I have installed ccs7.3 and TI-RTOS kernel as shown below.
Title | Description | Size | |
---|---|---|---|
OMAPL138 RTOS SDK Essentials | |||
ti-processor-sdk-rtos-omapl138-lcdk-04.02.00.09-Windows-x86-Install.exe | OMAPL138 RTOS SDK installer for Windows Host | 643852K | |
ti-processor-sdk-rtos-omapl138-lcdk-04.02.00.09-Linux-x86-Install.bin | OMAPL138 RTOS SDK installer for Linux Host | 674136K | |
ccs_setup_7.3.0.00019.exe | Code Composer Studio IDE for Windows Host | ||
CCS7.3.0.00019_web_linux-x64.tar.gz | Code Composer Studio IDE for Linux Host |
Then import project from "TI RESURCE EXPLORER", for example "generic examples -> clock example ".
I want to config the project for my purpose, so double click the file named "clock.cfg". However, it shows only the txt format, not graphic configuration form.
Besides, I try to build the project, and find there are three errors as shown below.
Description Resource Path Location Type
gmake: *** No rule to make target 'build-1106210687', needed by 'configPkg/compiler.opt'. clock_TMS320C6742_C67XX C/C++ Problem
Description Resource Path Location Type
gmake: Target 'all' not remade because of errors. clock_TMS320C6742_C67XX C/C++ Problem
Description Resource Path Location Type
xdc.tools.configuro: Error: Can't find the platform package 'abc' along the path 'C:/ti/bios_6_52_00_12/packages;C:/ti/ccsv7/ccs_base;C:\ti\xdctools_3_50_03_33_core/packages'. Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled. .xdchelp /clock_TMS320C6742_C67XX line 52 C/C++ Problem
MY computer configurations:
OS: windows 10 64bit
Pls help me for this problem, thanks very much!