Hello.
I'm trying to use C64x+ DSP library on TMS320DM6437.
I have installed the DSP library at http://software-dl.ti.com/sdoemb/sdoemb_public_sw/dsplib/latest/index_FDS.html.
I imported the project in "C:\ti\dsplib_c64Px_3_1_1_1\lib", and built it but faced an error as following:
**** Build of configuration Debug for project DSPLIB ****
make CCSVERSION=CCSV4.2 all
Error: Cannot run program "make": ?ð·º??® ??§?? ¿?????
**** Build Finished ****
In addition, there was a warning as below:
This project was created using a version of compiler that is not currently installed: 7.4.0.A12012 [C6000]. Another version of the compiler will be used during build: 7.3.1. Please install the compiler of the required version, or migrate the project to one of the available compiler versions.
What shall I do?
I am using CCSv5.1.
Dongseung.