This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: Problem trying to build eglibc for m68k Coldfire MCF54418


Sorry, I could not understand the issue you are seeing. I tried to build
a m68k coldfire toolchain, but for some reason gcc builds fails with
some internal error. I could build a default m68k and build glibc 2.19
with it. Care to explain better what you are seeing?

On 21-04-2016 05:27, jami.vinaysagar wrote:
> 
> 
> 
> please lo to the lile location and  add
> #ifdef Errorstring
>  //usage
> #endif
> 
> for example in the above error you got error in  FE_TONEAREST
> 
> go to the "glib-2.19" source directory go to "vim
> /sysdeps/ieee754/dbl-64/e_exp.c" and define like this 
> 
> #ifdef FE_TONEAREST
>  SET_RESTORE_ROUND (FE_TONEAREST);
> #endif
> 
> 
> after saving you compile again... then repeat the same process untill all
> variables are defined.
> after that you can compile it properly. 
> thanking you
> 
> 


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