Just installed CCS V6.1 on license. Taking the SYS/BIOS training and attempting to run "hello world" using the System_printf() to engage xdc tools and start the ball rolling. Discovered that a simple "hello world" using the printf() works fine and shows the CIO console option when run Loading the SYS/BIOS version using the xdc operations fails with no CIO console showing. I've tried setting the CFG file options to "System.SupportProxy = xdc.useModule("xdc.runtime.SysStd");" This compiled and built just fine, but got no output again. I traced the code thru to the SysStd_putchar() operation and got an error on the 'ch' variable. It's saying "Cannot read from optimized location". There is no return var on the final putchar() so I don't know if this is failing. Right now I have no stdout from SYS/BIOS OS. Can someone help?