public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Error in CVS version of memalloc.cdl
@ 2004-07-09 17:52 Jeff Cooper
  2004-07-09 18:35 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Cooper @ 2004-07-09 17:52 UTC (permalink / raw)
  To: ECOS Discussion Mailing List

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

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

[-- Attachment #2: memalloc.cdl.patch --]
[-- Type: application/octet-stream, Size: 544 bytes --]

--- 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
 
 # ====================================================================
 


[-- Attachment #3: Type: text/plain, Size: 148 bytes --]

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] Error in CVS version of memalloc.cdl
  2004-07-09 17:52 [ECOS] Error in CVS version of memalloc.cdl Jeff Cooper
@ 2004-07-09 18:35 ` Andrew Lunn
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Lunn @ 2004-07-09 18:35 UTC (permalink / raw)
  To: Jeff Cooper; +Cc: ECOS Discussion Mailing List

On Fri, Jul 09, 2004 at 12:52:01PM -0500, Jeff Cooper wrote:
> 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'.

> 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.

I forgot the check the file in :-(

Do a cvs up and it should work again.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-09 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-09 17:52 [ECOS] Error in CVS version of memalloc.cdl Jeff Cooper
2004-07-09 18:35 ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).