From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,98cc30e2d0a8b661 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-04 11:02:50 PST Path: archiver1.google.com!news2.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Cross compiler GCC-3.2.3 & gnat-5.0 Date: Sat, 04 Oct 2003 19:02:49 +0100 Message-ID: References: NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1065290569 14445 62.49.62.197 (4 Oct 2003 18:02:49 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 4 Oct 2003 18:02:49 +0000 (UTC) User-Agent: Pan/0.13.4 (She had eyes like strange sins.) Xref: archiver1.google.com comp.lang.ada:225 Date: 2003-10-04T19:02:49+01:00 List-Id: On Fri, 03 Oct 2003 00:45:14 +0100, Luke A. Guest wrote: > make[2]: *** No rule to make target `../../../gcc-3.2.3/gcc/ada/config/mips/ecoff.h', needed by `final.o'. Stop. This is due to the makefile thinking that the config directory is in the gcc/ada directory. I made a link from gcc/ada/config to gcc/config and the compiler finished building. Now, my problem is that I need to build gnatlib/gnattools which I cannot do for some reason. I'm lost at this point, can somebody please ;-) help? Thanks, Luke.