From mboxrd@z Thu Jan 1 00:00:00 1970 From: fche@redhat.com (Frank Ch. Eigler) To: "Paul Pham" Cc: Subject: Re: [ECOS] GDB simulator target? Date: Fri, 02 Feb 2001 10:59:00 -0000 Message-id: References: X-SW-Source: 2001-02/msg00033.html "Paul Pham" writes: : How useful is the GDB simulator target? [...] : For example, if a printf requires outputting data to the UART, will the : simulator know which registers to write to? [...] Few of the gdb simulators are capable of running eCos software. The arm one in particular lacks models for several peripherals that eCos needs. In contrast, the arm simulator that comes with our recently released sid simulator does have more peripherals. One of the aims of the sid project is to provide an increasing library of simulation models, suitable for debugging operating systems such as eCos and that run on them. See < http://sources.redhat.com/sid >. - FChE