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
Copy file name to clipboardExpand all lines: scripts/toolchain/README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# How to build riscv toolchain for Nuclei RISC-V Processor
2
2
3
+
> [!NOTE]
4
+
>
5
+
> Build a releasable toolchain is a complicated thing, we just shared our script used internally here,> and we don't provide technical support for this script, you should look into the scripts by yourself to understand how it works.
6
+
3
7
This directory contains scripts required for building riscv toolchain
4
8
of Nuclei RISC-V processor.
5
9
@@ -11,7 +15,7 @@ for glibc.
11
15
12
16
## Support Host and Requirements
13
17
14
-
- Tested on Ubuntu 20.04, real machine not docker environment
18
+
- Tested on Ubuntu 20.04 Host, real machine not docker environment
15
19
- Git, docker or podman is required
16
20
- Good network connection to github, since most source code are pulled from there
0 commit comments