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.

CC1352P: rfSynchronizedPacketRx TIRTOS7 GCC - no debug symbols

Part Number: CC1352P
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?