This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Build problem?


Is anyone else seeing this build failure with the latest newlib
sources.  I am building on x86 linux targetting mips-mti-elf.

/local/home/sellcey/nightly/src/newlib/newlib/libc/stdio/vfwscanf.c: In function '__svfwscanf_r':
/local/home/sellcey/nightly/src/newlib/newlib/libc/stdio/vfwscanf.c:464:38: error: 'data' undeclared (first use in this function)
    decpt = (wchar_t) *_localeconv_r (data)->decimal_point;
                                      ^
/local/home/sellcey/nightly/src/newlib/newlib/libc/stdio/vfwscanf.c:464:38: note: each undeclared identifier is reported only once for each function it appears in
make[5]: *** [lib_a-vfwscanf.o] Error 1

Steve Ellcey
sellcey@mips.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]