From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: bug#23984: Bug avr-toolchain Date: Thu, 14 Jul 2016 11:18:52 -0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNiiJ-0001aE-Ev for bug-guix@gnu.org; Thu, 14 Jul 2016 11:38:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNii9-0005KB-Vz for bug-guix@gnu.org; Thu, 14 Jul 2016 11:38:10 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNii9-0005K6-Sb for bug-guix@gnu.org; Thu, 14 Jul 2016 11:38:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bNii9-000487-Mk for bug-guix@gnu.org; Thu, 14 Jul 2016 11:38:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNhTg-0003Nh-WD for bug-guix@gnu.org; Thu, 14 Jul 2016 10:19:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNhTc-00015W-Op for bug-guix@gnu.org; Thu, 14 Jul 2016 10:18:59 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:50681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNhTc-00015J-Il for bug-guix@gnu.org; Thu, 14 Jul 2016 10:18:56 -0400 Received: from mfilter18-d.gandi.net (mfilter18-d.gandi.net [217.70.178.146]) by relay2-d.mail.gandi.net (Postfix) with ESMTP id 5E1E0C5A51 for ; Thu, 14 Jul 2016 16:18:54 +0200 (CEST) Received: from relay2-d.mail.gandi.net ([IPv6:::ffff:217.70.183.194]) by mfilter18-d.gandi.net (mfilter18-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id vpz7ke0IR-vm for ; Thu, 14 Jul 2016 16:18:53 +0200 (CEST) Received: from webmail.eu.com (webmail9-d.mgt.gandi.net [10.58.1.149]) (Authenticated sender: d4n1@d4n1.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPA id 0EC5EC5A43 for ; Thu, 14 Jul 2016 16:18:52 +0200 (CEST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 23984@debbugs.gnu.org Guix, I'd like report a bug in our avr-toolchain. I try compile to Arduino plataform using Microscheme (installed with: guix package -i microscheme) on GuixSD, but there are errors. I did: sudo microscheme -m UNO -d /dev/ttyACM0 -au lightom.ms Output: ... 32 lines compiled OK Assembling... ... avr-ld: cannot find crtatmega328p.o: No such file or directory ... avrdude: Device signature = 0x1e950f avrdude: reading input file "lightom.hex" avrdude: can't open input file lightom.hex: No such file or directory avrdude: read from file 'lightom.hex' failed I have avr-gcc avr-libc avrdude avr-binutils avr-toolchain installed (only avr-toolchain is needed). I'll try debug and fix it. -- Daniel Pimentel (aka d4n1)