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.

Code Composer studio with TMS320C6713B

Other Parts Discussed in Thread: TMS320C6713B

Hi

First I wanted to know If CCSv.5.5 is best for TMS320C6713B .?

Second I am having problem in getting started with CCSv5.5. I downloaded it from 
http://processors.wiki.ti.com/index.php/Category:Code_Composer_Studio_v5

I am having problem in finding the location of libraries in the installed folder. Moreover if i write just a basic code which doesn't require any special library i.e this code
 #include "stdio.h"

void main(void)
{
printf ("New Coordinate is ");
}
when built I have two errors 
1. takes too much time that i have to abort it
2. after abortion when i run again it neither gives any error nor gives any output.
this what i get one first build in console
**** Build of configuration Debug for project SineCosine ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all 
'Building file: ../code.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6700 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=c6713 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="code.pp"  "../code.c"
'Finished building: ../code.c'
' '
'Building target: SineCosine.out'
'Invoking: C6000 Linker'
"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6700 --abi=coffabi -g --define=c6713 --display_error_number --diag_warning=225 --diag_wrap=off -z --stack_size=0x800 -m"SineCosine.map" --heap_size=0x800 -i"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/lib" -i"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="SineCosine_linkInfo.xml" --rom_model -o "SineCosine.out"  "./code.obj" "../C6713.cmd" -l"libc.a" 
<Linking>
warning #10366-D: automatic library build: using library "C:\ti\ccsv5\tools\compiler\c6000_7.4.4\lib\rts6700.lib" for the first time, so it must be built.  This may take a few minutes.
Then I abort it after about and run again it gives nothing. that is it prints nothing.
Can anyone guide me with this?
as i think the main problem is that  I am making the project correctly so also tell me is there a proper link for creating project in CCSv5.5 for TMS320C6713B.
Thankyou.
Maheen