Should I be able to build cross gcc 4.x on Cygwin?

Brian Dessent brian@dessent.net
Wed Dec 12 23:04:00 GMT 2007


Rick Mann wrote:

> make[4]: *** No rule to make target `../../combined/bfd/../include/
> aout/ar.h', n
> eeded by `archive.lo'.  Stop.

This looks like an incorrectly combined tree.  Are you using the "find |
cpio"/hard link method?  Because you seem to have taken the include/ dir
from the gcc repo and not the src repo, but that will not work; you need
to properly combine them to be a union of both sets.  The src repo does
contain include/aout/ar.h but the gcc repo does not.

Brian



More information about the Gcc-help mailing list