This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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: problems building arm cross-compiler


Glen Kim <ogle at OCF dot Berkeley dot EDU> writes:

> Hi,
> 	I'm trying to build a gcc 3.2.2 cross-compiler for the ARM
> architecture.  I am running gentoo linux, and using gcc-3.2.2.  As far as
> I can tell, buiding halts when looking for the included file pthread.h in
> gcc/gthr-posix.h, in gcc/unwind-dw2.c.  I apologize if this information is
> available elsewhere, but so far my own search attempts have turned up
> nothing.  Thanks for your time.
[snip]

Two guesses:

(a) obtain the proper pthread.h header for your target platform.
(b) configure with --disable-threads .


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