Hello All,
I downloaded both CC 6.1.2 and 6.1.1 and have the same issues in both. I'm using a TMS570LS0432 processor.
I just created a new CCS project with the "Empty Project (with main.c)" setting.
When I compile I get this:
warning #10247-D: creating output section ".text" without a SECTIONS specification
warning #10247-D: creating output section ".data" without a SECTIONS specification
warning #10247-D: creating output section ".cinit" without a SECTIONS specification
When I try to use the debugger and pause, I get a "no source for 0x4" and get a blank window with no text in it.
I initially thought that the program was exiting, so I put a while(1) { dummy() } so that it would be running forever, same result.
Any suggestions?