From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cp1-newny.noceast.net (cp1-newny.noceast.net [192.154.248.72]) by sourceware.org (Postfix) with ESMTPS id 376B33851C1C for ; Mon, 29 Jun 2020 15:08:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 376B33851C1C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nickgawronski.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nick@nickgawronski.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nickgawronski.com; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:To:Reply-To:Sender:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=wOoFqZX8R1L2upszx2jvkKe13/uAElECruYwWNEpCbY=; b=T4W6Q4ej7Lj3tJlQP2uMwyzTix RVpGnKKnxbADl8l6zuir+d57SuCnUMUPL4ZXplpAcGdC/fATrrw6v69o1iB/qOMF2dug3qPzUBQXh xam5tt+AGVx+3a6y7so4MhmxLoPVOLb7PHBh0RgdJ8mH6WirLYwZBgFPkZlsfOmaSC7U=; Received: from [63.141.51.15] (port=51377 helo=[192.168.86.30]) by cp1-newny.noceast.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1jppcs-0003U7-55 for crossgcc@sourceware.org; Mon, 29 Jun 2020 04:58:54 -0400 Reply-To: nick@nickgawronski.com To: crossgcc@sourceware.org From: Nick Gawronski Subject: building a program on my debian x64 system for the raspberrypi Organization: Chihuahua Radio Message-ID: Date: Mon, 29 Jun 2020 03:58:54 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BSN-MailScanner-Information: Please contact the ISP for more information X-BSN-MailScanner-ID: 1jppcs-0003U7-55 X-BSN-MailScanner: Found to be clean X-BSN-MailScanner-SpamCheck: X-BSN-MailScanner-From: nick@nickgawronski.com X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00, DATE_IN_PAST_06_12, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp1-newny.noceast.net X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - nickgawronski.com X-Get-Message-Sender-Via: cp1-newny.noceast.net: authenticated_id: nick@nickgawronski.com X-Authenticated-Sender: cp1-newny.noceast.net: nick@nickgawronski.com X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: crossgcc@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: crossgcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2020 15:08:26 -0000 Hi, I am trying to setup a cross compilation system so I can build binaries for the raspberrypi both model b and 3b models. Yes I know I can compile directly on the raspberrypi but was wondering how easy is it to setup a cross compilation system to be able to take advantage of my fast system to build for my much slower raspberrypi computers?  Nick Gawronski