From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25628 invoked by alias); 25 Jun 2008 22:15:59 -0000 Received: (qmail 25564 invoked by uid 22791); 25 Jun 2008 22:15:58 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jun 2008 22:15:40 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D9A982A9682 for ; Wed, 25 Jun 2008 18:15:38 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id wWlFPAckg1xL for ; Wed, 25 Jun 2008 18:15:38 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C3FE02A967F for ; Wed, 25 Jun 2008 18:15:38 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 902C7E7ACD; Wed, 25 Jun 2008 18:15:38 -0400 (EDT) Date: Wed, 25 Jun 2008 22:15:00 -0000 From: Joel Brobecker To: gdb@sourceware.org Subject: Re: gnulib dependency in gdbserver Message-ID: <20080625221538.GH7272@adacore.com> References: <20080625191621.GI3700@adacore.com> <20080625192247.GA29115@caradoc.them.org> <20080625211342.GF7272@adacore.com> <20080625215802.GA4651@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080625215802.GA4651@caradoc.them.org> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00262.txt.bz2 > I think I'm beginning to understand your problem. Did you say > something about LynxOS? Have you got a local gdbserver port to > a target I have a local LynxOS port that was roughly adapted from LynxOS sources. I'm actually working on getting permission to submit this code for inclusion, although I suspect it might not be up to standards. It's pretty much my first time with the gdbserver, and I'm still learning, so I just hacked the code out of their sources into HEAD. > in which this rule: > > > $(CC) -o memmem.o -c $(CPPFLAGS) $(INTERNAL_CFLAGS) $< > > is not sufficient? I thought so because memmem.c uses SIZE_MAX. However, I now realized that I greped in the wrong directory, and now that I grep again in the right one, the system stdint.h does seem to provide this macro. So it looks like an issue with the way I setup the build or maybe the compiler (we've had some issues of this sort a while ago). Let me dig in a little more. Thanks much for the feedback - I was so focused on trying to understand why gnulib wasn't configured that I missed the obvious. -- Joel