Doug Broadwell kirjoitti:
I am trying to create an m68k-coff cross compiler running under Cygwin and get a "lex not found" error when running the config script for binutils. What would be the appropriate forum to post this question?
Cygwin has its own maillist, your problem has nothing to do either with the 'm68k-coff' target (should still be supported), or with the build method ("How a cross GCC should be built" is a very common FAQ). So please find out the Cygwin list and ask there. The platform used as the build one has the requirement to be Unix like and having lex/flex on it can be expected. I would assume the Cygwin "emulation of Unix" providing this tool but who knows... In my case all builds for the Windoze host happen on Linux using Cygwin and MinGW targeted crosstools on it. But maybe you aren't BUILDING on Cygwin but only try to get a GCC which should RUN on Cygwin and some other build platform is missing that 'lex'...