Problem trying to build eglibc for m68k Coldfire MCF54418

jami.vinaysagar jami.vinaysagar@gmail.com
Thu Apr 21 09:10:00 GMT 2016




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




More information about the Libc-help mailing list