public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Why strncasecmp' undeclared
@ 2007-05-30  5:45 ariga masahiro
  2007-05-30  6:13 ` jiang jet
  0 siblings, 1 reply; 7+ messages in thread
From: ariga masahiro @ 2007-05-30  5:45 UTC (permalink / raw)
  To: ecos-discuss

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 <strings.h>,
so I included <strings.h> 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

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

end of thread, other threads:[~2007-05-31 12:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-30  5:45 [ECOS] Why strncasecmp' undeclared ariga masahiro
2007-05-30  6:13 ` jiang jet
2007-05-30 11:18   ` ariga masahiro
2007-05-30 11:51     ` Gary Thomas
2007-05-31  2:27       ` ariga masahiro
2007-05-31  5:42         ` ariga masahiro
2007-05-31 13:02           ` 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).