Other Parts Discussed in Thread: CODECOMPOSER
I teach a DSP course but have not done this class for over 3 years. We own the Spectrum Digital, TMS320C6713 DSK 16 Meg SDRAM for student usage. I used lab programs from the Digital Signal Processing book by Chassaing and Reay running on CCSV3. I am now trying to import them into v5.2. Features have changed significantly. Previous include files are not being found; notably rts6700.lib, csl6713.lib, and dsk6713bsl.lib. Through the project linked resource I am currently forcing an absolute path location for the csl and bsl libraries. Is there a better way? Still not sure that this is working but the error message disappears. The rts file was a part of CCSv3. In version 5.2 I find the rts6740. I do not know that I can use this in lieu of the 6700. If so, I also have been unable to force this project in this direction. Where/How does the legacy program need to be changed or how/where does the CCSv5 need direction?
Without resolving the rts issue, I have tried to force a build. I get the following message in the CDT Build Console:
' '
gmake: *** No rule to make target `M:/CodeComposer/workspace/C6000/csl/lib/csl6713.lib', needed by `sine8_LED.out'.
gmake: *** No rule to make target `M:/CodeComposer/workspace/C6000/dsk6713/lib/dsk6713bsl.lib', needed by `sine8_LED.out'.
gmake: *** No rule to make target `C:/ti/ccsv5/tools/compiler/c6000_7.3.4/lib/rts6700.lib', needed by `sine8_LED.out'.
gmake: Target `all' not remade because of errors.
This first two are append a legacy path to my current workspace. How is this to be corrected? This final issue would be associated with the rts library.
