From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: Microscheme failed Date: Sun, 03 Jul 2016 19:12:20 -0300 Message-ID: <448fd23bfc5b716dadbaf46aac1b85ce@d4n1.org> 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]:36933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJpcs-0006m3-8W for help-guix@gnu.org; Sun, 03 Jul 2016 18:12:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJpcn-0002uu-3B for help-guix@gnu.org; Sun, 03 Jul 2016 18:12:29 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:49223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJpcm-0002um-SW for help-guix@gnu.org; Sun, 03 Jul 2016 18:12:25 -0400 Received: from mfilter38-d.gandi.net (mfilter38-d.gandi.net [217.70.178.169]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 1C415FB883 for ; Mon, 4 Jul 2016 00:12:23 +0200 (CEST) Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter38-d.gandi.net (mfilter38-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id hjYcj_r8cBkr for ; Mon, 4 Jul 2016 00:12:20 +0200 (CEST) Received: from webmail.eu.com (webmail8-d.mgt.gandi.net [10.58.1.148]) (Authenticated sender: d4n1@d4n1.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPA id E3DA2FB882 for ; Mon, 4 Jul 2016 00:12:20 +0200 (CEST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi Guix, 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 Errors: ... >> 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. Thanks, -- Daniel Pimentel (aka d4n1)