I just created a new CCS project and used the SYS/BIOS template.
First I tried the TI v16.9xx compiler, and everything worked out just fine. The task started and I was getting the console output via the Blackhawk debug probe.
Then I created a new project exactly the same way, this time using the GNU v4.9.3 compiler. The project compiles just fine, but I am not able to get a console output. I also tried printf() and puts() instead of System_printf() but without success.
Why am I not getting any console outputs when switching the compiler?
How can I fix it using the GNU compiler?
Regards,
Max

