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.

Problems with OMAP-L137 PSP UART EDMA example

Other Parts Discussed in Thread: OMAP-L137, CCSTUDIO

I met the following problems when testing OMAP-L137 PSP UART EDMA example

“..\pspdrivers_01_20_00\packages\ti\pspiom\examples\evmOMAPL137\uart\edma”

 

 

Problem #1:  When I open the project file, a window pops out with the following error message:

"Project Update

CRegistryInfo::GetSABiosConfig() could not find ConfigSuffix"

 

 

Problem #2:  When I compiled the code, I got the following error message:


---------------------------  uartSample.pjt - Debug  ---------------------------

Error, Don't know how to build file "C:\Program Files\Texas Instruments\pspdrivers_01_20_00\packages\ti\pspiom\examples\evmOMAPL137\uart_copy\edma\build\uartSample.tcf"

[uartSample.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -pdr -fr"C:/Program Files/Texas Instruments/pspdrivers_01_20_00/packages/ti/pspiom/examples/evmOMAPL137/uart_copy/edma/build/Debug" -i"C:/Program Files/Texas Instruments/pspdrivers_01_20_00/packages/ti/pspiom/examples/evmOMAPL137/uart_copy/edma/build/../../../../../../../" -i"C:/Program Files/Texas Instruments/edma3_lld_01_06_00_01/packages" -i"C:/CCStudio_v3.3/bios_5_33_05/packages/ti/bios/include" -i"C:/CCStudio_v3.3/C6000/cgtools/include" -mv6740 -@"../build/Debug.lkf" "uartSample.c"

 

[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"

<Linking>

"C:\Users\Sean\AppData\Local\Temp\024923", line 14: fatal error: unrecognized

   file:  "C:\\Program Files\\Texas

   Instruments\\pspdrivers_01_20_00\\packages\\ti\\pspiom\\examples\\evmOMAPL13

   7\\uart_copy\\edma\\build\\uartSamplecfg.cmd"

 

>> Compilation failure

 

Build Complete,

  3 Errors, 0 Warnings, 0 Remarks. 

 

 

Could anybody please give me some advice how to fix them?  Thank you.