From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26447 invoked by alias); 4 Sep 2009 09:38:07 -0000 Received: (qmail 26438 invoked by uid 22791); 4 Sep 2009 09:38:07 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_36,J_CHICKENPOX_42,J_CHICKENPOX_81 X-Spam-Check-By: sourceware.org Received: from mtaout01-winn.ispmail.ntl.com (HELO mtaout01-winn.ispmail.ntl.com) (81.103.221.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Sep 2009 09:38:01 +0000 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090904093754.HJYH6742.mtaout01-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com>; Fri, 4 Sep 2009 10:37:54 +0100 Received: from cog.dallaway.org.uk ([86.9.207.237]) by aamtaout02-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090904093753.JISE21638.aamtaout02-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Fri, 4 Sep 2009 10:37:53 +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 n849blVW026578; Fri, 4 Sep 2009 10:37:48 +0100 Message-ID: <4AA0DFEB.2020800@dallaway.org.uk> Date: Fri, 04 Sep 2009 09:38:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 To: m mariga CC: ecos-discuss@ecos.sourceware.org References: <3100D422DF3A4D7B9D337FD86D646F40@masahiro> <4A65D8D3.9060400@dallaway.org.uk> <3F8ED0BDC83C43259ADD0DDE963395DF@masahiro> <4A671AEE.2000101@dallaway.org.uk> <407D126036C3460AB7AA0264475F04E0@masahiro> <4A6971F2.1030100@dallaway.org.uk> <095F57A600314F7E86F6731FCC889A3D@masahiro> <87D23C72FA344A339A61EA9D3E333467@masahiro> In-Reply-To: <87D23C72FA344A339A61EA9D3E333467@masahiro> 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: How to set GDB Stub Options in order to run insight ? X-SW-Source: 2009-09/txt/msg00055.txt.bz2 m mariga wrote: > First of all,couldn't I set "net"and "stubs" Packages together on > ConfigTool ? > By Packages,I mean,it is in Templates dialog-window not in Packages > dialog-window. > When I selected "net",there's nothing in Packages dialog-window > corresponding to "stubs" function. > If I could not set both functions together on ConfigTool > conveniently,then I must convert cdl files. The GDB stubs configuration (configured via the "stubs" template) does not support networking. If you require GDB remote debugging over a network connection then you will need to build RedBoot using the "redboot" template. RedBoot incorporates its own TCP/IP stack so you do not need to add eCos networking packages. If you have not already done so, I suggest you proceed by attempting to configure and build the GDB stubs by selecting the "stubs" template. For most targets, no further configuration is necessary. I hope this helps... John Dallaway -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss