From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89214 invoked by alias); 12 Mar 2017 00:03:51 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 89129 invoked by uid 89); 12 Mar 2017 00:03:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=josh, Full, H*u:i686, H*UA:i686 X-HELO: mail-wr0-f172.google.com Received: from mail-wr0-f172.google.com (HELO mail-wr0-f172.google.com) (209.85.128.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 12 Mar 2017 00:03:48 +0000 Received: by mail-wr0-f172.google.com with SMTP id u48so84273131wrc.0 for ; Sat, 11 Mar 2017 16:03:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=RKPqtwe+7dVQjBFfsn/ll9M9fXf6OTDCWvQfosHKCbg=; b=uSpxpI0h0azUWvocGn53BqvIRGcci0sWtJXXudhmVUGCmeVgEhoMVXw82RTBtJ0Twe CW4t0QHK75mtFDwjNdF3JdP2GeKOXqV7pDJd+c7jx/OTnJ/+xGEzfQTvL4QD6+lUUSba /14t+JmR9S927KXOYoMLounBgXnV5et/Cyf2lQ/06t7U2AWGm5h+8F5XZVQT/DJjjdty gg6sscIFjj6SBHOiBaapavSlkB9FOMVPqp7NLY32qWLlGVsxsAUwk0xPkRmkjuJZ624g rAdl9MtkVZwsqiA3vc2m7JiFqXF82BwuhmNjtJsEUppr1RR6Z1Ud3pjoSyB+qvylSAX0 NI+g== X-Gm-Message-State: AMke39mDM9yo4O8qEJ/2C+O6dPbaZsSFz2xkCVBnmfNoQyNTf7OrJCda3VQWlbpDcxypjw== X-Received: by 10.223.136.4 with SMTP id d4mr21990470wrd.44.1489277026969; Sat, 11 Mar 2017 16:03:46 -0800 (PST) Received: from [192.168.0.24] (host86-158-58-28.range86-158.btcentralplus.com. [86.158.58.28]) by smtp.googlemail.com with ESMTPSA id g6sm5313529wmc.30.2017.03.11.16.03.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 11 Mar 2017 16:03:46 -0800 (PST) Subject: Re: Building rpi armv6 toolchain on macOS To: crossgcc@sourceware.org References: <70FD9E5B-E9D1-43CF-84FF-B64AC54FA6C7@oberon.ch> From: Josh Branning Message-ID: <58C49061.6030807@gmail.com> Date: Sun, 12 Mar 2017 00:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Icedove/38.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00019.txt.bz2 On 11/03/17 21:06, Etan Kissling wrote: > Thanks for the quick reply! > > With the master build, I run into an error quite quickly (following instructions from crosstool-ng.org). > [DEBUG] ==> Executing: 'mkdir' '-p' '/build' > [ALL ] mkdir: /build: Permission denied > - Full log: https://scriptreactor.com/rpi1-master-build.log > > Any idea what's going on here? Are you running crosstool-ng as root? And do you have permission to write to the / directory? I'm guessing not. (If not, then I suggest changing the build directory instead of running as root.) Josh