From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3.wp.pl (mx3.wp.pl [212.77.101.10]) by sourceware.org (Postfix) with ESMTPS id 8EBF23857C4E for ; Sun, 11 Oct 2020 18:11:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8EBF23857C4E Received: (wp-smtpd smtp.wp.pl 19293 invoked from network); 11 Oct 2020 20:11:28 +0200 Received: from localhost.localdomain (HELO localhost) ([193.218.148.83]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 11 Oct 2020 20:11:28 +0200 MIME-Version: 1.0 User-Agent: GWP-Draft X-Originator: 193.218.148.83 X-FactoryStamp: H--- Date: Sun, 11 Oct 2020 20:11:28 +0200 X-Draft-Variant: new X-Draft-Contenttype: text/html Priority: normal Subject: =?UTF-8?Q?newLib_issues?= From: =?UTF-8?Q?romek=2Eglobescs=40wp=2Epl?= To: =?UTF-8?Q?newlib=40sourceware=2Eorg?= Message-ID: X-WP-MailID: 77b87deda535f0256175610e5b49b3c3 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000010 [gQMk] X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2020 18:11:37 -0000 Hi, I try make newLib for my bare metel system. I use cygwin / msys2 / mi= ngw: ../newlib-3.3.0/newlib/configu --host=3Dx86_64-pc-mingw64 --target= =3Dx86_64-pc-libnosys Make fail because of error : In file included f= rom ../../../newlib-3.3.0/newlib/l F:/Projects/C/BMoS/test/newLib error: c= onflicting types for 'wctype_t' =C2=A0=C2=A0 22 | typedef int wcty= pe_t; =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~ In file included from C:/msy= s64/mingw64/x86_64-w64-m =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 from C:/msys64/mingw64/x86_64-w6= 4-m =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 from C:/msys64/mingw64/lib/gcc/x86_ =C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= from ../../../newlib-3.3.0/newlib/l C:/msys64/mingw64/x86_64-w64-m note: = previous declaration of 'wctype_t' was here =C2=A0 112 | typedef u= nsigned short wctype_t; What tools should I use to get newLib ready for = work? Best regards Romek=0D