From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ekaitz Zarraga Subject: Re: AVR toolchain and AVR libc Date: Fri, 28 Feb 2020 18:55:25 +0000 Message-ID: References: <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]:35735) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7knQ-00051u-Sw for help-guix@gnu.org; Fri, 28 Feb 2020 13:55:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7knP-0004Go-8E for help-guix@gnu.org; Fri, 28 Feb 2020 13:55:36 -0500 Received: from mail-40134.protonmail.ch ([185.70.40.134]:40868) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j7knO-0004Fo-Pm for help-guix@gnu.org; Fri, 28 Feb 2020 13:55:35 -0500 In-Reply-To: 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: Arun Isaac Cc: "help-guix\\@gnu.org" > I found the bug report I was looking for. Hope that helps! > > https://issues.guix.info/issue/24416 Hi, Thanks for the link, but I'm not sure if that solves anything I didn't solv= e by the proposition in the bug report I opened: https://issues.guix.info/issue/39794 The idea was that taking the link you sent me in the past, it says "we don'= t use CROSS_* variables anymore". I understand that in the sense of "You ha= ve to use CPATH instead" so that's the change I proposed but I'm not sure i= f that's the best way to solve the issue or if I should follow the path pro= posed in the link. Anyway, a second problem appears when it tries to find `stubs32.h`, which i= s supposed to be part of multilib... so it should be part of avr-libc in th= is case but it isn't even installed (I searched for it in my Guix profile w= ith no success, but I find `stubs.h`). Now I need to find why isn't it installed and make it work. Any idea about how to make `stubs32.h` to be installed? I think that's the only thing missing.