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: cr16, lm32: error: Unable to determine type definition of intptr_t/int32_t


Hi Corinna, Hi Yaakov,

> #else
> /* Handle targets with known broken GCCs, otherwise give up */
> # if defined (__CR16__)
> #  define _INTPTR_EQ_SHORT
> # elif defined (__LM32__)
> #  define _INT32_EQ_LONG
> # else
> #  error "Unable to determine type definition of intptr_t"
> # endif
> #endif

That seems fair.


Yaakov - What are the configurations of cr16 and lm32 that do not define __INTPTR_TYPE__ ?

Cheers
  Nick


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