From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23472 invoked by alias); 30 Sep 2003 12:22:06 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 23465 invoked from network); 30 Sep 2003 12:22:06 -0000 Received: from unknown (HELO iv.ro) (194.105.28.94) by sources.redhat.com with SMTP; 30 Sep 2003 12:22:06 -0000 Received: (qmail 3126 invoked from network); 30 Sep 2003 04:32:32 -0000 Received: from unknown (HELO cow) (192.168.1.4) by 192.168.1.1 with SMTP; 30 Sep 2003 04:32:32 -0000 Date: Tue, 30 Sep 2003 12:22:00 -0000 From: Jani Monoses To: "Chris Garry" Cc: ecos-discuss@sources.redhat.com Message-Id: <20030930150658.2ad8d04f.jani@iv.ro> In-Reply-To: <005001c380ec$862e3c00$500ba8c0@jasper> References: <005001c380ec$862e3c00$500ba8c0@jasper> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [ECOS] Building RedBoot without GDB stubs X-SW-Source: 2003-09/txt/msg00541.txt.bz2 On Mon, 22 Sep 2003 10:33:04 +0100 "Chris Garry" wrote: > Is it possible to build RedBoot without the GDB stubs included? > > If I disable the stubs in the configtool > (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS) I am not able to build > a RedBoot image because the CYGBLD_BUILD_REDBOOT option has 2 > requires not met: > > requires { !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS } > requires { !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT } > > But when I use the configtool to search the configuration for the macro name > CYGINT_HAL_DEBUG_GDB_STUBS, it is not found. I managed to build rb without stubs by only uncommenting the following lines in the hal .cdl. It works just fine I am not sure if I missed something though. Saved about 15K on ARM. implements CYGINT_HAL_DEBUG_GDB_STUBS implements CYGINT_HAL_DEBUG_GDB_STUBS_BREAK Jani -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss