This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Should I be able to build cross gcc 4.x on Cygwin?
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