After successfully building binutils/ld with mingw and trying to run it I am getting this message-
$ ld-new h:/binutils-2.23.1/ld/.libs/ld-new.exe: unrecognised emulation mode: Supported emulations:
I've looked through the internals documentation and from what I understand you need to set up the configure or makefile so that the emulation mode you want is installed during the build process but I can't work out how you actually do that.
Would appreciate it if someone could explain the process.
Thanks very much.