This is the mail archive of the
libc-help@sourceware.org
mailing list for the glibc project.
Re: Problem trying to build eglibc for m68k Coldfire MCF54418
- From: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: libc-help at sourceware dot org
- Date: Thu, 21 Apr 2016 12:01:19 -0300
- Subject: Re: Problem trying to build eglibc for m68k Coldfire MCF54418
- Authentication-results: sourceware.org; auth=none
- References: <CABMCMP9=Uh63gF=md=0GUqKA7NEVgSD39FYPbu9yh+NktJah2Q at mail dot gmail dot com> <loom dot 20160421T101855-473 at post dot gmane dot org>
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
>
>