public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Error making gcc compiler
@ 2002-02-01  5:58 Dimitri Frederickx
  2002-02-01  6:15 ` Richard Earnshaw
  0 siblings, 1 reply; 2+ messages in thread
From: Dimitri Frederickx @ 2002-02-01  5:58 UTC (permalink / raw)
  To: gcc-help, gcc

I need to get a compiler for wince and arm processor
These are the things I've done (gcc3.0.3):

1. Downloaded gcc-3.0.3.tar.gz and binutils-2.11.2
2. configured and made and installed binutils without any problems
3. configuring gcc3.0.3
	./configure --target=arm-wince-pe
	 make all install

the following errors I get:
config/arm/lib1funcs.asm: Assembler messages:
config/arm/lib1funcs.asm:452: Error: Can not represent
BFD_RELOC_THUMB_PCREL_BRANCH23 relocation in this object file format
make[2]: *** [libgcc/thumb/_udivsi3.o] Error 1
make[2]: Leaving directory `/gcc-3.0.3/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/gcc-3.0.3/gcc'
make: *** [all-gcc] Error 2

and build stops.

Does anyone knows what this error mains and how it can be solved? Or do I
need another tool next to the binutils?

Dimitri Frederickx (dimi@flashmail.com)
Student Engeneer ICT
Acunia
Belgium

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

* Re: Error making gcc compiler
  2002-02-01  5:58 Error making gcc compiler Dimitri Frederickx
@ 2002-02-01  6:15 ` Richard Earnshaw
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Earnshaw @ 2002-02-01  6:15 UTC (permalink / raw)
  To: Dimitri Frederickx; +Cc: gcc-help, gcc, Richard.Earnshaw

> I need to get a compiler for wince and arm processor
> These are the things I've done (gcc3.0.3):
> 
> 1. Downloaded gcc-3.0.3.tar.gz and binutils-2.11.2
> 2. configured and made and installed binutils without any problems
> 3. configuring gcc3.0.3
> 	./configure --target=arm-wince-pe
> 	 make all install
> 
> the following errors I get:
> config/arm/lib1funcs.asm: Assembler messages:
> config/arm/lib1funcs.asm:452: Error: Can not represent
> BFD_RELOC_THUMB_PCREL_BRANCH23 relocation in this object file format
> make[2]: *** [libgcc/thumb/_udivsi3.o] Error 1
> make[2]: Leaving directory `/gcc-3.0.3/gcc'
> make[1]: *** [stmp-multilib] Error 2
> make[1]: Leaving directory `/gcc-3.0.3/gcc'
> make: *** [all-gcc] Error 2
> 
> and build stops.
> 
> Does anyone knows what this error mains and how it can be solved? Or do I
> need another tool next to the binutils?


It means that gcc hasn't been ported to wince for the ARM (indeed it may 
not have been ported to wince for anything).  The ARM-pe port was done for 
a different project and will almost certainly not work with wince as is.

Patches would of course be welcome...

R.

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

end of thread, other threads:[~2002-02-01 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-01  5:58 Error making gcc compiler Dimitri Frederickx
2002-02-01  6:15 ` Richard Earnshaw

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