Reply by "Ertugrul B." November 17, 20062006-11-17
Hi guys. As a rookie in dsp i need experts' help a bit.

I bought the famous book DSP and Applications with the C6713 and
C6416 DSK. Last week we started working on TMS320C6713 DSK

Today we started Chassing's book with example 1.1
we created the project first time.
added neccesary files and fixed options
then when we "rebuild" the project we get;

--------------------------- Sine8_LED.pjt - Debug -----------------
----------
[c6713dskinit.c] "c:\ti\c6000\cgtools\bin\cl6x" -g -s -
fr"C:/ti/myprojects/Sine8_LED/Debug" -d"CHIP_6713" -mv6710 -
@"../Sine8_LED/Debug.lkf" "c6713dskinit.c"
>> Abort - Cannot open output file c6713dskinit.asm: Permission
denied

[Vectors_poll.asm] "c:\ti\c6000\cgtools\bin\cl6x" -g -s -
fr"C:/ti/myprojects/Sine8_LED/Debug" -d"CHIP_6713" -mv6710 -
@"../Sine8_LED/Debug.lkf" "Vectors_poll.asm"

[Sine8_LED.c] "c:\ti\c6000\cgtools\bin\cl6x" -g -s -
fr"C:/ti/myprojects/Sine8_LED/Debug" -d"CHIP_6713" -mv6710 -
@"Debug.lkf" "Sine8_LED.c"

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

the file "c6713dskinit.c" file gives error. we can't compile this
file. but we can compile Sine8_LED.c successfully...

does anyone has any idea about this example...
thanks for your interest from now...