From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10082 Path: news.gmane.org!not-for-mail From: Masanori Ogino Newsgroups: gmane.linux.lib.musl.general Subject: Re: [GSoC2016] Weekly Report of Porting musl to RISC-V Project #1 Date: Fri, 3 Jun 2016 23:31:09 +0900 Message-ID: References: <20160529201404.a37746f95019698461898bbb@frign.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1464964316 15347 80.91.229.3 (3 Jun 2016 14:31:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jun 2016 14:31:56 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10095-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 03 16:31:56 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1b8q8H-0006wH-2s for gllmg-musl@m.gmane.org; Fri, 03 Jun 2016 16:31:29 +0200 Original-Received: (qmail 5315 invoked by uid 550); 3 Jun 2016 14:31:22 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 5297 invoked from network); 3 Jun 2016 14:31:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=5b7nbBfpmXczp3f/1YdmYRweUGm8cauaRc8OxM47U6A=; b=rUpWJ3zr7Q1VNgucTF+dxIJ85agEvMv0ECrg6pk8PVjarDqgnyE3zr2ZpfTnb9bWTB f63y//uKnK8Ioes09DBGHnqH4dOZh+hpp0BemcVwG84fSO0B4mYDVEvAGCfP9Owxylj3 vEeg3lsbJra4WGqWrxynjpZkfieYb36XAdIrGvm93oU0aeyxZDuGw++VMDkiukDSTQLA eIfpgdOCXZqLTvH+iK4RsPF0BCHDhhLuZ2/iAuKiKUO2dTqry90xo364OV3Fdjx2l0Gm A7MPq6m2wzOe7ZZy8hbV1QMdMxjvK0tXcyJCFsU1IdXvRavbd6mDXTNZSTDDUMBDY/nC 7tyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=5b7nbBfpmXczp3f/1YdmYRweUGm8cauaRc8OxM47U6A=; b=bj3TKGc8BAX/IxDKRVAqS6823HN5Coak1meDvsRctYrYlDl8qxXKASVQ5caUnrSUc0 Zs6pttuRrVRatSzppnvCj+X3o2dKLWm4yxeI9RyZYE1Jo63Ie51SLG8EyuH6F+O0dC6L u0HOKCTfBnIQf8oEm6pzGQQejMPijzfwiw5nspfoE4LlDd1QM1qsGBYehr3qopVFGNvz sjVGakDsaJR+ELbyoT5H7/F9zIUr0Zk3WF7KGHdYvapA60XHpetGDJbRmdIDluT0D8+F HGxqEPm45xuJoq/S+Ngs5X0or11uO8GKMTNX3jVEt8IHfwoR3fabpzZHVx5LJjO0narZ Xtig== X-Gm-Message-State: ALyK8tLBo5McYpp5o65PtR5cE0kLkMT2bvtidks/8Ptqsun8o1/NB0d6Hs8qSN5MiPKrCUMUJyGnGj9nvqPkFQ== X-Received: by 10.140.194.73 with SMTP id p70mr3531070qha.78.1464964269869; Fri, 03 Jun 2016 07:31:09 -0700 (PDT) Original-Sender: masanoriogino@gmail.com In-Reply-To: <20160529201404.a37746f95019698461898bbb@frign.de> X-Google-Sender-Auth: s4pkjHa3_So4WLF2r2P5w01fjh0 Xref: news.gmane.org gmane.linux.lib.musl.general:10082 Archived-At: Thanks for your attention, FRIGN! 2016-05-30 3:14 GMT+09:00 FRIGN : > On Fri, 27 May 2016 23:02:58 +0900 > Masanori Ogino wrote: > > Hey Masanoir, > >> The coding period of GSoC 2016 began in Monday. Now it's Friday >> midnight (in Japan) so I'd like to report the progress on the project. > > that's very cool! > >> I forked lluixhi's RISC-V port of musl [1] as written in my proposal, >> and applied some patches to catch up with the bleeding edge of the >> library. My WIP branch [2] has no significant differences from the >> origin in the arch-dependent part for now. > > This is very good news. I wasn't sure how easy it would be to merge > those upstream changes. > >> The riscv-gnu-toolchain has been changed to build musl-based >> toolchains. Since the master branch of the toolchain has migrated to >> GCC 6.1 containing musl support, the integration is straightforward. >> If you want to try it, please execute `make musl` after configuration >> with my WIP branch [3]. > > Will look into it! > >> Now I'm working on building a root filesystem with the musl-based >> toolchain to test the port and preparing patches to address some >> problems I've found. I hope we will be able to launch a Linux system >> based on musl on Spike next week. > > I am looking forward to this! Keep up the great work guys! > > Cheers > > FRIGN > > -- > FRIGN -- Masanori Ogino http://twitter.com/omasanori http://gplus.to/omasanori