All right,
I'm very new to TI DSP processors but I ordered the ezDSP kit, installed code composer 4.0.
I set up the target configuration to use the C55xx Rev3.0 CPU functiona simulator and ran the
hello world application with no problem.
However, when I want to run an assembly only project, no C code, I run into problems. I typed in the assembler
tutorial example of the TMS320C55x DSP Programmers guide which simply evaluates y = x0 + x3 + x1 + x2.
I added the correct linker command file to my project and wanted build and or debug it. ( I even added what I
believe is the correct starting vector).
the Progress Information dialog comes up saying the below
Calling C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake: No operations to display at this time. The dialog box never disappears and I get no errors of any kind. I end up having to push cancel. I don't know what to do Thanks for any help .... Andy