Hi,
I'm trying to compile my C++ project for benchmarking on the 816x/389x EVM. I have suceeded to do this for the ARM processor with the recommended sourcery toolchain. My next step is to try to do this for the DSP. What I have understood this should be possible to do with the c6runapp-cc command?!
When I try to use it i get an error saying no input file. My input and error message is:
administrator@ubuntu:~/tt/api$ c6runapp-cc ttmain.cpp
c6runapp-cc: no input files
I would appriciate if somenone would guide my through the neccesery steps I need to take in order to make my code run on the DSP.
Best regards,
Anders