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

Re: [MiNT] GDB problem



W dniu 27.09.2011 18:25, Vincent Rivière pisze:
Adam Kłobukowski wrote:
I do not see such errors.

So please first try increasing the stack size of your gdb executable
with the "stack" tool.

Something like:
stack -S 256k /usr/bin/gdb

It turned out it was a missing -g problem. I never really liked makefiles, and that one is nasty^2 :(

AdamK