Path to source file not being included in ELF file debug section
I am trying to develop a C++ application for the RTEMS RTOS but I am having trouble getting debugging to work. They have a basic LED blinky example written in C that I am able to debug. However, converting this to C++ causes gdb to not be able to find the source file.