From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4677 invoked from network); 25 Nov 2023 11:17:43 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 25 Nov 2023 11:17:43 -0000 Received: (qmail 9919 invoked by uid 550); 25 Nov 2023 11:17:38 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 9875 invoked from network); 25 Nov 2023 11:17:37 -0000 Date: Sat, 25 Nov 2023 12:17:25 +0100 From: Szabolcs Nagy To: Unknown Cc: "musl@lists.openwall.com" Message-ID: <20231125111725.GL1427497@port70.net> Mail-Followup-To: Unknown , "musl@lists.openwall.com" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [musl] Can you please guide me on how to compile musl-libc in Msys2 ? not sure what you expect, musl uses linux syscalls. you can take code from musl and compile it for whatever system if it does not have complex internal dependencies. (e.g. printf, malloc, math code, etc would work with minimal effort) or maybe you mean something like https://midipix.org/ ?