public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Dmitry Bobrov <rdxmen@yandex.ru>
To: crossgcc@sourceware.org
Subject: Problem with building multilib in the arm-unknown-linux-gnueabi toolchain under Cygwin
Date: Tue, 27 Sep 2016 15:21:00 -0000	[thread overview]
Message-ID: <656251474989691@web20o.yandex.ru> (raw)

I'm building the crosscompiler arm-unknown-linux-gnueabi under Cygwin using the latest version of crosstool-ng (from github):

[EXTRA]  Dumping internal crosstool-NG configuration
[EXTRA]    Building a toolchain for:
[EXTRA]      build  = x86_64-unknown-cygwin
[EXTRA]      host   = x86_64-unknown-cygwin
[EXTRA]      target = arm-unknown-linux-gnueabi
[EXTRA]  Dumping internal crosstool-NG configuration: done in 0.28s (at 00:10)
[INFO ]  =================================================================
[INFO ]  Retrieving needed toolchain components' tarballs
[EXTRA]    Retrieving 'linux-4.4.3'
[EXTRA]    Retrieving 'gmp-6.1.0'
[EXTRA]    Retrieving 'mpfr-3.1.3'
[EXTRA]    Retrieving 'isl-0.14'
[EXTRA]    Retrieving 'mpc-1.0.3'
[EXTRA]    Retrieving 'libelf-0.8.13'
[EXTRA]    Retrieving 'expat-2.1.0'
[EXTRA]    Retrieving 'ncurses-6.0'
[EXTRA]    Retrieving 'libiconv-1.14'
[EXTRA]    Retrieving 'gettext-0.19.6'
[EXTRA]    Retrieving 'binutils-2.26'
[EXTRA]    Retrieving 'gcc-6.1.0'
[EXTRA]    Retrieving 'glibc-2.23'
[EXTRA]    Retrieving 'dmalloc-5.5.2'
[EXTRA]    Retrieving 'duma_2_5_15'
[EXTRA]    Retrieving 'gdb-7.11'
[EXTRA]    Retrieving 'ltrace_0.7.3.orig'
[EXTRA]    Retrieving 'strace-4.10'
[INFO ]  Retrieving needed toolchain components' tarballs: done in 1225.04s (at 20:36)

And after few steps I faced with the following problem:

[INFO ]  =================================================================
[INFO ]  Installing C library headers & start files
[INFO ]    =================================================================
[INFO ]    Building for multilib 1/1: ''
[EXTRA]      Configuring C library
[EXTRA]      Installing C library headers
[ERROR]      make[3]: *** [Makefile:194: /opt/build_toolchain/.build/arm-unknown-linux-gnueabi/build/build-libc-startfiles/multilib_./sunrpc/rpcsvc/nlm_prot.stmp] Error 127
[ERROR]      make[3]: *** [Makefile:193: /opt/build_toolchain/.build/arm-unknown-linux-gnueabi/build/build-libc-startfiles/multilib_./sunrpc/rpcsvc/bootparam_prot.stmp] Error 127
[ERROR]      make[3]: *** [Makefile:194: /opt/build_toolchain/.build/arm-unknown-linux-gnueabi/build/build-libc-startfiles/multilib_./sunrpc/rpcsvc/klm_prot.stmp] Error 127
[ERROR]      make[3]: *** [Makefile:194: /opt/build_toolchain/.build/arm-unknown-linux-gnueabi/build/build-libc-startfiles/multilib_./sunrpc/rpcsvc/rstat.stmp] Error 127
[ERROR]      make[3]: *** [Makefile:194: /opt/build_toolchain/.build/arm-unknown-linux-gnueabi/build/build-libc-startfiles/multilib_./sunrpc/rpcsvc/yppasswd.stmp] Error 127
[ERROR]      make[2]: *** [Makefile:214: sunrpc/install-headers] Error 2
[ERROR]      make[1]: *** [Makefile:9: install-headers] Error 2
[ERROR]  /
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Building for multilib 1/1: '''
[ERROR]  >>        called in step 'Installing C library headers & start files'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_DoExecLog[scripts/functions@259]
[ERROR]  >>        called from: do_libc_backend_once[scripts/build/libc/glibc.sh@303]
[ERROR]  >>        called from: CT_IterateMultilibs[scripts/functions@1659]
[ERROR]  >>        called from: do_libc_backend[scripts/build/libc/glibc.sh@86]
[ERROR]  >>        called from: do_libc_start_files[scripts/build/libc/glibc.sh@48]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@624]

As I have already read - there a lot of problems (it's not well-tested) with multilib when build toolchains using crosstool-ng. How can I disable the building of multilib in my configuration? Or maybe I can fix this problem?

--
For unsubscribe information see http://sourceware.org/lists.html#faq

                 reply	other threads:[~2016-09-27 15:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=656251474989691@web20o.yandex.ru \
    --to=rdxmen@yandex.ru \
    --cc=crossgcc@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).