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.1 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,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 13356 invoked from network); 25 Nov 2023 14:52:16 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 25 Nov 2023 14:52:16 -0000 Received: (qmail 31978 invoked by uid 550); 25 Nov 2023 14:52:12 -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 31943 invoked from network); 25 Nov 2023 14:52:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700923919; x=1701528719; darn=lists.openwall.com; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=utFSFgqyf03GnCxIVxbLMdyBwFOTs6zVhLz1PpVVWAA=; b=Ew0A62/I/YqPEp4yOOAWKzZbYNQKHjhsqRZh5eHr+YmCC+k5hh3FoqGsZ6R2ZNdM+v /glHVEqncV4beAAzplk8tQCtZHlGKKdP2d2eDGt1CFmZG7fdEc7eJIH5Ol7zdNSiCyGn kmd3BJqmLuTTZL07D8AaPInJ71IIcmMER32Kvc7N5pCy1QUWkWnhJOP8YkPp8+kawYjf PmGsknlfvWVrcjH5wEhxryebFlGnbgZN2a+s292E52C3MNil4MK23M1JmPVTYPHksM0H j9L2//gK9zGX+nz1r/Cdm652OrKRXlnFZfoCWhActSn5KGZGqbAdanBadasp35ceqySA L/AQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700923919; x=1701528719; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=utFSFgqyf03GnCxIVxbLMdyBwFOTs6zVhLz1PpVVWAA=; b=LN5OIcVLnnZEpQCanBLdQTMfamnk324e5mjkL2HcVE5EsTRGuYk7QOoTl8IU0BYxvt gEmpclBC9zD92SNGKizc4nYUd2hlliw/r9/rSOLy/vJTZSnUb28F8WgJRBGGdVnemOj5 bWMBRmKJgwYH5l1TVzbFXgg/7PQEscH55ZzGlIQEPr0q7JUVTMaU5Pw0JEUm9QqG3mih 6gepCQMxl0y+wWnylVNepAfiKyGpbPDUzO2prtPGKmBSakkGjw55hPPgNQAvhfJMW17A xLr6YnZWyJ/9FctX+7ol2Ct85mdQScNTpYaG2TN5y9Z54PTxe/NcwQUXBoofdCja6n18 mokg== X-Gm-Message-State: AOJu0Yw8e7q8CilHNTaSwW3aZ0XZ/4U7uOoVYLMNuHnGjkADw9Xyr4MQ o9p7320AldSx/2agMzxI+z6jqZpjAZyR+e++RmY= X-Google-Smtp-Source: AGHT+IHHJVZresZYX/ShWINBo3NRZE+bn0zrVKRpz+iBzQ5xySXKR4tlnRdLDa2RwYYdg41yToUPzP/kfVeXDgmURpE= X-Received: by 2002:a05:6602:2a55:b0:7a9:63fd:e277 with SMTP id k21-20020a0566022a5500b007a963fde277mr2618223iov.14.1700923919346; Sat, 25 Nov 2023 06:51:59 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20231125111725.GL1427497@port70.net> References: <20231125111725.GL1427497@port70.net> From: Unknown Date: Sat, 25 Nov 2023 06:51:58 -0800 Message-ID: To: Unknown , "musl@lists.openwall.com" Content-Type: multipart/alternative; boundary="00000000000000af6a060afb36f5" Subject: Re: [musl] Can you please guide me on how to compile musl-libc in Msys2 ? --00000000000000af6a060afb36f5 Content-Type: text/plain; charset="UTF-8" Hi, I'm trying to compile a source code based on C that i believe it uses string.h and some other libraries from musl-libc the platform I'm using to compile are Windows with Msys2 The Msys2 currently doesn't have musl-libc in thier packages so i decided to compile the musl-libc from the source code but trying to compile it gives me a some errors that i couldn't solve until now. I have check the precompiled musl toolchain with mingw integrated but these ones are only available for Linux system. On Saturday, November 25, 2023, Szabolcs Nagy wrote: > 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/ ? > --00000000000000af6a060afb36f5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi,

I'm trying to compile a source code based on C t= hat i believe it uses string.h and some other libraries from musl-libc the = platform I'm using to compile are Windows with Msys2

The Msys2 currently doesn't have musl-libc in thier packages so = i decided to compile the musl-libc from the source code but trying to compi= le it gives me a some errors that i couldn't solve until now.

I have check the precompiled musl toolchain with mingw inte= grated but these ones are only available for Linux system.


On Saturday, November 25, 2023, Szabolcs Nagy <<= a href=3D"mailto:nsz@port70.net">nsz@port70.net> wrote:
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/ ?
--00000000000000af6a060afb36f5--