This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

No Debug symbol is visible on Arm Cortex R52 FVP on Arm DS(Version: 2021.2)

Hi,

I am using FVP for Cortex R52 :

Debug connection is working fine, but I am facing issue that debugging is only possible in Disassembly, not with the Debug symbols. I checked my compilation :

armclang.exe --target=arm-arm-none-eabi -march=armv8-r -marm -mcpu=Cortex-R52 -xc -std=c99 -O0 -g -gdwarf-3 -MD -MP -c -o

with this no Debug symbols, I could verify when I run 

fromelf.exe  Debug01.axf , there is no links to source files etc.

Can you please help in solving this issue, I am using  Arm Development Studio IDE : 

Version: 2021.2
Build: 202120914

Regards

Avinash