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,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m73g2000cwd.googlegroups.com!not-for-mail From: benmidgley@googlemail.com Newsgroups: comp.lang.ada Subject: generation of map files Date: 15 Nov 2006 04:21:51 -0800 Organization: http://groups.google.com Message-ID: <1163593311.105429.112130@m73g2000cwd.googlegroups.com> NNTP-Posting-Host: 213.48.150.163 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1163593316 13983 127.0.0.1 (15 Nov 2006 12:21:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 15 Nov 2006 12:21:56 +0000 (UTC) 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: m73g2000cwd.googlegroups.com; posting-host=213.48.150.163; posting-account=AMAgng0AAAD26zGsPAcpepIjjoYR6OJy Xref: g2news2.google.com comp.lang.ada:7472 Date: 2006-11-15T04:21:51-08:00 List-Id: 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. Can anyone advise?