public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* RE: Libc iconvdata compilation problem
@ 2013-01-02 12:12 Rūdolfs Bundulis
  0 siblings, 0 replies; 2+ messages in thread
From: Rūdolfs Bundulis @ 2013-01-02 12:12 UTC (permalink / raw)
  To: crossgcc; +Cc: svax

Hi,

I had the same issue, but I found a lot of "too many open files"
errors higher up in build.log, I checked ulimit and the limit for open
files was just 256, so I did ulimit -n 1024 and after that everything
built, hope this helps.

Regards,
Rudolfs Bundulis

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Libc iconvdata compilation problem
@ 2012-07-06 13:40 Stéphane VAXELAIRE
  0 siblings, 0 replies; 2+ messages in thread
From: Stéphane VAXELAIRE @ 2012-07-06 13:40 UTC (permalink / raw)
  To: crossgcc

Hello,

I'm trying to get an arm-unknown-linux-eabi cross compiler on a Mac OS X 10.7.4 host. I set everything up in case sensitive sparse image (10GB).
First, it seems necessary to add #include <stddef.h> in kconfig/zconf.hash.c otherwise it won't compile.

Anyway, I set up a config with no static stuff as I found mention of that for Mac hosts, and indeed it helped to get where I am stuck.
I also had to remove (commented out) CT_CC_STATIC_LIBSTDCXX=y otherwise it would complain about an unknown parameter -Bstatic at some point I forgot.

Now, in the build-libc-final I have that error in the iconvdata directory. Has anyone encountered such problems ? I felt so close ... :)

Regards

Here is the (concerned) last part of build.log :

23884 [ALL  ]    LC_ALL=C /bin/sh ./gen-8bit-gap.sh ../localedata/charmaps/CP773 > /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/      cp773.T
23885 [ALL  ]    LC_ALL=C /bin/sh ./gen-8bit-gap.sh ../localedata/charmaps/CP774 > /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/      cp774.T
23886 [ALL  ]    LC_ALL=C /bin/sh ./gen-8bit-gap-1.sh ../localedata/charmaps/ISO-8859-7 > /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/ico      nvdata/iso8859-7jp.T
23887 [ALL  ]    make[3]: *** No rule to make target `/Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/CP770.so', needed by `others'      .  Stop.
23888 [ALL  ]    make[3]: *** Waiting for unfinished jobs....
23889 [ALL  ]    /bin/sh ../scripts/move-if-change /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/iso8859-7jp.T /Volumes/Crosstool      Compile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/iso8859-7jp.h
23890 [ALL  ]    /bin/sh ../scripts/move-if-change /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp774.T /Volumes/CrosstoolCompil      e/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp774.h
23891 [ALL  ]    /bin/sh ../scripts/move-if-change /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp773.T /Volumes/CrosstoolCompil      e/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp773.h
23892 [ALL  ]    touch /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-turkish8.stmp
23893 [ALL  ]    /bin/sh ../scripts/move-if-change /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp772.T /Volumes/CrosstoolCompil      e/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp772.h
23894 [ALL  ]    /bin/sh ../scripts/move-if-change /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp771.T /Volumes/CrosstoolCompil      e/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp771.h
23895 [ALL  ]    /bin/sh ../scripts/move-if-change /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp770.T /Volumes/CrosstoolCompil      e/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp770.h
23896 [ALL  ]    /bin/sh ../scripts/move-if-change /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-greek8.T /Volumes/CrosstoolCo      mpile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-greek8.h
23897 [ALL  ]    /bin/sh ../scripts/move-if-change /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-thai8.T /Volumes/CrosstoolCom      pile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-thai8.h
23898 [ALL  ]    touch /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp773.stmp
23899 [ALL  ]    touch /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-thai8.stmp
23900 [ALL  ]    touch /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/hp-greek8.stmp
23901 [ALL  ]    touch /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp770.stmp
23902 [ALL  ]    touch /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp771.stmp
23903 [ALL  ]    touch /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp772.stmp
23904 [ALL  ]    touch /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/cp774.stmp
23905 [ALL  ]    touch /Volumes/CrosstoolCompile/crosstool-ng-1.15.2/.build/arm-unknown-linux-gnueabi/build/build-libc-final/iconvdata/iso8859-7jp.stmp
23906 [ERROR]    make[2]: *** [iconvdata/others] Error 2
23907 [ERROR]    make[1]: *** [all] Error 2
23908 [ERROR]
23909 [ERROR]  >>
23910 [ERROR]  >>  Build failed in step 'Installing C library'
23911 [ERROR]  >>        called in step '(top-level)'
23912 [ERROR]  >>
23913 [ERROR]  >>  Error happened in: CT_DoExecLog[scripts/functions@158]
23914 [ERROR]  >>        called from: do_libc_backend_once[scripts/build/libc/glibc-eglibc.sh-common@441]
23915 [ERROR]  >>        called from: do_libc_backend[scripts/build/libc/glibc-eglibc.sh-common@143]
23916 [ERROR]  >>        called from: do_libc[scripts/build/libc/glibc-eglibc.sh-common@65]
23917 [ERROR]  >>        called from: main[scripts/crosstool-NG.sh@598]
23918 [ERROR]  >>
23919 [ERROR]  >>  For more info on this error, look at the file: 'build.log'
23920 [ERROR]  >>  There is a list of known issues, some with workarounds, in:
23921 [ERROR]  >>      'docs/B - Known issues.txt'
23922 [ERROR]
23923 [ERROR]  (elapsed: 12:40.00)



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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-02 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-02 12:12 Libc iconvdata compilation problem Rūdolfs Bundulis
  -- strict thread matches above, loose matches on Subject: below --
2012-07-06 13:40 Stéphane VAXELAIRE

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).