Movatterモバイル変換
[0]ホーム
This is the mail archive of thebinutils@sources.redhat.commailing list for thebinutils project.
Re: illegal symbol index in reloc
- From: Shaun Jackman <sjackman at pathwayconnect dot com>
- To: binutils at sources dot redhat dot com
- Date: 25 Jun 2003 12:53:45 -0600
- Subject: Re: illegal symbol index in reloc
- Organization: Pathway Connectivity
- References: <1056558839.16654.36.camel@bluesteel.pathway>
I found the source of my problem. ARM_COFF_BUGFIX must be defined forarm-wince-pe. A patch follows.Cheers,Shaundiff -ur binutils-2.14-/bfd/config.bfd binutils-2.14/bfd/config.bfd--- binutils-2.14-/bfd/config.bfd2003-06-17 15:57:35.000000000 -0600+++ binutils-2.14/bfd/config.bfd2003-06-17 16:03:02.000000000 -0600@@ -169,7 +169,7 @@ targ_defvec=armpe_little_vec targ_selvecs="armpe_little_vec armpe_big_vec armpei_little_vec armpei_big_vec" targ_underscore=no- targ_cflags=-DARM_WINCE+ targ_cflags="-DARM_WINCE -DARM_COFF_BUGFIX" ;; arm-*-pe*) targ_defvec=armpe_little_vecOn Wed, 2003-06-25 at 10:33, Shaun Jackman wrote:> I am getting the error message "illegal symbol index in reloc".> > /tools/wince/lib/gcc-lib/arm-wince-pe/3.2/../../../../arm-wince-pe/bin/ld: /tools/wince/lib/gcc-lib/arm-wince-pe/3.2/../../../../arm-wince-pe/lib/libc.a(startup.o): illegal symbol index in reloc: 14942211> > What causes this error, and what does it mean? Is it indicative of an> unhealthy binutils, or an unhealthy gcc? Where should I start debugging?> > Thanks,> Shaun
[8]ページ先頭