From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19857 invoked by alias); 30 May 2007 04:53:10 -0000 Received: (qmail 19848 invoked by uid 22791); 30 May 2007 04:53:10 -0000 X-Spam-Check-By: sourceware.org Received: from pop132.ocn.ne.jp (HELO pop132.ocn.ne.jp) (60.37.31.215) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 May 2007 04:53:08 +0000 Received: from ariga (p1066-ipad510marunouchi.tokyo.ocn.ne.jp [222.148.104.66]) by pop132.ocn.ne.jp (OCN) with SMTP id l4U4r5Ot029948 for ; Wed, 30 May 2007 13:53:05 +0900 (JST) Message-ID: <000301c7a276$692b8950$1c0110ac@ariga> From: "ariga masahiro" To: Date: Wed, 30 May 2007 05:45:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-2022-jp"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Why strncasecmp' undeclared X-SW-Source: 2007-05/txt/msg00167.txt.bz2 Hi everyone, I challenged to implement eCos application. First of all I tried to make libtarget.a. I changed Startup Type(CYG_HAL_STARTUP) "RAM". I selected [default] in configtool's [Packages]dropdownlist. Then Bult,and encountered next errors. function `int match_string(const char**, const char**, int)': /opt/ecos/ecos-2.0/packages/language/c/libc/time/v2_0/src/strptime.cxx:89: ` strncasecmp' undeclared (first use this function) /opt/ecos/ecos-2.0/packages/language/c/libc/time/v2_0/src/strptime.cxx:89: (Each undeclared identifier is reported only once for each function it appears in.) I checked strncasecmp function and learned it needs to include , so I included in strptime.cxx,but resulted in same errors. I am puzzled. Please help me out of the swamp. Masahiro Ariga -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss