We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c7370 commit 65056bdCopy full SHA for 65056bd
README.md
@@ -61,9 +61,9 @@ You should now be able to use riscv64-unknown-elf-gcc and its cousins.
61
62
### Installation (Linux)
63
64
-To build the Linux cross-compiler, pick an install path. If you choose,
65
-say, `/opt/riscv`, then add `/opt/riscv/bin` to your `PATH` now. Then, simply
66
-run the following command:
+To build the Linux cross-compiler, pick an install path (that is writeable.)
+If you choose, say, `/opt/riscv`, then add `/opt/riscv/bin` to your `PATH`.
+Then, simply run the following command:
67
68
./configure --prefix=/opt/riscv
69
make linux
0 commit comments