I am trying to build the dsp_benchmark example that comes with the 816X EVM.
The ReadMe.txt file gives no instructions for building or running the example; it simply says there is a Makefile to build the package.
After I have set appropriate - I believe - paths in the various Rules.make files, the Makefile fails because it cannot find things from the../soc/... directory.
I have gone to the soc directory and found no help information, so I tried executing the Makefile found there, but this also fails, giving the message:
"ti/c6accel/ce/C6ACCEL.xdc", line 17: can't resolve name (ti.sdo.ce.universal.IUNIVERSAL)
It seems that the examples have not been set up to work without a great deal of knowledgeable user intervention.
I would imagine that this example should run on the board it came with (816X EVM).
Can anyone provide simple instructions for getting this example to run or at least, point me at such instructions?