In order for every team member in our group to work with the same tools (BIOS,XDC,PSPDRIVERS, COMPILER)
We referenced them by overriding variables (C/C++ Build - Build Variables) such as CG_TOOL_ROOT and BIOS_CG_ROOT
with values like ${TI_ROOT}/compiler/C6000 Code Generation Tools 7.0.4 and ${TI_ROOT}/bios_5_41_02_14 respectively
Where TI_ROOT is defined by macros.ini and points to the tools directory relatively to the project directory.
We are trying to migrated from CCS 5.0.1 to CCS 5.2, but things seem to have changed a bit.
I still have those build variables defined, but CG_TOOL_ROOT seems to be getting its value from Linked Resources, where it is uneditable.
A warning is issued when I open the eclipse saying: This project was created using a version of compiler that is not currently installed: 7.0.3 [C6000]. Another version of the compiler will be used during build: 7.3.4. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties. GU_Dsp properties TI Problem Marker
The end result of all this, is that I can't compile the project - there are some errors that the subtitue compiler can't handle, but even if it was compilling I need to make sure I use the same compiler as i had before.
What can I do ?