From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21467 invoked by alias); 9 Jul 2004 17:52:03 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 21460 invoked from network); 9 Jul 2004 17:52:02 -0000 Received: from unknown (HELO lpdsrv04.logicpd.com) (66.162.60.3) by sourceware.org with SMTP; 9 Jul 2004 17:52:02 -0000 Received: from nostromo.logicpd.com ([192.168.1.138]) by lpdsrv04.logicpd.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id N6HX67SB; Fri, 9 Jul 2004 12:52:01 -0500 From: Jeff Cooper Reply-To: jeffc@logicpd.com To: ECOS Discussion Mailing List Content-Type: multipart/mixed; boundary="=-MxCbAGIQziNvvHvxncqo" Organization: Logic Product Development Message-Id: <1089395521.20180.25.camel@nostromo> Mime-Version: 1.0 Date: Fri, 09 Jul 2004 17:52:00 -0000 Subject: [ECOS] Error in CVS version of memalloc.cdl X-SW-Source: 2004-07/txt/msg00138.txt.bz2 --=-MxCbAGIQziNvvHvxncqo Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 660 I just noticed an error in memalloc.cdl in the anonymous CVS version of eCos that will cause my library not to build. The compile halts when it can't find the file 'debug.c'. The path to the file is: packages/services/memalloc/common/current/cdl/memalloc.cdl I've attached a patch for the file. It basically looks like someone was debugging and left an extra file in the compile line. Either that or they forgot to check in the file debug.c. thanks, Jeff -- Jeff Cooper Senior Embedded Software Engineer jeffc@logicpd.com Logic Product Development 612-436-5176 411 N. Washington Ave. Suite 101 Minneapolis, MN 55401 --=-MxCbAGIQziNvvHvxncqo Content-Disposition: attachment; filename=memalloc.cdl.patch Content-Type: application/octet-stream; name=memalloc.cdl.patch Content-Transfer-Encoding: 7bit Content-length: 544 --- ecos-cvs/packages/services/memalloc/common/current/cdl/memalloc.cdl 2004-07-08 08:12:34.000000000 -0500 +++ ecos-cvs.local/packages/services/memalloc/common/current/cdl/memalloc.cdl 2004-07-09 08:25:13.000000000 -0500 @@ -56,7 +56,7 @@ interface. It also contains some sample implementations." include_dir cyg/memalloc compile dlmalloc.cxx memfixed.cxx memvar.cxx \ - sepmeta.cxx debug.c + sepmeta.cxx # ==================================================================== --=-MxCbAGIQziNvvHvxncqo Content-Type: text/plain; charset=us-ascii Content-length: 148 -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss --=-MxCbAGIQziNvvHvxncqo--