From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19909 invoked by alias); 20 Apr 2010 10:27:38 -0000 Received: (qmail 19896 invoked by uid 22791); 20 Apr 2010 10:27:37 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mtaout02-winn.ispmail.ntl.com (HELO mtaout02-winn.ispmail.ntl.com) (81.103.221.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Apr 2010 10:27:26 +0000 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20100420102723.ZIIX10460.mtaout02-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com>; Tue, 20 Apr 2010 11:27:23 +0100 Received: from cog.dallaway.org.uk ([213.106.80.48]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20100420102722.NZTC1008.aamtaout03-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Tue, 20 Apr 2010 11:27:22 +0100 Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id o3KARK44019396; Tue, 20 Apr 2010 11:27:20 +0100 Message-ID: <4BCD8188.5040001@dallaway.org.uk> Date: Tue, 20 Apr 2010 10:27:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.24 (X11/20100318) MIME-Version: 1.0 To: Aziz Bodal CC: ecos-discuss@ecos.sourceware.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Re: eCos Newbie stuck... X-SW-Source: 2010-04/txt/msg00025.txt.bz2 Hi Aziz Aziz Bodal wrote: > I am able to compile/build my application fine with gcc (i386-elf-gcc > -g -I/opt/Aziz_install/include hello.c -L/opt/Aziz_install/lib > -Ttarget.ld -nostdlib) however I can't get the program to run on gdb. > At first I dont see anything happening, but then I get the error: > > Ignoring packet error, continuing... > warning: unrecognized item "timeout" in "qSupported" response > > I am running the following commands: > i386-elf-gdb -nw a.out > then at the gdb prompt, I am running: > set remotebaud 38400 > target remote /dev/ttyS0 The warning message indicates a problem with your serial connection to the debug target. Presumably you are connecting to a PC target which is booting into RedBoot. If you connect to the target using a terminal emulator (38400-8N1 and no handshaking) rather than GDB, do you see the RedBoot prompt? John Dallaway eCos maintainer -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss