From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hetzner.pbcl.net (mail.pbcl.net [88.198.119.4]) by mail.openembedded.org (Postfix) with ESMTP id 2618A6CA92 for ; Wed, 8 Jan 2014 13:48:54 +0000 (UTC) Received: from cpc6-cmbg17-2-0-cust487.5-4.cable.virginm.net ([86.30.57.232] helo=[172.30.1.45]) by hetzner.pbcl.net with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1W0tV7-00065r-Tw; Wed, 08 Jan 2014 14:48:54 +0100 Message-ID: <1389188932.9182.103.camel@phil-desktop.brightsign> From: Phil Blundell To: Mike Looijmans Date: Wed, 08 Jan 2014 13:48:52 +0000 In-Reply-To: <52CD5193.2060702@topic.nl> References: <52CD5193.2060702@topic.nl> X-Mailer: Evolution 3.8.5-2+b1 Mime-Version: 1.0 X-Spam_score: -1.0 X-Spam_score_int: -9 X-Spam_bar: - X-Spam_report: Spam detection software, running on the system "hetzner.pbcl.net", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: On Wed, 2014-01-08 at 14:24 +0100, Mike Looijmans wrote: > Probably a silly question that has been asked a thousand times, but my > searches on Google only give me the answer to the wrong question (how to build > FOR the target, which I already know how to do). > > I want to run the C compiler on the board itself. That is, a GCC that runs on > the board and compiles (and links etc.) C code for that board. > > What package(s) do I need to build and install to accomplish this? [...] Content analysis details: (-1.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Cc: openembedded-core@lists.openembedded.org Subject: Re: What package installs a C compiler on my target? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 13:48:55 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Wed, 2014-01-08 at 14:24 +0100, Mike Looijmans wrote: > Probably a silly question that has been asked a thousand times, but my > searches on Google only give me the answer to the wrong question (how to build > FOR the target, which I already know how to do). > > I want to run the C compiler on the board itself. That is, a GCC that runs on > the board and compiles (and links etc.) C code for that board. > > What package(s) do I need to build and install to accomplish this? "gcc"? p.