From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29137 invoked by alias); 21 Apr 2005 09:35:55 -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 29105 invoked from network); 21 Apr 2005 09:35:47 -0000 Received: from unknown (HELO ns2.nec.com.au) (147.76.180.2) by sourceware.org with SMTP; 21 Apr 2005 09:35:47 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by ns2.nec.com.au (Postfix) with ESMTP id DFCCB37762 for ; Thu, 21 Apr 2005 19:35:45 +1000 (EST) Received: from ns2.nec.com.au ([127.0.0.1]) by localhost (ns2.nec.com.au [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01502-01-41 for ; Thu, 21 Apr 2005 19:35:45 +1000 (EST) Received: from smtp2.nec.com.au (smtp2.internal.nec.com.au [172.31.8.19]) by ns2.nec.com.au (Postfix) with ESMTP id D0CA037757 for ; Thu, 21 Apr 2005 19:35:45 +1000 (EST) Received: from deer.kts.nec.com.au (localhost.localdomain [127.0.0.1]) by smtp2.nec.com.au (8.12.8/8.12.8) with ESMTP id j3L9Zjg0009695 for ; Thu, 21 Apr 2005 19:35:45 +1000 Received: from dvalin.dd.nec.com.au ([172.31.20.70]) by deer.kts.nec.com.au (8.12.5/8.12.5/Debian-1) with ESMTP id j3L9ZO7w021277 for ; Thu, 21 Apr 2005 19:35:24 +1000 Received: from dvalin.dd.nec.com.au (localhost [127.0.0.1]) by dvalin.dd.nec.com.au (8.12.3/8.12.3/Debian-5) with ESMTP id j3L9ZKVJ004810 for ; Thu, 21 Apr 2005 19:35:20 +1000 Received: (from erik@localhost) by dvalin.dd.nec.com.au (8.12.3/8.12.3/Debian-5) id j3L9ZKbF004808 for ecos-discuss@ecos.sourceware.org; Thu, 21 Apr 2005 19:35:20 +1000 From: Erik Christiansen Date: Thu, 21 Apr 2005 14:56:00 -0000 To: ecos-discuss@ecos.sourceware.org Message-ID: <20050421093519.GB1436@dd.nec.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040722i Subject: [ECOS] Adding string library, with SERIAL and DEBUG excluded. X-SW-Source: 2005-04/txt/msg00215.txt.bz2 It looks like CYGBLD_ISO_STRING_BSD_FUNCS_HEADER should enable the string library (BSD string functions), but if I uncomment: # user_value 0 0 is there some magic in the presence of two values, that must be dealt with? Since the two bit "booldata" can only have 3 other values, I can muck about with them. Maybe I can work it out from the code, but if anyone knows already, it'd be great. eCos is chugging nicely on our card, with no knowledge of serial I/O. Now string functions are needed, and it seems a waste to link in newlib when it looks possible to get these functions to pop up in libtarget.a with a little judicious configuring. Erik -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss