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




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]