From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com [209.85.219.46]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 90ED3E00B52 for ; Thu, 20 Mar 2014 21:11:37 -0700 (PDT) Received: by mail-oa0-f46.google.com with SMTP id i7so1984374oag.5 for ; Thu, 20 Mar 2014 21:11:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=1PVzkuWpUaRqWoE6rgJU1tJgo70PNadrZ4mn0+n7C3Q=; b=eMryVgU9STTkyNWNvDSg6HDZ8nTmew4953IQhLGGF5yoXnlEbwpDUb1hixjKlM0XT5 OE/DSCvSdLpwDsS9zTbHKKDvLpzAh5PaU3HNQNevtMVH7BsJsuC68NMveZ9si5ivv7A8 qxoewafWx4J0w0fq9dCWyJt4OSbtX3kGYPegf40lU63e1T8RyItQPlkawJgVJUpk4in5 2T5cj5dDy5bsVEBqcRnJVZ0nsCw9LBjKXZ+b7hYJphtpxjSz9C6iKr5daLeIhyMr9x9M yuJmD/6qv1ucxd5eYjBKJjN52zB/IA06VfUwrKiUoR45M7humSdQUSwQCdRwbAg4xgGo 423Q== X-Gm-Message-State: ALoCoQm51VKUGB9PLSRxPPkfAP08UHyGpByFViacxMcBxzYJs0mNCNzItjBo3d6QW4kpskjA+M4Y X-Received: by 10.182.81.197 with SMTP id c5mr10591040oby.40.1395375097264; Thu, 20 Mar 2014 21:11:37 -0700 (PDT) Received: from [192.168.141.83] (69-165-220-158.dsl.teksavvy.com. [69.165.220.158]) by mx.google.com with ESMTPSA id te6sm16124642oec.2.2014.03.20.21.11.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 20 Mar 2014 21:11:36 -0700 (PDT) Message-ID: <532BBBF7.6020304@linaro.org> Date: Fri, 21 Mar 2014 00:11:35 -0400 From: Trevor Woerner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "toaster@yoctoproject.org" References: <1395359491.27611.35.camel@ted> In-Reply-To: <1395359491.27611.35.camel@ted> Subject: Re: Interesting thoughts X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 04:11:40 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 03/20/14 19:51, Richard Purdie wrote: > http://gcc.godbolt.org/? Reminds me a little bit of: https://mbed.org/compiler Using mbed one writes code (online) for various Cortex-M devices (select which one in the upper-right-hand corner). After a successful compile, a download of the binary to load into the device commences. If you wish you can ask to download any of your projects, at which point it asks you which toolchain you want to target (on your local host), and it generates a zip with all the necessary files (source, libraries, header, Makefiles, etc) inside.