[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] gdb



I am having trouble debugging my gentool application.

(gdb) break main
Breakpoint 1 at 0x886
(gdb) run
Starting program: /i/usr/src/gentool/gentool.app
Breakpoint 1 at 0x2318986

Breakpoint 1, 0x2318986 in main ()
(gdb) step
Single stepping until exit from function main,
which has no line number information.
__main () at ../../../../libgcc/../gcc/libgcc2.c:2184
2184    ../../../../libgcc/../gcc/libgcc2.c: No such file or directory.

Do I have the wrong compiler/linker settings or is this a clash of
gcc versions ?

Regards,

Peter