From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesper Skov To: "Lewin A.R.W. Edwards" Cc: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] gdb/insight questions Date: Tue, 05 Dec 2000 07:22:00 -0000 Message-id: References: <4.3.2.7.2.20001204221133.00abd9b0@larwe.com> X-SW-Source: 2000-12/msg00054.html >>>>> "Lewin" == Lewin A R W Edwards writes: Lewin> Well, practically everything works - I can compile apps, I can Lewin> connect to the target board and I can load programs. I have a Lewin> couple of gdb questions though. Lewin> Q1: I don't understand where console I/O goes by default; I Lewin> would have assumed to the gdb console but it seems not? My Lewin> hello world app has a printf in it; by default, where does this Lewin> output go? Can someone please verify to me that this is the Lewin> right process: It is. Problem is that GDB hides any output that is not in O-packet format. HAL diag will normally wrap ASCII output in O-packets, but raw serial output does not (for obvious reasons). If you need raw ASCII output via serial I suggest you just use that extra serial line. Jesper