#177648 - Gamer2020 - Tue Nov 06, 2012 8:30 pm
Hi I've gotten back into coding for the gba a lot lately and I've been doing fairly decent.
I decided that I wanted to code in an actual IDE and not in Notepad++ so I started following this tutorial.
http://forum.gbadev.org/viewtopic.php?t=5271&postdays=0&postorder=asc&start=0
I have everything set up right as far as I can tell. My test project compiles and it will run in vba form the IDE. When I try to debug however eclipse gives the following error.
And the console output for vba is this.
This is what I'm using.
Could somebody please tell me what is causing the error?
I decided that I wanted to code in an actual IDE and not in Notepad++ so I started following this tutorial.
http://forum.gbadev.org/viewtopic.php?t=5271&postdays=0&postorder=asc&start=0
I have everything set up right as far as I can tell. My test project compiles and it will run in vba form the IDE. When I try to debug however eclipse gives the following error.
Code: |
Error creating session: Remote communication error: No such file or directory.
Remote communication error: No such file or directory. Remote communication error: No such file or directory. Remote communication error: No such file or directory. |
And the console output for vba is this.
Code: |
VisualBoyAdvance-SDL version 1.6a Windows version Seaching for file VisualBoyAdvance.cfg Searching current dir: C:\Documents and Settings\Jose\Desktop\GBAeclipse Searching user profile directory: C:\Documents and Settings\Jose Searching executable directory Reading configuration file. Parsing debug info Cannot find debug information Seaching for file vba-over.ini Searching current dir: C:\Documents and Settings\Jose\Desktop\GBAeclipse Searching user profile directory: C:\Documents and Settings\Jose Searching executable directory vba-over.ini NOT FOUND (using emulator settings) Listening for a connection at port 55555 Got a connection from 127.0.0.1 11367 ACK not received |
This is what I'm using.
VisualBoyAdvance-1.6a-SDL-Win32
devkitARM_r35-win32
insight-6.8.50-20080425
msys-1.0.17
eclipse-SDK-4.2.1-win32
org.eclipse.cdt-3.0.1-win32.x86
Could somebody please tell me what is causing the error?