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.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26681 invoked from network); 10 Apr 2021 21:16:17 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 10 Apr 2021 21:16:17 -0000 Received: (qmail 5798 invoked by uid 550); 10 Apr 2021 21:16:11 -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 5777 invoked from network); 10 Apr 2021 21:16:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=XzqTzQTH53yeM21EtApVeeHdZx0E4xNiSqePH31O3Uw=; b=nj29fgFdG2aP+M6rT3RbAr2AWxkT6leH+0T++647GY4/S6TyU9zPNBIalru1mmOMp3 MgsJWwZFpxG7mKElsLdHBjWTE3ER83pPm/uiiXuq1iu3K36ArIT5YZo8M4lBulBBvBdv 1pYXKoBH1qECiXXzatbInkqXbhmVefDLzktMadOCPWuQTzw5Ul7xcavxR+UTNKNCvYJr DnaWIWmdWuwuoL10TuTjHrKyCZgr6yNUyyjV1WWd8lip4cGw5fpdWLuDPITUhbYmVaYF WSXBo+X5R8GO2J8l+BrTejAQmb1j4uM8PSxwGb5KvF1HHBQoGRNtttbtXozI1jzQ6n6B ukIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=XzqTzQTH53yeM21EtApVeeHdZx0E4xNiSqePH31O3Uw=; b=Zjse5Sxc6089d8E1UXianCn4v35f9IFR4/C8X9kZc2+2wsZqP6nbdBE7hGnCeDnm9C 1uT5/1pXTla0tTDw9uRfs2PNET80DxMJe/lYfjX/XiqWlZrS4yGQPmM7hrrGPVEJCkPf qv78O7zWkO945RzSdl5JtaGmxAbErvBPfFg2q7ULJc4EVO/2Oh84HRjFPPHW/41tcZ6J jB1THtogSGVNJI9feSKg+PuuJfRIEBPZ4Ic3IIfCVoVeathWNyYl2C/7PpcUVAA/L+Av +GxHpWwjCvEao1+GUa4hT2P9RGBjdGwYQRoT6qjf9OQjonzUmPTsM8zgDN7UHTbpaCP4 umUw== X-Gm-Message-State: AOAM533MAXHkE/lgHDcqZUGCkkrVgmNlVK+6k6R88MTbWK0dadssYy1b BQKWOaRVigfR2RdW3SuW1Pbwyf2HK4TFOpBnCOgbcgwQ5dY= X-Google-Smtp-Source: ABdhPJwsR4rzAMs8/E9ijWa9fuXwFs2/cHLz/fRF4CX3J4dA1nF3gSxY91yyDRmTIWhUawMNRqOEEs7of0pMNZe4U0U= X-Received: by 2002:a05:6e02:1a0f:: with SMTP id s15mr2978639ild.59.1618089359041; Sat, 10 Apr 2021 14:15:59 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: ardi Date: Sat, 10 Apr 2021 23:15:48 +0200 Message-ID: To: musl@lists.openwall.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [musl] Linux distribution for using RISC-V musl? Thanks a lot, Khem, However, I feel like Yocto is beyond reach of my current skills. Someday I'll dig into low-level details of distributions, and I feel really tempted to build a Linux from scratch (a la "Aboriginal Linux" http://landley.net/aboriginal/ ), but for the moment my skill is more into user-land development (with some internal compiler skills) than into distribution engineering. So I feel more prone to just use available images that I can just feed into QEMU (or other emulators). Kind regards and thanks a lot, Ardi On Sat, Apr 10, 2021 at 4:17 PM Khem Raj wrote: > > Hi Ardi > > RV64/musl combo is well supported in OpenEmbedded/Yocto perhaps > buildroot also supports this combo well > you can try Yoe Distro which is based on Yocto > > https://github.com/YoeDistro/yoe-distro > > On Sat, Apr 10, 2021 at 5:09 AM ardi wrote: > > > > Hi! > > > > From what I'm reading, it seems like the RISC-V (64 bit) version of > > musl is considered to be in working status as of now. I'd like to give > > it a try with a RISC-V emulator, but first I'd wish to know which > > Linux distribution(s) use the people who have been developing/testing > > musl in RISC-V. Have they succeeded in completely replacing GNU libc > > by musl in such distribution(s) ? > > > > Also, I've read that QEMU is able to emulate multicore RISC-V CPUs. > > Does musl support multicore RISC-V in 64bit? I mean, if I configure a > > multicore RISC-V in QEMU and I try to build a parallel loop using > > OpenMP for example, will such loop be parallelized if I'm using musl? > > > > Thanks a lot, > > > > ardi