@@ -34,9 +34,7 @@ Also available for Arch users on the AUR: [https://aur.archlinux.org/packages/ri
34
34
35
35
On OS X, you can use [ Homebrew] ( http://brew.sh ) to install the dependencies:
36
36
37
- $ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat
38
- $ brew tap discoteq/discoteq
39
- $ brew install flock
37
+ $ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat texinfo flock
40
38
41
39
To build the glibc (Linux) on OS X, you will need to build within a case-sensitive file
42
40
system. The simplest approach is to create and mount a new disk image with
@@ -50,9 +48,9 @@ complete the process.
50
48
51
49
### Installation (Newlib)
52
50
53
- To build the Newlib cross-compiler, pick an install path. If you choose,
54
- say, ` /opt/riscv ` , then add ` /opt/riscv/bin ` to your ` PATH ` now. Then, simply
55
- run the following command:
51
+ To build the Newlib cross-compiler, pick an install path (that is writeable).
52
+ If you choose, say, ` /opt/riscv ` , then add ` /opt/riscv/bin ` to your ` PATH ` .
53
+ Then, simply run the following command:
56
54
57
55
./configure --prefix=/opt/riscv
58
56
make
@@ -61,7 +59,7 @@ You should now be able to use riscv64-unknown-elf-gcc and its cousins.
61
59
62
60
### Installation (Linux)
63
61
64
- To build the Linux cross-compiler, pick an install path (that is writeable.)
62
+ To build the Linux cross-compiler, pick an install path (that is writeable).
65
63
If you choose, say, ` /opt/riscv ` , then add ` /opt/riscv/bin ` to your ` PATH ` .
66
64
Then, simply run the following command:
67
65
0 commit comments