Part Number: ARM-CGT
Tool/software: TI C/C++ Compiler
Hello there,
I'm using the TI arm compiler v16.9.4 to compile and link my C-code. I use arm GDB to debug. I would like to be able to use macros from my code in GDB. GCC has the option -ggdb3 that allows this, I can only find the --symdebug:dwarf_version={2|3|4} option for the TI compiler, but it seems like none of these levels provide this functionality.
Thanks in advance.
Karel