Im having trouble getting printf statements to work. I'm building a DSP Link sample application with printf statements on the DSP side and running it on target (OMAPL138) but the printfs statments do not seem to work. printf's work just fine on the ARM side but not on the DSP. I'm building the DSP Link app in Linux through the command line using gcc and TI cl6x compilers for the ARM and DSP, respectively.
Can you sggest alternative methods for printing out stuff on the DSP side with my setup?