Path: chuka.playstation.co.uk!news From: =?iso-8859-1?Q?Hans=2DJ=FCrgen?= Schmid Newsgroups: scea.yaroze.programming.gnu_compiler Subject: Re: GDB information? Date: Fri, 25 Apr 1997 20:55:29 +0200 Organization: PlayStation Net Yaroze (SCEE) Lines: 34 Message-ID: <3360FE21.3699947F@hypemeister.bb.bawue.de> References: <01bc4c49$8fb41a80$955e21cf@danpcx> <335D698E.2738@interactive.sony.com> NNTP-Posting-Host: hypemeister.bb.bawue.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.29 i586) Hi Micheal, > There is no demo on using the GDB, however > to use it your GDB ini file must specify the correct directory > for the HOME environment variable and then when you are about > to start your program you must load the DEBUG stub with SIOCONS > then you download your data then you start GDB from within your > applications directory. The GDB.INI should be in this directory. > I know this isn't word for word, but try to do this and I will > review this and give you more specifics. > > Michael Koziniak@SCEA I have the same problem as Dan - I can't connect to the NY with GDB. As far as I understand one has to do the following: 1.) start siocons 2.) "load cdrom:\MON\HSS.EXE;1 (in order to load the debug stub) 3.) "load " (I am not sure whether this step is necessary or not - because of step# 8) 4.) quit siocons 5.) start gdb 6.) enter "file " 7.) "start-remote-debugging" (which sets the remotebaud speed and the target) 8.) "load " BUT in step 7.) I get several error messages "Ignoring packet error, continuing..." Maybe you could give me a hint, what I can do against it. CU Hans