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