From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Massa To: "eCos (E-mail)" Subject: [ECOS] FW: GDB Stub and Redboot Date: Wed, 06 Dec 2000 09:42:00 -0000 Message-id: <9BF81AC2F664D311A56600A0C9AC979A5C17FF@EXCHANGE> X-SW-Source: 2000-12/msg00105.html Additional questions inline... > > I want to be able to have GDB access to my MBX board to use > the debugger. I > > would like to connect to the > > board using the Ethernet port so I can have the serial port > available for my > > own I/O. Do I build the GDB stub > > and add the redboot package or is it an either or type of thing? > > It's sort of an either or thing. Redboot includes a GDB stub. > > > If it is a choice of either redboot or GDB, what packages > do I need to add > > for networking support under GDB? > > > > What additional packages do I need to add for networking > support in redboot? > > You should be able to get what you want either by just installing the > prebuilt images, or: > > ecosconfig new mbx redboot > ecosconfig import > PATHTOREPOSITORY/hal/powerpc/mbx/current/misc/redboot_ROM.cfg > ecosconfig tree > make I haven't used ecosconfig before. I use the Windows config tool. So, for this would I just select the redboot template? Are there any other options or packages that I need to add? Will networking support be added to communicate with redboot via Ethernet? Thanks.