Are you trying to build this on a 32-bit system?
> /usr/include/gnu/stubs.h says:
>
> #if !defined __x86_64__
> # include <gnu/stubs-32.h>
> #endif
> #if defined __x86_64__ && defined __LP64__
> # include <gnu/stubs-64.h>
> #endif
> #if defined __x86_64__ && defined __ILP32__
> # include <gnu/stubs-x32.h>
> #endif
>
> Are you using QEMU_ARCH=x86_64-softmmu?
>
> -- Bruce
>
It is a 64-bit system:
if [ $(uname -m) = i686 ]; then
QEMU_ARCH=i386-softmmu
else
QEMU_ARCH=x86_64-softmmu
fi
echo $QEMU_ARCH
x86_64-softmmu
So I believe the target was properly set during the configure. Simply
trying again yielded the same result. My next attempt I will try disabling
parallel build with 'make -j1' instead of my usual '-j2' and see if that
doesn't make a difference.
I recently recompiled the GCC-9.2.0 build to include the support for
Fortran, Obj. C, etc. and only had around 120 errors, which the book states
is the average total. Nothing seemed out of the ordinary, and I haven't had
any other issues with building packages using GCC up until now.
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page