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.

Simple output to stderr causes hang.

Hi,

I'm using a C6678 EVM with CGtools 7.4.2 with Code Composer 5.3. My example code consists of the following simple line:

fprintf(stderr, "%d\n", 1);

When running this code via JTAG it runs with no problem, and the text "1" is output to the console. However when using Free Run (or disabling the "Enable CIO function use" option) this line will loop forever in RTS code. This does not happen when outputting to stdout.

Thanks,

-itay