From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21172 invoked by alias); 31 May 2007 00:24:05 -0000 Received: (qmail 21163 invoked by uid 22791); 31 May 2007 00:24:04 -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; Thu, 31 May 2007 00:24:01 +0000 Received: from ariga (p3063-ipad406marunouchi.tokyo.ocn.ne.jp [222.146.147.63]) by pop132.ocn.ne.jp (OCN) with SMTP id l4V0Nv44014603; Thu, 31 May 2007 09:23:58 +0900 (JST) Message-ID: <000f01c7a319$fa242090$1c0110ac@ariga> From: "ariga masahiro" To: "Gary Thomas" Cc: References: <000e01c7a281$b23c36c0$1c0110ac@ariga> <465D5D95.5070506@mlbassoc.com> Date: Thu, 31 May 2007 02:27:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="GB2312"; reply-type=original Content-Transfer-Encoding: 8bit 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: Re: [ECOS] Why strncasecmp' undeclared X-SW-Source: 2007-05/txt/msg00198.txt.bz2 Thank you Gary, I found the cause of errors. When I checked 'CYGFUN_LIBC_STRING_BSD_FUNCS' option, I found I commented implements line like next. ##//20070516 implements CYGINT_ISO_STRING_BSD_FUNCS When I revived the line,I could built without erros. I sould apologise everyone. Thank you again. Masahiro Ariga ----- Original Message ----- From: "Gary Thomas" To: "ariga masahiro" Cc: Sent: Wednesday, May 30, 2007 8:18 PM Subject: Re: [ECOS] Why strncasecmp' undeclared > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > ariga masahiro wrote: >> Thank you jiang, >> >> Thank you reply. >> >> I first included ,next but >> both resulted in same errors. >> As far as I used [default] in configtool's [Packages]dropdownlist. >> >> Although I changed to [net] in configtool's [Packages]dropdownlist, >> then appeared no same errors. >> >> Of course I still not fathomed intricasies of eCos. >> If I want to know [Packages]dropdownlist more thoroughly, >> where do you recommend to refer to? > > Enable 'CYGFUN_LIBC_STRING_BSD_FUNCS' to get these (non ISO C Standard) > functions. > >> >> Masahiro Ariga >> >> ----- Original Message ----- From: "jiang jet" >> To: >> Cc: >> Sent: Wednesday, May 30, 2007 2:45 PM >> Subject: RE: [ECOS] Why strncasecmp' undeclared >> >> >>> >>> >>> >>> >>> I love this game : embedded system @_@ >>> MSN:jetjiang@hotmail.com >>> >>> >>> >>> >>> >>>> From: "ariga masahiro" >>>> To: >>>> Subject: [ECOS] Why strncasecmp' undeclared >>>> Date: Wed, 30 May 2007 13:53:05 +0900 >>>> >>>> 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. >>> >>> did you include the right header files?? >>> it should be not , >>>> >>>> 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 >>>> >>> >>> _________________________________________________________________ >>> Ãâ·ÑÏÂÔØ MSN Explorer: http://explorer.msn.com/lccn >>> >>> -- >>> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos >>> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss >>> >>> >> >> > > > - -- > - ------------------------------------------------------------ > Gary Thomas | Consulting for the > MLB Associates | Embedded world > - ------------------------------------------------------------ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (GNU/Linux) > Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org > > iD8DBQFGXV2UmaKbSsQGV8ARAkUWAJ9L4VLw494d8arQQHd4nZMxetbFPwCfUD97 > Qe5/PQa8w9k9bnQExTC4tFg= > =R0Ce > -----END PGP SIGNATURE----- > > -- > Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos > and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss > > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss