From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 2/5] gnu: Add avr-gcc. Date: Wed, 10 Aug 2016 14:56:18 +0200 Message-ID: <87vaz8dbpp.fsf@elephly.net> References: <1460639824-9976-1-git-send-email-dthompson2@worcester.edu> <1460639824-9976-3-git-send-email-dthompson2@worcester.edu> <87y48gje6d.fsf@gnu.org> <87vb1sehb6.fsf@gnu.org> <20160809212257.404b88d9@scratchpost.org> <87a8glemzq.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXT3h-0006Ci-4u for guix-devel@gnu.org; Wed, 10 Aug 2016 08:56:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXT3d-0006zB-2F for guix-devel@gnu.org; Wed, 10 Aug 2016 08:56:32 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXT3c-0006z7-QE for guix-devel@gnu.org; Wed, 10 Aug 2016 08:56:28 -0400 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Vincent Legoll Cc: guix-devel Vincent Legoll writes: >> Did you install the “avr-toolchain” package or just the “avr-gcc”? I >> had it working for me in the past after setting a couple of environment >> variables (I think it was the “CROSS_*” family of variables), but I >> don’t remember the details, unfortunately. > > I think this is a recurring problem for beginners that come from other > distributions, maybe it's just a naming problem... This is non-obvious. Indeed! > Maybe adding a hint when people install $COMPILER, that tell them to > look for $COMPILER-toolchain... Or maybe we should hide these packages? They could still be used in manifests and in other packages, but they shouldn’t appear in other interfaces such as the command line output. ~~ Ricardo