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]

Error making gcc compiler


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


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