I am developing a project on RM48x which consists of both C files and assembler files using CCS/GCC toolchain.
I can debug the C code, but there doesnt seem to be any debug info for the assembler parts of my code.
Here is the summary of the flags passed to GCC:
-g -gdwarf-4 -Wall -mcpu=cortex-r4 -gdwarf-3 -mlittle-endian -r -mfpu=vfpv3-d16 -mfloat-abi=hard -march=armv7-r
Is there anything I'm missing here?