I have a K2H evaluation module and I'm trying to get some code running that tests the performance of the DSP libraries. I'm sure it is possible to compile code on the EVM, but I just have no idea where to start. I was hoping I could get some pointers. What I've done so far is build off the MCSDK HPC example code. But, I'm having issues with the includes for dsplib.h. What would I have to add to the makefile to get the includes to work?
EDIT: I should say that I know that native compilation is possible. I just don't know how to write a suitable make file. Using includes in my main file gives unsupported target errors. I've been trying to use the dsplib.ae66 file or dsplib.lib files and had no luck with those either.