From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10157 Path: news.gmane.org!not-for-mail From: Masanori Ogino Newsgroups: gmane.linux.lib.musl.general,gmane.comp.hardware.lowrisc.devel Subject: [GSoC2016] Weekly Report of Porting musl to RISC-V Project #4 Date: Sat, 18 Jun 2016 22:21:58 +0900 Message-ID: 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 1466256141 7053 80.91.229.3 (18 Jun 2016 13:22:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Jun 2016 13:22:21 +0000 (UTC) Cc: musl@lists.openwall.com To: lowrisc-dev@lists.lowrisc.org Original-X-From: musl-return-10170-gllmg-musl=m.gmane.org@lists.openwall.com Sat Jun 18 15:22:20 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 1bEGCa-0007GG-OM for gllmg-musl@m.gmane.org; Sat, 18 Jun 2016 15:22:20 +0200 Original-Received: (qmail 3540 invoked by uid 550); 18 Jun 2016 13:22:17 -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 3384 invoked from network); 18 Jun 2016 13:22:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:cc; bh=e2DZcSszTZmWZjcbYxP+mDLgDFI5TYyhtvx6W8YCW0E=; b=y2YPC648wptcUUX9N6lHFRGnWZr21ZRqY4P/gIr5KqRinf2iY4Tg1+cgh+23RohuQD dz6FGDokESxw2Aalm7f14M7E7o3JbH9xDKL8skAEV1JvHAVyLzqgLOMCaKHaVhHq1/xq +Kv4cWub5mIEeI7yJQ4aVeBamqR8Sql4Zs15K9TBS2aMetawLq6OKpCB8UP/sTszsoYn cYluMGWxBNtG8FDr876MVZN2Z6b/TGpKtE+3l5sHWnZDIeZyJACCsKyLh2ftjnTcNe+A QJvdWlWdfGOLnBvrXfs8JFnUnZSOkrnjUOd9YiR1RdfKsvtJUZ8/ZRhRVxcexomRiOCy AatQ== 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:from:date:message-id:subject :to:cc; bh=e2DZcSszTZmWZjcbYxP+mDLgDFI5TYyhtvx6W8YCW0E=; b=Gy2skaGjYmNtekTvk28Xjb0UspDAwvrrvf3LcALPBNODBWDxqNklwRdnstPv1xMN8S +TcqXyspov/JsjrncH2jT4n2QchZj/Tiwvpb24zAjpLn9/YlIz+phbokIkDYeMxySdLi JBUeIOTPL3FxTPEr/buqchdbSQQzigkKAu9lkjPHe3g1b++lmY+8i4kFdvy1vwT3L1q2 SVu2oSzOJYs2Zt0OGc921Zu60c/y5yaFv++Oz8mIrOTdMP9lQ7L44ji+JNSIItNei2dM +GHneeQdP7DZeaOkmLeIcvOVPOG+I9ZgKwUkuq54j+z+3mgzZKzp/JQCK2C4yvoMJqYt tTYA== X-Gm-Message-State: ALyK8tLzHXhgWtz5M9J7MvN7Fc5h9Y+si0ZsNVK1rZAJhCqmvHcD3/iMBEGyI6IK9Ir8hLnt9op68bExy2jIsQ== X-Received: by 10.202.225.8 with SMTP id y8mr4200247oig.192.1466256119386; Sat, 18 Jun 2016 06:21:59 -0700 (PDT) Original-Sender: masanoriogino@gmail.com X-Google-Sender-Auth: bgHwaYbASacqqCI8AAS0WBV3sG4 Xref: news.gmane.org gmane.linux.lib.musl.general:10157 gmane.comp.hardware.lowrisc.devel:395 Archived-At: Hello all, This is the fourth issue of weekly report on porting musl to RISC-V GSoC project. This week, I have tried to run libc-test [1] on Spike with the musl-based toolchain, but not succeeded. I found a minor problem with recent cpp (I will report it to the maintainer of libc-test later) but it is not the main issue preventing the test. I will continue debugging this weekend. There is no significant progress on the project this week. I will try to contact other developers more and more to gain speed. Have a nice weekend! [1]: http://nsz.repo.hu/git/?p=libc-test -- Masanori Ogino