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.

CCS/DRA756: Unable to associate ARM assembly source during debug

Part Number: DRA756

Tool/software: Code Composer Studio

Hi,

I'm trying to step through an assembly function running on the Cortex A15_0 core of a DRA75x device.  The assembly function is compiled directly from source within my CCS project (not from a library), and I have debug information enabled in the compiler flags.  When I step into the assembly function, I see a window displaying the following:

So I lose my call stack, and the debugger can't associate to the source when stepping through the code. I can step through the disassembly, but I would prefer to use the source itself (with comments, declaration aliases, etc.).

I am using the following tools: bios_6_50_01_12, CCSv7.1.0, uia_2_20_00_02, xdctools_3_50_02_20_core, gcc-arm-none-eabi-4_9-2015q3.

GCC compiler settings for the asm file: "-mcpu=cortex-a15 -mtune=cortex-a15 -marm -mfloat-abi=hard -g -gdwarf-3 -gstrict-dwarf -Wall"

Is there something else that I'm missing here?

Thanks,

Stephen