Hi,
I use CCS v4.2 and copy multiple projects (dependent to each other) from my colleague's computer.
He use Winxp system, I use Win 7. That is the only difference.
However, with same setting and configuration, I found I can not open .TCF file with DSP/BIOS configuration tools.
It always show
js: "C:/CCStudio_v3.3/bios_5_33_05/xdctools/include/utils.tci", line 827: exception from uncaught JavaScript throw: Error: Can't find Platform.tc[ip] file for 'ti.platforms.evm6748' "./C6748_128M_RAM.TCF", line 1
"./<stdin>", line 4
Correct any script errors in C:/Dan/MODEME/Subsea/CCS_4_Projects/Testbed/.gconf/Testbed/C6748_128M_RAM.TCF
using the Configuration Tool or a text editor, if necessary.
TConf initialization arguments:
-e environment['config.importPath']='C:/Dan/MODEME/Subsea/CCS_4_Projects/Testbed;C:/CCStudio_v4.2/bios_5_41_07_24/packages;C:/CCStudio_v4.2/bios_5_41_07_24/packages;' -e environment['config.scriptName']='C6748_128M_RAM.tcf'
I asked this question before, got no answer. However, I let it go since I can still open the .TCF file with System Editor.
Now, I found if I make any changed to the .TCF file with system editor and save it. I fail to compile the project.
The error message is as follow.
#10010: errors encountered during linking; "Testbed.out" not built
CACHE_L1D memory range has already been specified
CACHE_L1D memory range overlaps existing memory range CACHE_L1D
CACHE_L1P memory range has already been specified
CACHE_L1P memory range overlaps existing memory range CACHE_L1P
CACHE_L2 memory range has already been specified
CACHE_L2 memory range overlaps existing memory range CACHE_L2
DDR memory range has already been specified
DDR memory range overlaps existing memory range DDR
IRAM memory range has already been specified
IRAM memory range overlaps existing memory range IRAM
L3_CBA_RAM memory range has already been specified
L3_CBA_RAM memory range overlaps existing memory range L3_CBA_RAM
My colleague has no such problem. Please help me solve this problem. It is really important. Otherwise, I can not do my job.