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=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, FREEMAIL_FROM,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2fd3eb5a371cc926 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.191.41 with SMTP id gv9mr8833003pbc.5.1324583178610; Thu, 22 Dec 2011 11:46:18 -0800 (PST) Path: lh20ni52719pbb.0!nntp.google.com!news1.google.com!goblin1!goblin2!goblin.stu.neva.ru!feeder.erje.net!news.internetdienste.de!news.tu-darmstadt.de!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Achim Newsgroups: comp.lang.ada Subject: Re: gnatmake: could not write mapping file Date: Thu, 22 Dec 2011 20:46:17 +0100 Organization: 1&1 Internet AG Message-ID: References: Reply-To: joachim.schroeer@web.de NNTP-Posting-Host: p4fea47b3.dip0.t-ipconnect.de Mime-Version: 1.0 X-Trace: online.de 1324583178 11933 79.234.71.179 (22 Dec 2011 19:46:18 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Thu, 22 Dec 2011 19:46:18 +0000 (UTC) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.13) Gecko/20100914 SeaMonkey/2.0.8 In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Date: 2011-12-22T20:46:17+01:00 List-Id: Achim schrieb: > Hello, > > I've just installed GNAT GPL 2011 on a virtual Windows XP partition > (Virtual Box on a native Mac OS X). > I've all my sources in a shared folder. > All programs compile and build well with native Mac OS X and virtual > Ubuntu. But on the virtual Windows XP I get the message > > gnatmake: could not write mapping file > > when trying to compile or build. > This seems to be a simple configuration problem discussed here several > times before, but I can't find a solution. > > Many thanks for any help > Hello, I had my object_dir and exec_dir in the shared folder too. After I placedc:\project\giads3\build\ folders on the local C: drive the build works fine. The source is still in the shared folder. So I think this issue is solved. Nevertheless I would appreciate a hint why the error occurred. -- Achim