From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44698 invoked by alias); 27 Jan 2017 13:08:36 -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 44685 invoked by uid 89); 27 Jan 2017 13:08:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=router, 273, UD:php, index.php X-HELO: mout.web.de Received: from mout.web.de (HELO mout.web.de) (212.227.17.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Jan 2017 13:08:25 +0000 Received: from [192.168.178.27] ([93.222.16.8]) by smtp.web.de (mrweb103 [213.165.67.124]) with ESMTPSA (Nemesis) id 0MZDTE-1cnXBa3l6q-00Kxdt for ; Fri, 27 Jan 2017 14:08:23 +0100 To: crossgcc@sourceware.org From: Thomas Schmiedl Subject: gcc for embedded linux Message-ID: <12d5277b-89bd-db3a-9b1b-a50a1445f398@web.de> Date: Fri, 27 Jan 2017 17:31:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-UI-Out-Filterresults: notjunk:1;V01:K0:shzaHzJaqBQ=:becCykid1rgZ1Rtag4SVsR b8Ml+nu0DmCxC+8vpeLfQj8r2zYdcs3wlAgpqF51IpN8L/5GcqlzD8FG6X/ajzRVwlQ7ObUBE p9dLGkuVq4Fo9fjrRwPyhbZiFgqYYjoJo3WDY84H9L6l/WKVex6cOQ7WSRkBLI+e+tUFawNxM J8+cDDt35UVyMbbP2OBGDXSmKyMf96IXZlTlxzEr3VnHABI4pe3xwXqQ/vz7pGmhX8FqAutCz UPziOmzRL4jtYvk11oca4dccPOTgo/Ap3FdUEA207/kyamf1XskCZGzMRTjkdtPZR6f7Jf1KT UQHtM1XlnNX/HwK6fdAKdyc6yJIHocLWN1myC0vWeqJpZjv/90bPH5192rKa2yVTutrCBy/cY u3goarToHn0PJkBOVP3s1vb58fbzT1VJ2Lrr3wgVrCxF1GaB5yBL1tmZbpUcxXrrsqtEH4tnI Jor/IA6tosFYrdqJpAu3RSChmlpyokc2emdYPpGjYv688gBz9huxTKJHxpwLcIytoXDtfHzvV aD/Gh3nlHSygFB/JXUoBclNZ4nVMYR0ivquP7eXvEMkquutLZ5UBe0Q75cHzDHRclMwS8e0VA 5fgY3SpRr/hCamV1M7jXQiE5aIx04BY9oA9aZfqvJGfCqClB1p060oCAOM6UlZ/P3EGpquu0g cVOSzXC4gBySw5La477bsHjqjyKGnjlwhGOKeFhzRIZY1FUYRDMiiFuhIePYiZ+x4jsE2Vo0o f89FAg15OFk8BF4GxX8If3bRDRW5JDKEAqb9jQ15P8kNrtGfbUcJ5G3iRV833lYb5Jl/NGxV7 sPpgRXo X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00051.txt.bz2 Hello, I'm a newbie in cross-compiling and I'm not a developer. I hope someone could help me in this issue. I try to install the Python-software Octoprint (http://octoprint.org/) on a mips-based router (Fritzbox) to control an USB-connected 3d-printer. I cross-compiled Python 2.7.3 for mips with this tutorial: http://www.embedded-hacking.com/index.php/python-f%C3%BCr-embedded-linux-kompilieren.html and installed setuptools using this Python on the router. For the Octoprint installation and the additional Python-packages is a gcc required on the router. But there is no available on this embedded linux. Is it possible to use this toolchain to cross compile a gcc for the router (mips binary) to compile the Python-packages on the router? Thanks for your help and best regards, Thomas