You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An automated build script is provided to compile the RISC-V cross-compiler, Busybox, and Linux kernel from source. Please note that it only supports the Linux host environment. It can be found at tools/build-linux-image.sh.
109
116
```shell
110
-
$ make build-linux-img
117
+
$ make build-linux-image
111
118
```
112
119
113
120
### Verify with prebuilt RISC-V ELF files
@@ -378,7 +385,7 @@ $ source ~/emsdk/emsdk_env.sh
378
385
Change the Emscripten SDK environment path if necessary.
379
386
380
387
At this point, you can build and start a web server service to serve WebAssembly by running:
0 commit comments