From f21d55c8dc132a220b61783a69cb60f5a86aa2c7 Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Thu, 23 Dec 2021 11:30:27 +0800 Subject: [PATCH] status update 2021/12/23 --- README.md | 12 ++++++++++++ README_zh.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/README.md b/README.md index e921023..9c59e01 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,18 @@ You can choose a code repository for development according to your own preferenc Currently we are in a very early stage, trying to cross compile the AOSP codebase using the RISC-V official GNU toolchain. The following is the project progress log (time in reverse order). +- 2021-12-23 Status update + - Build a minimal system, run AOSP's bionic-unit-test-static on QEMU, and solve the bugs found in the test. + - malloc.malloc_info: SIGABRT: + - part of stdio cases FAILED due to can not create tmpfiles: + - Fixed wrong mdev path issue: + - ifunc.*:Segmentation fault: ; also raise PR to upstream: + - added bionic-unit-tests-static log: + - Added doc on how-to setup test env: + - Participate in OSDTConf2021 and present a report about AOSP for RISC-V community open source progress + - report slides: + - report vedio: + - 2021-12-10: Bionic has been successfully compiled, and integration tests are being run using the gtest suite provided by Google. - Clang toolchain: added libFuzzer - diff --git a/README_zh.md b/README_zh.md index 670c858..8726752 100644 --- a/README_zh.md +++ b/README_zh.md @@ -18,6 +18,18 @@ AOSP-RISCV 的代码开源,欢迎大家参与贡献。所有仓库在 Github 本项目还处于非常早期的状态,更多的工作在持续推进中。以下为项目进展日志(时间为倒序)。 +- 2021-12-23 状态更新 + - 搭建了一个最小系统,在 QEMU 上运行 AOSP 的 bionic-unit-test-static,并解决测试中发现的 bugs。 + - malloc.malloc_info: SIGABRT: + - part of stdio cases FAILED due to can not create tmpfiles: + - Fixed wrong mdev path issue: + - ifunc.*:Segmentation fault: ; 该 bugfix 也提交上游 PR: + - added bionic-unit-tests-static log: + - Added doc on how-to setup test env: + - 参加 OSDTConf2021 并做 AOSP for RISC-V 社区开源进展报告 + - 报告 slides: + - 报告 vedio: + - 2021-12-10 已可以完整地成功编译 bionic,正在利用 Google 提供的 gtest 套件运行集成测试。 - Clang 工具链中增加 libFuzzer 支持 riscv - -- Gitee