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] |
The cause apparently is missing includes: - libc/xdr/xdr_private.h applies uint32_t but doesn't include <stdint.h>
- libc/xdr/xdr_rec.c applies INT_MAX and LONG_MAX but doesn't include <limits.h>
Attachment:
newlib-libc-xdr.diff
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |