I am trying to compile the following project:
C:\Program Files\Texas Instruments\pspdrivers_01_20_00_07\packages\ti\pspiom\examples\evmOMAPL137\spi\edma\build\spiSample.pjt
And am getting the following errors on build:
--------------------------- spiSample.pjt - Debug ---------------------------
Error, Don't know how to build file "C:\Program Files\Texas Instruments\pspdrivers_01_20_00_07\packages\ti\pspiom\examples\evmOMAPL137\spi\edma\build\spiSample.tcf"
Error, Don't know how to build file "C:\Program Files\Texas Instruments\pspdrivers_01_20_00_07\packages\ti\pspiom\examples\evmOMAPL137\spi\edma\src\spiSample_io.c"
Error, Don't know how to build file "C:\Program Files\Texas Instruments\pspdrivers_01_20_00_07\packages\ti\pspiom\examples\evmOMAPL137\spi\edma\src\spiSample_main.c"
[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
error: cannot find file "ti\sdo\edma3\drv\lib\Debug\edma3_drv_bios_c674.lib"
error: cannot find file "ti\sdo\edma3\rm\lib\omapl137\Debug\edma3_rm_bios.lib"
error: cannot find file
"ti\sdo\edma3\drv\sample\lib\omapl137\Debug\edma3_drv_bios_sample.lib"
"C:\DOCUME~1\nkeddem\LOCALS~1\Temp\008523", line 16: fatal error: unrecognized
file: "C:\\Program Files\\Texas
Instruments\\pspdrivers_01_20_00_07\\packages\\ti\\pspiom\\examples\\evmOMAP
L137\\spi\\edma\\build\\spiSamplecfg.cmd"
>> Compilation failure
Build Complete,
5 Errors, 0 Warnings, 0 Remarks.
The files which are not found are because I am using windows and not linux I belive and have an idea how to fix those but I don't know how to fix the rest of the errors. Any ideas?