From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ekaitz Zarraga Subject: AVR toolchain and AVR libc Date: Sun, 23 Feb 2020 13:53:26 +0000 Message-ID: <19JoeiC5D-yQvWRdr6EKEl-7bmePCEoX92jmGYXR4CSF5yTOj5wZmCmhR0M1O91CJCBiitfqAYOYQTupsnS1_WjMASoJKn6YnsIWfM1CoBA=@elenq.tech> Reply-To: Ekaitz Zarraga Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44702) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5rhR-0006lK-NN for help-guix@gnu.org; Sun, 23 Feb 2020 08:53:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5rhQ-0002UL-2E for help-guix@gnu.org; Sun, 23 Feb 2020 08:53:37 -0500 Received: from mail-40134.protonmail.ch ([185.70.40.134]:54837) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5rhP-0002Tc-KL for help-guix@gnu.org; Sun, 23 Feb 2020 08:53:36 -0500 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: "help-guix\\@gnu.org" Hi, I'm having some issues with AVR toolchain. I'm trying to compile QMK Firmware with Guix and it doesn't find the AVR he= ader files. Checking my profile installation I find there are not `include`= files for AVR-Libc. Using guix edit avr-toolchain I read the following: (define (avr-toolchain avr-gcc) ;; avr-libc checks the compiler version and passes "--enable-device-l= ib" for avr-gcc > 5.1.0. ;; It wouldn't install the library for atmega32u4 etc if we didn't us= e the corret avr-gcc. But I don't really understand what it means. How can I install the avr-libc header files? They are supposed to be included in avr-toolchain but looks like they aren'= t. Thanks! ElenQ Technology Ethical Innovation