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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM 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 Received: by 10.68.212.232 with SMTP id nn8mr8854587pbc.1.1324583816787; Thu, 22 Dec 2011 11:56:56 -0800 (PST) Path: lh20ni52740pbb.0!nntp.google.com!news1.google.com!postnews.google.com!y7g2000vbe.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: gnatmake: could not write mapping file Date: Thu, 22 Dec 2011 11:56:56 -0800 (PST) Organization: http://groups.google.com Message-ID: <630d467b-2051-42d8-bf25-59df98d0d43c@y7g2000vbe.googlegroups.com> References: NNTP-Posting-Host: 62.203.86.120 Mime-Version: 1.0 X-Trace: posting.google.com 1324583816 3359 127.0.0.1 (22 Dec 2011 19:56:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 22 Dec 2011 19:56:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y7g2000vbe.googlegroups.com; posting-host=62.203.86.120; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRUAELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.57 Safari/534.24,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-12-22T11:56:56-08:00 List-Id: On 22 d=E9c, 20:46, Achim wrote: > So I think this issue is solved. > Nevertheless I would appreciate a hint why the error occurred. Just guessing: - there is an issue with the path given for mapping files (absolute/ relative) - the shared drive has trouble with temporary files or the like (happens with some network drives) Anyway, the use of mapping file is there for speeding up the build, so it should make sense only on a fast drive (local hard disk or RAM disk), in most of the cases. You have probably the -C[=3Dxxx] option in the gnatmake command, just remove it or the "=3Dxxx" and you'll be happy! -C Cache source mappings: invoke compiler with temp mapping file -C=3Dmapp Cache source mappings: invoke compiler with mapping file mapp _________________________ Gautier's Ada programming http://gautiersblog.blogspot.com/search/label/Ada NB: follow the above link for a valid e-mail address