This is the mail archive of the libc-alpha@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]

problem compiling glibc 2.26 with gcc 7.1


Hi,

I try to cross-compile latest glibc release 2.26 with binutils 2.28
and gcc 7.1 to aarch64, but the compilation fails with this error:
./md-unwind-support.h: In function 'aarch64_fallback_frame_state':
./md-unwind-support.h:58:21: error: field 'uc' has incomplete type
     struct ucontext uc;
                     ^~

The full log is here:
https://debug.openadk.org/glibc/make.log

It fails in the final gcc compilation step.

Anyone have a gcc patch ready?
Or do I make a mistake? Glibc 2.25 worked fine for me with the
same gcc and binutils versions.
I see similar issues with other architectures.

best regards
 Waldemar


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