Hi, I am looking to compile a cross platform program to run on the dsp chip of an OMAPL138 LCDK. Linux will be running on the arm chip. I have 2 other threads that have been some help but was recommended to ask again in the compiler forum.
http://e2e.ti.com/support/dsp/tms320c6000_high_performance_dsps/f/112/t/374466.aspx
http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/p/374211/1317674.aspx#1317674
The dsp program requires access to stdout on the linux caller, and to print to files using the normal fopen(), fprintf() c library functionality. I read in the SPRU187U.pdf document, included with the cl6x compiler, that cio functions are supported (pg 250), and that a 'debugger' and an 'appropriate driver' are required to be running on the host system.
Could you please direct me to documentation or examples of this functionality in action? I would assume for the LCDK/OMAPL138 systems that there would be the appropriate drivers/debuggers available, but I have not been able to locate them through google, the ti website, the doc, or the ti wiki.
Our previous implementation was using c6runapp-cc to perform this, but as it is now no longer supported by ti, I am wondering what the correct new technique is for the c6run equivalent functionality.
Thanks