all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Pimentel <d4n1@d4n1.org>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: help-guix@gnu.org
Subject: Re: Microscheme failed
Date: Mon, 04 Jul 2016 09:30:05 -0300	[thread overview]
Message-ID: <2e5579d01085f0f8b0e93229192f0231@d4n1.org> (raw)
In-Reply-To: <87vb0mdj4w.fsf@elephly.net>

Thank you Ricardo for help me.

> For my AVR programmers I have this in my system configuration:
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> (define avrispmkii-udev-rule
>   (udev-rule "90-avrispmkii.rules"
>              "\
> SUBSYSTEM!=\"usb\", ACTION!=\"add\", GOTO=\"avrisp_end\"
> 
> # Atmel Corp. JTAG ICE mkII
> ATTR{idVendor}==\"03eb\", ATTR{idProduct}==\"2103\", MODE=\"660\",
> GROUP=\"dialout\"
> # Atmel Corp. AVRISP mkII
> ATTR{idVendor}==\"03eb\", ATTR{idProduct}==\"2104\", MODE=\"660\",
> GROUP=\"dialout\"
> # Atmel Corp. Dragon
> ATTR{idVendor}==\"03eb\", ATTR{idProduct}==\"2107\", MODE=\"660\",
> GROUP=\"dialout\"
> 
> LABEL=\"avrisp_end\"\n"))
> 
> (operating-system
>   …
>   (services (cons* (modify-services %desktop-services
>                      (udev-service-type config =>
>                                         (udev-configuration
>                                          (inherit config)
>                                          (rules (append
> (udev-configuration-rules config)
>                                                         (list
> avrispmkii-udev-rule))))))))
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I'll try this configuration.

> This is a bug in our AVR toolchain.  The internal search path for these
> files appears to be wrong.  What I did was copy the “crt*.o” file I
> needed to my working directory.  Maybe you can send an email to
> bug-guix@gnu.org to report this as a bug?
> 
>> I have avr-gcc avr-libc avrdude avr-binutils avr-toolchain installed.
> 
> You only need “avr-toolchain” as it contains all the other packages.

I'll report in bug-guix.

Thanks,

-- 
Daniel Pimentel (aka d4n1)

      parent reply	other threads:[~2016-07-04 12:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-03 22:12 Microscheme failed Daniel Pimentel
2016-07-04  6:14 ` Ricardo Wurmus
2016-07-04  8:10   ` Ludovic Courtès
2016-07-04 14:55     ` udev rules and system configuration (was: Microscheme failed) Ricardo Wurmus
2016-07-04 15:46       ` udev rules and system configuration Ludovic Courtès
2016-07-04 18:05         ` Ricardo Wurmus
2016-07-05  8:34           ` Ludovic Courtès
2016-07-14 14:22     ` Microscheme failed Daniel Pimentel
2016-07-04 12:30   ` Daniel Pimentel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2e5579d01085f0f8b0e93229192f0231@d4n1.org \
    --to=d4n1@d4n1.org \
    --cc=help-guix@gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.