Other Parts Discussed in Thread: SEGGER
Hi!
I wanted to try out the GCC examples but I'm not getting any debug symbols in CCS debugger or GDB.
- Compiler includes -g
- Linker includes -g -gdwarf-3 -gstrict-dwarf
- no signs of -s or -S to strip debug symbols
$ file rfSynchronizedPacketRx_CC1352P1_LAUNCHXL_tirtos7_gcc.out
rfSynchronizedPacketRx_CC1352P1_LAUNCHXL_tirtos7_gcc.out: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
Is there a guide or app note somewhere about using GCC and debugging in CCS or GDB?