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,FREEMAIL_FROM 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!postnews.google.com!e3g2000cwe.googlegroups.com!not-for-mail From: benmidgley@googlemail.com Newsgroups: comp.lang.ada Subject: Re: generation of map files Date: 16 Nov 2006 06:41:32 -0800 Organization: http://groups.google.com Message-ID: <1163688092.093151.95560@e3g2000cwe.googlegroups.com> References: <1163593311.105429.112130@m73g2000cwd.googlegroups.com> <622f1$455b5b9d$541eed9f$5373@home.nl> NNTP-Posting-Host: 213.48.150.163 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1163688097 14707 127.0.0.1 (16 Nov 2006 14:41:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 16 Nov 2006 14:41:37 +0000 (UTC) In-Reply-To: <622f1$455b5b9d$541eed9f$5373@home.nl> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: e3g2000cwe.googlegroups.com; posting-host=213.48.150.163; posting-account=AMAgng0AAAD26zGsPAcpepIjjoYR6OJy Xref: g2news2.google.com comp.lang.ada:7503 Date: 2006-11-16T06:41:32-08:00 List-Id: Andre wrote: > I always use: > > gnatmake foo.adb -largs -Xlinker -M > > Andr=E9 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 > > benmidgley@googlemail.com wrote: > > I would like to generate a map file as part of the link process on an > > ada project. I am using the GCC toolset and would normally use -w1,-Map > > when compiling C code. I understand that the build process is somewhat > > different with ada but there must be some way of doing this for an ada > > project.=20 > >=20 > > Can anyone advise? > >