Hi Zane,
Hi. I am trying to compile binutils 2.37. But when the Makefile run > gcc.exe: fatal error: no input files What do I do?
There is some suspicious quoting in the command line, starting with: "-DBINDIR=\\C:/test/normalGcc/bin\" (Note how the closing quote is escaped) And ending with: ../../binutils-2.37/bfd/archive.c" It looks to me like the command line defining one very long symbol called BINDIR which contains a lot more than just a path to a bin directory. I have no idea why this is happening though. Perhaps it is related to how you ran the configure script ? Cheers Nick
