-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
有以下几个需要更新的地方:
-
”vexpress-a9 + RT-Thread“ 和 ”星火一号 + RT-Thread“ 中的描述不完整,menuconfig 后如果选择了下载 mlibc 软件包,后还需要执行
. ~/.env/env.sh
+pkgs --update
才能将 mlibc 下载到bsp/qemu-vexpress-a9/packages/mlibc-latest
, 然后再 scons 才行。 -
我试了一下 ”vexpress-a9 + RT-Thread“, 编译不过 :( 具体原因可能是 RTT 的问题。
-
整体 README 文档的段落建议调整一下,目前整个 ”快速上手“ 部分,先写了 QEMU运行RT-Thread 然后才写单独编译 mlibc。感觉顺序反了,作为 mlibc 仓库的 README,我觉得应该先写编译 mlibc,然后再介绍集成到 RTT 的内容。
-
直接
make QEMU_BOARD=qemu-virt-riscv64 ARCH=riscv64
会默认触发目标all : mlibc crt0 qemu-hello
,所以看起来编译了两次mlibc, ,应该改成make qemu-hello QEMU_BOARD=qemu-virt-riscv64 ARCH=riscv64
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation