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.

CCS/TMS320C6416T: CCS project build problem.

Part Number: TMS320C6416T
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

Hello.

I have TMS320C6416T DSK Starter kit.

First, I installed windows XP on the Virtual box, then I install CCStudio 3.0.

I tried to build old version pjt file. But build cannot complete. I didn't understand following debug information.

==========================================================================================================================================================

----------------------------  dsp6416.pjt - Debug  ----------------------------
[dsp6416.c] "C:\CCStudio\C6000\cgtools\bin\cl6x" -g -q -fr"../dsp6416" -i"./inc" -d"_DEBUG" -d"CHIP_6416" -mv6400 -@"Debug.lkf" "dsp6416.c"
"C:/CCStudio/C6000/cgtools/include/stdlib.h", line 21: warning: incompatible redefinition of macro "_LLONG_AVAILABLE" (declared at line 17 of ".\inc\stacksys.h")
"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 1695: [E0800]
         Offset too large
            LDW     .D2T1   *+B14(_hEdma),A4   ; |150|

"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 2217: [E0800]
         Offset too large
            LDW     .D2T2   *+B14(_g_selSpec),B0 ; |210|

"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 2249: [E0800]
         Offset too large
            LDW     .D2T2   *+B14(_g_selSpec),B4 ; |215|

"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 2529: [E0800]
         Offset too large
            STW     .D2T1   A4,*+B14(_hEdma)   ; |255|

"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 2538: [E0800]
         Offset too large
            LDW     .D2T1   *+B14(_hEdma),A4   ; |260|

"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 2742: [E0800]
         Offset too large
            LDW     .D2T1   *+B14(_hEdma),A4   ; |339|

"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 2829: [E0800]
         Offset too large
            STW     .D2T1   A4,*+B14(_hData)   ; |357|

"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 2883: [E0800]
         Offset too large
            LDW     .D2T1   *+B14(_hData),A4   ; |368|

"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 2888: [E0800]
         Offset too large
            LDW     .D2T1   *+B14(_hData),A4   ; |369|

"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 3051: [E0800]
         Offset too large
            LDW     .D2T2   *+B14(_fAddGroups$2),B4 ; |395|

"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 3068: [E0800]
         Offset too large
            STW     .D2T2   B4,*+B14(_fAddGroups$2) ; |397|

"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 3652: [E0800]
         Offset too large
            STW     .D2T2   B4,*+B14(_g_selSpec) ; |525|

"C:\DOCUME~1\tsk\LOCALS~1\Temp\TI9564", ERROR!   at line 3669: [E0800]
         Offset too large
            STW     .D2T2   B4,*+B14(_g_selSpec) ; |530|

13 Assembly Errors, No Assembly Warnings

Errors in Source - Assembler Aborted

>> Compilation failure

Build Complete,
  14 Errors, 1 Warnings, 0 Remarks.

==========================================================================================================================================================

XXX of "C:\DOCUME~1\tsk\LOCALS~1\Temp\XXX" is changed when I try to build.

I heard this project can be built compeletely. Unfortunately, I cannot contact a person who make this project.

Please let me know how can I fix this error.

Thanks.