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.

TMS320C6678: How to build Processor SDK RTOS CSL-FL EXAMPLES?

Part Number: TMS320C6678

Hi Champs,

I'm trying to build CSL-FL examples in C6678 PDK. I refered to TI Wiki(processors.wiki.ti.com/.../Processor_SDK_RTOS_CSL) and got error messages below.
Could you please let me know how I specify BOARD and CORE?

  C:\ti\pdk_c667x_2_0_6\packages\ti\csl>gmake app_clean
  gmake clean_appcores BOARD=evmAM572x
  gmake[1]: Entering directory `C:/ti/pdk_c667x_2_0_6/packages/ti/csl'
  gmake examples_clean CORE=a15_0 BUILD_PROFILE_a15_0=release
  gmake[2]: Entering directory `C:/ti/pdk_c667x_2_0_6/packages/ti/csl'
  gmake -C C:\ti\pdk_c667x_2_0_6\packages/ti/csl/example/edma/edma_polled_mode_test  clean
  gmake[3]: Entering directory `C:/ti/pdk_c667x_2_0_6/packages/ti/csl/example/edma/edma_polled_mode_test'
  C:\ti\pdk_c667x_2_0_6\packages/ti/build/makerules/common.mk:355:
  C:\ti\pdk_c667x_2_0_6\packages/ti/build/makerules/rules_a15.mk: No such file or directory
  gmake[3]: *** No rule to make target `C:\ti\pdk_c667x_2_0_6\packages/ti/build/makerules/rules_a15.mk'.  Stop.
  gmake[3]: Leaving directory `C:/ti/pdk_c667x_2_0_6/packages/ti/csl/example/edma/edma_polled_mode_test'
  gmake[2]: *** [csl_edma_polled_mode_test_app_clean] Error 2
  gmake[2]: Leaving directory `C:/ti/pdk_c667x_2_0_6/packages/ti/csl'
  gmake[1]: *** [a15_0_aclean] Error 2
  gmake[1]: Leaving directory `C:/ti/pdk_c667x_2_0_6/packages/ti/csl'
  gmake: *** [evmAM572x_aclean] Error 2

Regards,
j-breeze