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]

Still no joy with OSX Mountain Lion for ARM


Well, I've actually reverted back (at least as far as version will let me)
to a configuration that I've used successfully with CT-NG 1.6 to build a
cross tool for ARM that runs on OSX and I'm having no luck getting it to
build completely.

If I follow the procedure in the Misc tutorials, aside from it needing more
Macports than are listed there, when I use GCC 4.3 instead of the LLVM, it
craps out trying to build GMP.

[ERROR]    make[3]: *** [abs.lo] Error 1
[ALL  ]    make[3]: *** Waiting for unfinished jobs....
[ERROR]    make[3]: *** [clears.lo] Error 1
[ERROR]    make[3]: *** [clear.lo] Error 1
[ERROR]    make[3]: *** [canonicalize.lo] Error 1
[ERROR]    make[3]: *** [cmp.lo] Error 1
[ERROR]    make[3]: *** [cmp_ui.lo] Error 1
[ERROR]    make[3]: *** [cmp_si.lo] Error 1
[ERROR]    make[3]: *** [aors.lo] Error 1
[ERROR]    make[3]: *** [div.lo] Error 1
[ERROR]    make[2]: *** [all-recursive] Error 1
[ERROR]    make[1]: *** [all] Error 2
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Installing GMP for host'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_DoExecLog[scripts/functions@158]
[ERROR]  >>        called from:
do_gmp_backend[scripts/build/companion_libs/gmp.sh@92]
[ERROR]  >>        called from:
do_gmp_for_host[scripts/build/companion_libs/gmp.sh@56]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@598]

If, however, I used the Darwin LLVM compiler, I get all the way to the
installing final compiler phase and it craps out with the following:

[INFO ]  Installing final compiler
[EXTRA]    Configuring final compiler
[EXTRA]    Building final compiler
[ERROR]    make[3]: *** [cc1plus-dummy] Error 1
[ERROR]    make[2]: *** [all-gcc] Error 2
[ERROR]    make[1]: *** [all] Error 2
[ERROR]   
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Installing final compiler'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_DoExecLog[scripts/functions@158]
[ERROR]  >>        called from: do_cc_backend[scripts/build/cc/gcc.sh@781]
[ERROR]  >>        called from: do_cc_for_host[scripts/build/cc/gcc.sh@530]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@598]

I have tried various versions of various component parts as well.

Blair M. Burtan



--
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]