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]

Re: Error with crosstool-0.28-rc16 host ppc7455 target i686


Richard Stocker wrote:
I would like to expedite compiling programs for Gentoo on a Pentium III by using distcc and my Mac PowerBook G4. The Powerbook has a 867Mhz PowerPC 7455 processor and the OS is 10.2.8.

I downloaded crosstools-0.28-rc16 to the Mac. Running demo.sh, which is equivalent to demo-i686.sh since all other targets are commented-out, produces the error below. The tools combo is gcc-3.3.2-glibc-2.3.2 to match those on Gentoo.

Sounds fine so far...


make[1]: *** [timezone/install-headers] Segmentation fault

When make segfaults, you have to wonder about the platform.


http://www.mail-archive.com/fink-devel@lists.sourceforge.net/msg09037.html
points out that the problem is probably the stack size limit.
Try  ulimit -s 10240
or the like.

I'll have to add that to doc/crosstool-howto.html ...

Let me know if that helps.
- Dan

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