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.
i know cgt 7.4.x is not compatible with CCS 3.3 but I saw some posting the it seems to work with CCS 3.3 once it is installed.
So my question is how to install cgt 7.4.x to CCS 3.3. Installation from the component manager is not supported and it seems like I need to manually copy the cgt to compiler folder but I don't know how.
I'm using Windows 7 64-bit, Service Pack 1 and my CCS 3.3 ver is 3.3.82.13.
Hi Ki-Soo,
Below is the updated compiler.reg in red but I still don't see this compiler from the component manager.
I wonder what is CGT_C:|compiler\bin| because when I check my current compiler 7.0.4, this part is CGT_C:|Program Files (x86)|Texas Instruments|C6000 Code Generation Tools 7.0.4|bin|
Do you think I need to replace "CGT_C:|compiler\bin|" with "CGT_C:|Program Files (x86)|Texas Instruments|C6000 Code Generation Tools 7.0.4|bin|"?
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Texas Instruments\CGT_C:|compiler|bin|]
"ProductName"="Texas Instruments C6000 Code Generation Tools"
"VendorName"="Texas Instruments"
"Version"="7.4.13"
[HKEY_LOCAL_MACHINE\SOFTWARE\Texas Instruments\CGT_C:|compiler|bin|\TMS320C62XX\Build Tools\Assembler\SearchPath_1]
"bActive"=dword:00000001
"Order"=dword:00000000
"Path"="C:\\Program Files (x86)\\Texas Instruments\\C6000 Code Generation Tools 7.4.13\\include\\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Texas Instruments\CGT_C:|compiler|bin|\TMS320C62XX\Build Tools\Compiler\SearchPath_1]
"bActive"=dword:00000001
"Order"=dword:00000000
"Path"="C:\\Program Files (x86)\\Texas Instruments\\C6000 Code Generation Tools 7.4.13\\include\\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Texas Instruments\CGT_C:|compiler|bin|\TMS320C62XX\Build Tools\Linker\SearchPath_1]
"bActive"=dword:00000001
"Order"=dword:00000000
"Path"="C:\\Program Files (x86)\\Texas Instruments\\C6000 Code Generation Tools 7.4.13\\lib\\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Texas Instruments\CGT_C:|compiler|bin|\TMS320C64XX\Build Tools\Assembler\SearchPath_1]
"bActive"=dword:00000001
"Order"=dword:00000000
"Path"="C:\\Program Files (x86)\\Texas Instruments\\C6000 Code Generation Tools 7.4.13\\include\\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Texas Instruments\CGT_C:|compiler|bin|\TMS320C64XX\Build Tools\Compiler\SearchPath_1]
"bActive"=dword:00000001
"Order"=dword:00000000
"Path"="C:\\Program Files (x86)\\Texas Instruments\\C6000 Code Generation Tools 7.4.13\\include\\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Texas Instruments\CGT_C:|compiler|bin|\TMS320C64XX\Build Tools\Linker\SearchPath_1]
"bActive"=dword:00000001
"Order"=dword:00000000
"Path"="C:\\Program Files (x86)\\Texas Instruments\\C6000 Code Generation Tools 7.4.13\\lib\\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Texas Instruments\CGT_C:|compiler|bin|\TMS320C67XX\Build Tools\Assembler\SearchPath_1]
"bActive"=dword:00000001
"Order"=dword:00000000
"Path"="C:\\Program Files (x86)\\Texas Instruments\\C6000 Code Generation Tools 7.4.13\\include\\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Texas Instruments\CGT_C:|compiler|bin|\TMS320C67XX\Build Tools\Compiler\SearchPath_1]
"bActive"=dword:00000001
"Order"=dword:00000000
"Path"="C:\\Program Files (x86)\\Texas Instruments\\C6000 Code Generation Tools 7.4.13\\include\\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Texas Instruments\CGT_C:|compiler|bin|\TMS320C67XX\Build Tools\Linker\SearchPath_1]
"bActive"=dword:00000001
"Order"=dword:00000000
"Path"="C:\\Program Files (x86)\\Texas Instruments\\C6000 Code Generation Tools 7.4.13\\lib\\"
Thanks,
Dongho
Hi KiSoo,
Also when I open an existing project in CCS V3.3, I could see that all source files are moved under douments folder. I am unable to build the project. Also I am unable to add any C files to the project.
And I found one of your answer to somebody had similar issue as me. Your recommendation was below but it is not good for me. After running these two .dll, I still sees all the sources under documents folder... so can't build.
I've seen that issue with CCSv3 occur when either the project manager component or the build tools have been disabled.
Could you try the below:
re-register the project management component:
> regsvr32 C:\CCStudio_v3.3\cc\bin\projsvr.dll
re-register the build tools:
> regsvr32 C:\CCStudio_v3.3\tms470\cgtools\bin\btiarm.dll