<<< Previous topic - Next topic >>> |
|
Author |
Message |
majo
Joined: 17 Jul 2006 Posts: 12
|
Posted: 31.07.2006, 13:57 Post subject: gdb für kernel 2.6 |
|
|
Hallo zusammen,
wollte anfragen ob es für kernel 2.6 schon einen neuen gdb(client) gibt. Der alte von Kernel 2.4 bricht noch vor dem entry point der main() mit SIGSEGV ab.
majo |
|
Back to top |
|
 |
mha

Joined: 05 May 2006 Posts: 28
|
Posted: 02.08.2006, 16:26 Post subject: |
|
|
Hallo,
damit das Debuggen auch mit dem "alten" GDB Client
unter Linux 2.6 funktioniert, muß das Programm statisch
gelinkt werden.
Compiler Flags:
-march=armv4 -Wall -O0 -g -static
Marco Hasewinkel |
|
Back to top |
|
 |
|