I finally got the DSP/BIOS6 hello example compiled and linked without errors and got a .out file. Following the "Running and Debugging an Application" in this link:
http://rtsc.eclipse.org/docs-tip/RTSC%2BCCStudio_v4_QuickStart
I can't see the System_printf("hello world\n") in the Console. Since I don't have any hardware board, so I tried to use TI's simulator to create an Target Configuration file and in the common.cfg file added System module. But the Run icon either gray out or says "Invalid file format".
Is there anything else I have missed?
Thanks.