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!news3.google.com!news.glorb.com!newsgate.cistron.nl!xs4all!news2.euro.net!newshub3.home.nl!newshub1.home.nl!home.nl!not-for-mail Date: Wed, 15 Nov 2006 19:25:35 +0100 From: Andre User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: generation of map files References: <1163593311.105429.112130@m73g2000cwd.googlegroups.com> In-Reply-To: <1163593311.105429.112130@m73g2000cwd.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <622f1$455b5b9d$541eed9f$5373@home.nl> X-Complaints-To: abuse@home.nl Organization: www.home.nl NNTP-Posting-Host: cp538812-b.venra1.lb.home.nl (84.30.237.159) NNTP-Posting-Date: Wed, 15 Nov 2006 19:25:33 +0100 X-Trace: 622f1455b5b9df1bb483a05373 Xref: g2news2.google.com comp.lang.ada:7476 Date: 2006-11-15T19:25:35+01:00 List-Id: I always use: gnatmake foo.adb -largs -Xlinker -M Andr� 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. > > Can anyone advise? >