Hi,
This is what I did to enable DSPLink tracing in my DVSDK installation, but nothing more is printf'ed from my program
- go into dsplink/config/bin directory
- run "perl dsplinkcfg.pl --... --trace==1"
- go to the DVSDK root and run "make components"
- DSPLink is built.
- in my application, do "make clean" and "make" and I can see it is linked to the dsplib.lib just built.
- Transfer to my target, but nothing more if printed on the terminal.
Thanks