This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ 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]

crosstools on macosx


hi,
i tried building an x86 target toolchain on macosx without success

first the issues i was able to solve (all of them were addressed in the mailing list but
never all of them at the same place)


(expr length not supported on osx)
patch linuxkernel Makefile to do expr "asdf" : '.*' instead of length

(checking version of sed hangs)
installed new sed from sources

as -version hangs, echo "" | as -version doesn't
(fixed it in the autoconf generated  configure script of glibc)

(*** errlist.c count 126 vs Versions sys_errlist@GLIBC_2.0 count 123)
downloaded and installed gawk


the issue i wasn't able to solve is the commonly addressed (supposedly not system specific)
linker error after the compiling is done (librtld.os cant find stuff)
i will refrain from pasting the wild error message log as this has been done on
repeated occasions on this mailing list. is there any solution to this problem yet?
i tried adding GCC_EXTRA_CONFIG="--disable-multilib --disable-shared" to i686.dat
but this didn't fix my issue.


i am using crosstool 0.27 and i am building with an unchanged demo-i686.dat (except for --nounpack
so i can add my fixes after freshly unpacking)


advice appreciated

best regards
Diman Todorov


------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]