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-Thread: 103376,31c533aa8dba7fd6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!uns-out.usenetserver.com!news.usenetserver.com!pc02.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: generation of map files References: <1163593311.105429.112130@m73g2000cwd.googlegroups.com> <622f1$455b5b9d$541eed9f$5373@home.nl> <1163688092.093151.95560@e3g2000cwe.googlegroups.com> From: Stephen Leake Date: Fri, 17 Nov 2006 06:37:48 -0500 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:IVA64XDpvgwEMOBnVIBxVS030hg= MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: cfdaf455d9f0c759e00d407591 Xref: g2news2.google.com comp.lang.ada:7525 Date: 2006-11-17T06:37:48-05:00 List-Id: benmidgley@googlemail.com writes: > Andre wrote: >> I always use: >> >> gnatmake foo.adb -largs -Xlinker -M >> >> Andr� > > That isnt working for me.... where would I find the map file ? > > I also tried > > gnatmake foo.adb -largs -Xlinker -Map,foo.map > > without any success try "gnatmake -v" to show the actual gcc command issued; what does it show? -- -- Stephe