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.

Debug hello world but No source available for "Entry() at...

I run Debian on my BeagleBoneBlack, and use Code Composer Studio 6 to debug a hello world example code which is generated by CCS6 automatically.

The host debug environment is setting as official Document request.

When I run the application, it shows me "No source available for "Entry() at 0x80000054" " error and stop the program so I can't reach main().

Just like the picture below, the instruction at address 0x80000054 is "mcr 15, 0, r0, cr12, cr0, {0}", in the file "startup_ARMCA8.S" and look like an entry point.  The file "startup_ARMCA8.S" is generated by CCS6 automatically too.

I have no idea how to fix this problem because all of these code are sample code. Maybe I got some mistake on setting, please tell me. 

Sorry for my bad English,THX.