This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Enable DSPLink tracing in DVSDK



Hi,

This is what I did to enable DSPLink tracing in my DVSDK installation, but nothing more is printf'ed from my program

  1. go into dsplink/config/bin directory 
  2. run "perl dsplinkcfg.pl --... --trace==1"
  3. go to the DVSDK root and run "make components"
  4. DSPLink is built.
  5. in my application, do "make clean" and "make" and I can see it is linked to the dsplib.lib just built.
  6. Transfer to my target, but nothing more if printed on the terminal.

Thanks