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.
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.
Hi,
"startup_ARMCA8.S" and the Hello world example code supplied with CCSv6 are for baremetal development only. It seems you need to build your project for a Linux target instead. For that, check the thread below with some additional details:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/231436/816181.aspx#816181
Hope this helps,
Rafael