|
Message-ID: <CAA-4+jdfYKC0ufXA-WMb0dc9BmH6JU+Be=4zC012JT-SqUC4Ug@mail.gmail.com> Date: Fri, 27 May 2016 23:02:58 +0900 From: Masanori Ogino <masanori.ogino@...il.com> To: lowrisc-dev@...ts.lowrisc.org Cc: musl@...ts.openwall.com Subject: [GSoC2016] Weekly Report of Porting musl to RISC-V Project #1 Hello, 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. 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. 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]. 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. Any comments would be appreciated. Please tell me your opinion! Have a nice weekend! [1]: https://github.com/lluixhi/musl-riscv [2]: https://github.com/omasanori/musl/tree/riscv [3]: https://github.com/omasanori/riscv-gnu-toolchain/tree/musl -- Masanori Ogino
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.