From 5553541aa0db317a16d4fcbcb998cdb5857ea212 Mon Sep 17 00:00:00 2001 From: yangjie11 Date: Thu, 13 Oct 2022 17:27:16 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91smart-win?= =?UTF-8?q?=E5=BF=AB=E9=80=9F=E4=B8=8A=E6=89=8B=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rt-thread-smart/quick-start/qemu-win/quickstart.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rt-thread-version/rt-thread-smart/quick-start/qemu-win/quickstart.md b/rt-thread-version/rt-thread-smart/quick-start/qemu-win/quickstart.md index 77dd703..3b93fb1 100644 --- a/rt-thread-version/rt-thread-smart/quick-start/qemu-win/quickstart.md +++ b/rt-thread-version/rt-thread-smart/quick-start/qemu-win/quickstart.md @@ -1,4 +1,6 @@ -# RT-Smart 用户态应用开发 SDK +# QEMU 快速上手 (Windows) + +本教程在 Windows 平台上使用 QEMU 快速上手 RT-Smart,运行 RT-Smart 用户态应用。 ## 如何构建用户态应用 @@ -29,7 +31,7 @@ git clone https://github.com/RT-Thread/userapps.git ### 配置工具链 -在 userapps\tools 目录下运行 get_toolchain.py 的脚本,会下载对应的工具链并展开到 userapps\tools\gun_gcc 目录。后面的工具链名称可以是 arm | aarch64 | riscv64。 +在 userapps\tools 目录下运行 get_toolchain.py 的脚本,会下载对应的工具链并展开到 userapps\tools\gun_gcc 目录。后面的工具链名称可以是 arm | riscv64。 本文以 RISC-V 平台为例,输入下面的命令: -- Gitee