help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Microscheme failed


From: Daniel Pimentel
Subject: Re: Microscheme failed
Date: Mon, 04 Jul 2016 09:30:05 -0300
User-agent: Roundcube Webmail/1.1.2

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
address@hidden 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]