This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See crosstool-NG for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi, I had the same issue, I had a lot of 'too many open files' errors in the log, so i checked ulimit and since file limit was only 256 i raised it to 1024 and that did the trick. Hope i it helps. Sent from my Windows Phone From: Jolyon Wright Sent: 2013.01.10. 22:04 To: crossgcc@sourceware.org Subject: mac build woes : homebrew+iconvdata=big trouble I have been trying to build an arm cross compiler toolchain to run on the mac using homebrew. I have been using these notes as a starting point : http://www.benmont.com. I consistently get the following error:- /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/iso8859-9e.T /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/iso8859-9e.h [ALL ] LC_ALL=C /bin/sh ./gen-8bit-gap.sh ../localedata/charmaps/HP-THAI8 > /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-thai8.T [ALL ] LC_ALL=C /bin/sh ./gen-8bit-gap.sh ../localedata/charmaps/HP-GREEK8 > /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-greek8.T [ALL ] touch /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/iso8859-9e.stmp [ALL ] LC_ALL=C /bin/sh ./gen-8bit-gap-1.sh ../localedata/charmaps/ISO-8859-7 > /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/iso8859-7jp.T [ALL ] make[3]: *** No rule to make target `/Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/KOI8-RU.so', needed by `others'. Stop. [ALL ] make[3]: *** Waiting for unfinished jobs.... [ALL ] /bin/sh ../scripts/move-if-change /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/iso8859-7jp.T /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/iso8859-7jp.h [ALL ] /bin/sh ../scripts/move-if-change /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-greek8.T /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-greek8.h [ALL ] /bin/sh ../scripts/move-if-change /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-thai8.T /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-thai8.h [ALL ] touch /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-thai8.stmp [ALL ] touch /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-greek8.stmp [ALL ] touch /Volumes/arm/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/iso8859-7jp.stmp [ERROR] make[2]: *** [iconvdata/others] Error 2 [ERROR] make[1]: *** [all] Error 2 [ERROR] [ERROR] >> [ERROR] >> Build failed in step 'Installing C library' [ERROR] >> called in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@216] [ERROR] >> called from: do_libc_backend_once[scripts/build/libc/glibc-eglibc.sh-common@445] [ERROR] >> called from: do_libc_backend[scripts/build/libc/glibc-eglibc.sh-common@143] [ERROR] >> called from: do_libc[scripts/build/libc/glibc-eglibc.sh-common@65] [ERROR] >> called from: main[scripts/crosstool-NG.sh@612] [ERROR] >> [ERROR] >> For more info on this error, look at the file: 'build.log' [ERROR] >> There is a list of known issues, some with workarounds, in: [ERROR] >> '/usr/local/Cellar/crosstool-ng/1.17.0/share/doc/crosstool-ng/ct-ng.1.17.0/B - Known issues.txt' [ERROR] [ERROR] (elapsed: 21:37.00) This seems like the exact same problem: http://sourceware.org/ml/crossgcc/2012-07/msg00028.html Does anybody have any idea how I can resolve this - or, failing that, some hints as to where I should start trying to track the problem down! Any pointers would be greatly appreciated - I am kind of new to this, Thanks, jolyon -- For unsubscribe information see http://sourceware.org/lists.html#faq -- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |