File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
bsp/wch/risc-v/ch32v208w-r0 Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,11 @@ CH32V208W-R0 是 WCH 推出的一款基于 RISC-V 内核的开发板,最高主
38381 . [ 下载WCH编译工具链] ( https://github.com/NanjingQinheng/sdk-toolchain-RISC-V-GCC-WCH/archive/refs/tags/V1.0.0.zip )
39392 . 下载Env工具[ 最新版本] ( https://github.com/RT-Thread/env-windows/releases )
40403 . 下载RT-Thread[ 最新源码] ( https://github.com/RT-Thread/rt-thread/archive/refs/heads/master.zip )
41- 4 . 并在当前BSP根目录下打开Env工具并执行 ` scons --exec-path=D:\sdk-toolchain-RISC-V-GCC-WCH-1.0.0\bin ` 命令,在指定工具链位置的同时直接编译。
42- 5 . 编译完成之后会生成 ** rtthread.bin** 文件。
41+ 4 . 打开Env工具进入bsp目录
42+ 5 . 执行` scons --pyconfig-silent ` 刷新配置
43+ 6 . 执行` pkgs --update ` 拉取
44+ 7 . 执行 ` scons --exec-path=D:\sdk-toolchain-RISC-V-GCC-WCH-1.0.0\bin ` 命令,在指定工具链位置的同时直接编译。
45+ 8 . 编译完成之后会生成 ** rtthread.bin** 文件。
4346
4447![ sconscompile] ( ./figures/sconscompile.jpg )
4548
You can’t perform that action at this time.
0 commit comments