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.

RTOS/TMS320C6678: How to build Linear Algebra Library DSP example under Windows

Genius 13595 points
Part Number: TMS320C6678

Tool/software: TI-RTOS

Hi Champs,

According to the steps in http://processors.wiki.ti.com/index.php/Processor_SDK_Linear_Algebra_Library#Build_and_Run_Examples, 

DSP-only example in dsp folder: running on DSP through CCS and JTAG. Examples include:

  • Matrix multiplication (dgemm)
  • To run these examples, follow the steps listed below:
    • Set environment variable LINALG_DIR to <LINALG_installation_folder>, in addition to the environment variables listed in Rebuilding LINALG.
    • Go to folder <LINALG_installation_folder>/examples/dsponly
    • Type "make TARGET=<device_name>" to build the examples
    • Load the executable (.out file) to CCS and run

The step Type "make TARGET=<device_name>" to build the examples is excuted under linux, how to build the DSP-only example under windows? 

Thanks.
Rgds
Shine