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:20:37 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:20:35 +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 1065291635 4305 62.49.62.197 (4 Oct 2003 18:20:35 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 4 Oct 2003 18:20:35 +0000 (UTC) User-Agent: Pan/0.13.4 (She had eyes like strange sins.) Xref: archiver1.google.com comp.lang.ada:226 Date: 2003-10-04T19:20:35+01:00 List-Id: Opps, forgot, if I try to compile something with mips-elf-gcc, I get an error: mips-elf-gcc -nostdinc -nostdlib -nostartfiles -c empty.adb fatal error, run-time library not installed correctly cannot locate file system.ads compilation abandoned empty.adb: pragma No_Run_Time; pragma Suppress (All_Checks); procedure empty is begin null; end empty; Thanks again, Luke.