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]

Re: [PATCH v2] Harmonize stdint.h and _default_types.h


On Tue, 2013-12-03 at 15:52 +0100, Sebastian Huber wrote:
> v2: Fix INT(8|16|32|64)_C() definitions.

I think this patch broke the newlib build for MIPS.  My build is dying
in libgloss:

mips-mti-elf-gcc
-B/local/home/sellcey/nightly/obj-mips-mti-elf/newlib/mips-mti-elf/newlib/ -isystem /local/home/sellcey/nightly/obj-mips-mti-elf/newlib/mips-mti-elf/newlib/targ-include -isystem /local/home/sellcey/nightly/src/newlib/newlib/libc/include -B/local/home/sellcey/nightly/obj-mips-mti-elf/newlib/mips-mti-elf/libgloss/mips -L/local/home/sellcey/nightly/obj-mips-mti-elf/newlib/mips-mti-elf/libgloss/libnosys -L/local/home/sellcey/nightly/src/newlib/libgloss/mips    -c -g -O2 -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt -g -O2 -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt /local/home/sellcey/nightly/src/newlib/libgloss/mips/cfe_mem.c -o cfe_mem.o
In file included
from /local/home/sellcey/nightly/src/newlib/libgloss/mips/cfe_api.c:49:0:
/local/home/sellcey/nightly/src/newlib/libgloss/mips/cfe_api.h:147:5:
error: unknown type name int64_t
     int64_t fwi_version;  /* major, minor, eco version */

I am guessing that maybe I need to include some new header or add some
new define?  Is anyone else having this problem?

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]