Broken mips-wince-pe, mips-pe ?

Nick Clifton nickc@redhat.com
Thu Aug 10 12:07:00 GMT 2000


Hi Karl,

: Are the mips-wince-pe and mips-pe targets out of order in
: binutils-2.10 and current cvs ?

Yes.

: /usr/local/mips/bin/mips-wince-pe-ld:built in linker script:4: parse error

This is a bug.

: Should I file a bug report on this with proper stack traces, or am I 
: simply doing something wrong ?

Nope you are doing the right things.  There is no need to file a bug
report though, because I have tracked the problem down to a missing
line from the mipspe.sh configuration file.  I will apply the patch
below to the repository shortly. which should fix this problem for
you.

Cheers
	Nick

2000-08-10  Nick Clifton  <nickc@cygnus.com>

	* emulparams/mipspe.sh (ENTRY): Add definition.

Index: ld/emulparams/mipspe.sh
===================================================================
RCS file: /cvs/src//src/ld/emulparams/mipspe.sh,v
retrieving revision 1.2
diff -p -r1.2 mipspe.sh
*** mipspe.sh	2000/03/01 20:54:37	1.2
--- mipspe.sh	2000/08/10 19:04:47
*************** RELOCATEABLE_OUTPUT_FORMAT="ecoff-little
*** 6,8 ****
--- 6,9 ----
  TEMPLATE_NAME=pe
  SUBSYSTEM=PE_DEF_SUBSYSTEM
  INITIAL_SYMBOL_CHAR=\"_\"
+ ENTRY="_mainCRTStartup"


More information about the Binutils mailing list