Tool/software: Code Composer Studio
Hello
I'm new to TI products and CCS.
I have these installed:
CCS 7.3 into C:\Program\TI\ccsv7
processor_sdk_rtos_k2g_4_01_00_06
processor_sdk_rtos_k2g_4_00_00_04
pdk_k2g_1_0_7
pdk_k2g_1_0_6
and many other things included in:
ti-processor-sdk-rtos-k2g-evm-04.00.00.04-Windows-x86-Install[1].exe
ti-processor-sdk-rtos-k2g-evm-04.01.00.06-Windows-x86-Install[1].exe
into C:\Program\TI\pdk_k2g_1_0_7
My goal is to evaluate the EVMK2G board based on the example project "GPIO_LedBlink_evmK2G_armTestProject".
I have tried importing based on C/C++ and Code Composer Studio view with checked "Automatically import referenced projects found in same search-directory" and "Copy projects into workspace".
After I have imported the projects to CCS a got these warnings:
Description Resource Path Location Type
Build-variable 'EDMA3LLD_BIOS6_INSTALLDIR' cannot be resolved. This project may not build as expected. GPIO_LedBlink_evmK2G_armTestProject properties Problems
Invalid project path: Include path not found (\packages). GPIO_LedBlink_evmK2G_armTestProject pathentry Path Entry Problem
Comments:
The 'EDMA3LLD_BIOS6_INSTALLDIR' is not included when checking show system variables in properties/build/variables
After rebuilding the project also these errors:
Description Resource Path Location Type
gmake: *** [build-483467569] Error 2 GPIO_LedBlink_evmK2G_armTestProject C/C++ Problem
gmake: Target 'all' not remade because of errors. GPIO_LedBlink_evmK2G_armTestProject C/C++ Problem
gmake.exe: *** [package/cfg/gpio_arm_pa15fg.xdl] Deleting file `package/cfg/gpio_arm_pa15fg.c' GPIO_LedBlink_evmK2G_armTestProject C/C++ Problem
gmake.exe: *** [package/cfg/gpio_arm_pa15fg.xdl] Deleting file `package/cfg/gpio_arm_pa15fg.h' GPIO_LedBlink_evmK2G_armTestProject C/C++ Problem
gmake.exe: *** Deleting file `package/cfg/gpio_arm_pa15fg.xdl' GPIO_LedBlink_evmK2G_armTestProject C/C++ Problem
gmake[1]: *** [build-483467569-inproc] Error 1 GPIO_LedBlink_evmK2G_armTestProject C/C++ Problem
Library not found: C:/Program/TI/pdk_k2g_1_0_6/packages/ti/utils/profiling/./lib/a15/release/ti.utils.profiling.aa15fg .xdchelp /GPIO_LedBlink_evmK2G_armTestProject line 64 C/C++ Problem
recipe for target 'build-483467569-inproc' failed subdir_rules.mk /GPIO_LedBlink_evmK2G_armTestProject/Debug line 19 C/C++ Problem
recipe for target 'build-483467569' failed subdir_rules.mk /GPIO_LedBlink_evmK2G_armTestProject/Debug line 16 C/C++ Problem
What could have gone wrong this time? compatibility problems between CCS version and SDK versions?...
Kind regards
Fredrik