ld fails to build for target
Andrija Radicevic
andrija.radicevic@zg.t-com.hr
Tue Apr 25 15:23:00 GMT 2006
You need to make sure that config.sub translate e1-coff into, say,
e1-unknown-coff, ie. the command "./config.sub e1-coff" should print
"e1-unknown-coff". All target matches in the configure scripts assume
that config.sub has canonicalized the target name into the CPU-VENDOR-OS
form.
and this is exactly what it does, prints
e1-unknown-coff
shouldn't this match e1-*-coff?
Andrija
More information about the Binutils
mailing list