From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Edwards To: Jesper Skov Cc: danish iftikhar , ecos-discuss@sources.redhat.com Subject: Re: [ECOS] EP7211 & Jeeni Date: Fri, 12 Jan 2001 09:29:00 -0000 Message-id: <20010112113253.A20662@visi.com> References: X-SW-Source: 2001-01/msg00214.html On Fri, Jan 12, 2001 at 04:23:33PM +0100, Jesper Skov wrote: > danish> can't undersatnd what's wrong with it . moreover i am not > danish> able to do step even through GDB ..i have to use "stepi" in > danish> place of that ...why it is so ? > > >> Did you include debugging information (-g option)? Without it > >> there would be no line information to allow a regular step > >> instruction to work. > > danish> ya ! i am including the debugging information ( -g option) > danish> and able to see the source code on the gdb terminal . Is > danish> there any other option which may be hinderinig the working . > danish> Right now , i am having the gdb stub in the EP7211 board which > danish> initialises the board & after that i conneect through Jeeni . > danish> Do i need to enable some option in ecos.ecc to work in this > danish> combination ( using Jeeni) . If i run the same code using > danish> serial port ( without Jeeni) everything works fine . I would Have you loaded the symbol information from the ELF file into gdb? What exactly happens when you do a "step" command? > Then it's a problem with GDB's Jeeni support. It has nothing to do > with eCos per se. I suggest you ask on the GDB mailing list. The GDB mailing list is indeed the correct venue... -- Grant Edwards grante@visi.com