Problem with Eclipse Yagarto GDB.
I have the Yagarto eclipse tool chained installed and running using the Olimex ARM_USB_OCD.
I have a very simple project consisting of just two source files; main.c and the startup file crt.s.
I can compile link and debug satisfactorily. However, if I place a break point in the startup file crt.s I get an error reported in the console view: ‘No source file named crt.s’.
Placing break points in main.c is no problem.
My suspicion is that GDB cannot find any reference to this file, but why has me beat.
Any help would be much appreciated. Thanks.
John Franklin