From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ekaitz Zarraga Subject: Re: AVR toolchain and AVR libc Date: Sun, 23 Feb 2020 22:46:11 +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]:35208) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j600x-0005ht-Iz for help-guix@gnu.org; Sun, 23 Feb 2020 17:46:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j600v-0006V3-0J for help-guix@gnu.org; Sun, 23 Feb 2020 17:46:18 -0500 Received: from mail2.protonmail.ch ([185.70.40.22]:20406) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j600u-0006Qf-ID for help-guix@gnu.org; Sun, 23 Feb 2020 17:46:16 -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" BTW, is there any resource point to why the package of the avr-toolchain 5.= 5 is broken? I may spend some time trying to make it work. ElenQ Technology Ethical Innovation =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Sunday, February 23, 2020 6:54 PM, Ekaitz Zarraga wr= ote: > > This is the compiler treating the strict prototype warning as an > > > error. You could get around this by using the ALLOW_WARNINGS=3Dyes > > makeflag supported by the Makefile of the QMK firmware project. > > make ALLOW_WARNINGS=3Dyes > > It worked! > Thanks a lot.