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.

AM335x GNU Compiler missing console output

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