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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Where Should as (Assembler) Be? Date: Thu, 12 Nov 2015 16:22:52 +0000 Organization: A noiseless patient Spider Message-ID: References: <1mdhol7.rfnmey1bt4vehN%csampson@inetworld.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="29a2b57997615acde1fccc73c72adb9b"; logging-data="2298"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18/z0vXJT7hEh3PZrH6UHn/5xM73xPWCk0=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:1xs8kAEEbaPO1wUaL0q9R15TdGo= sha1:QcYjw5Zg5OCyTVzIMvPCNN7TwDU= Xref: news.eternal-september.org comp.lang.ada:28318 Date: 2015-11-12T16:22:52+00:00 List-Id: Simon Wright writes: > csampson@inetworld.net (Charles H. Sampson) writes: > >> After recovering from a disk crash, I can no longer compile using >> gnatmake. The process is unable to locate the assembler ("as"). During >> the recovery, I had a lot of problems with file permissions. I suspect >> that the assembler might be in a folder/directory for which I don't >> have proper access. If I know where to look, I can see if it's there >> or not. > > The command line tools would have been part of Xcode, so I'd start > looking there. Nowadays that'd probably be /Applications/Xcode.app (I'm > not sure because I only have the command line tools installed); I think > it used to be /Developer??? I don't know where the tools would be installed, but you can get Xcode 3.1.4 here: https://developer.apple.com/downloads/ as described here: http://meandmark.com/blog/2009/10/downloading-older-versions-of-xcode/ (you need a free Apple Developer Connection account) Untick all but the Developer Tools checkbox, click twice on the Description column header, click on the + next to Xcode 3.1.4 ...