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.

How to get started with XDC?

I'm crawling through these examples in dvsdk/codec_engine//ti/sdo/ce/examples/ trying to figure out how to edit xdc/xs/bld files and I'm getting a headache.

Is there a simple reference for how to do the basic things that you do with a makefile?

Is there any documentation at all? All the stuff on the wiki is about using wizards and whatnot. I don't want to have to go through a bunch of screens. I just want to create a makefile and run it and have software - but makefiles don't seem to be the way to work with dsp stuff - xdc is

I want to know how to:

  • set cflags
  • set ldflags
  • compile
  • link
  • iterate over files in a directory