#170567 - session13 - Fri Oct 02, 2009 5:08 pm
I'm trying to remote debug example file ansi_console from devkitpro examples using arm-eabi-gdb (devkitARM_r26/bin/arm-eabi-gdb) and VisualBoy Advance-1.7-SDL-linux-glibc22. My OS is Linux Ubuntu 9.04.
$ ./VisualBoyAdvance -Gtcp ansi_console.elf
output:
$ /devkitpro/devkitARM/bin$ ./arm-eabi-gdb
output:
$ target remote localhost:55555
output:
output on VisualBoy Advance terminal:
Any help would be appreciated.
Last edited by session13 on Wed Oct 21, 2009 5:34 pm; edited 1 time in total
$ ./VisualBoyAdvance -Gtcp ansi_console.elf
output:
Code: |
VisualBoyAdvance-SDL version 1.7
Linux version Seaching for file VisualBoyAdvance.cfg Searching current dir: /opt/devkitpro/VisualBoyAdvance-1.7-SDL-linux-glibc22 Reading configuration file. Parsing debug info Unknown block TAG 05 Unknown block TAG 05 Unknown block TAG 05 Seaching for file vba-over.ini Searching current dir: /opt/devkitpro/VisualBoyAdvance-1.7-SDL-linux-glibc22 Seaching home directory: /home/special Searching executable directory vba-over.ini NOT FOUND (using emulator settings) Listening for a connection at port 55555 |
$ /devkitpro/devkitARM/bin$ ./arm-eabi-gdb
output:
Code: |
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "--host=i586-pc-linux-gnu --target=arm-eabi". (gdb) |
$ target remote localhost:55555
output:
Code: |
Remote communication error: Connection reset by peer. |
output on VisualBoy Advance terminal:
Code: |
Got a connection from 127.0.0.1 43239
ACK not received |
Any help would be appreciated.
Last edited by session13 on Wed Oct 21, 2009 5:34 pm; edited 1 time in total