Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonathan Currier
litex
Commits
cd543b29
Commit
cd543b29
authored
5 years ago
by
Florent Kermarrec
Browse files
Options
Download
Email Patches
Plain Diff
README: update RISC-V toolchain
parent
7e837bf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README
README
+3
-3
No files found.
README
View file @
cd543b29
...
...
@@ -99,9 +99,9 @@ FPGA lessons/tutorials can be found at: https://github.com/enjoy-digital/fpga_10
./litex_setup.py update
2. Install a RISC-V toolchain:
wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-
20171231
-x86_64-linux-
centos6
.tar.gz
tar -xvf riscv64-unknown-elf-gcc-
20171231
-x86_64-linux-
centos6
.tar.gz
export PATH=$PATH:$PWD/riscv64-unknown-elf-gcc-
20171231
-x86_64-linux-
centos6
/bin/
wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-
8.1.0-2019.01.0
-x86_64-linux-
ubuntu14
.tar.gz
tar -xvf riscv64-unknown-elf-gcc-
8.1.0-2019.01.0
-x86_64-linux-
ubuntu14
.tar.gz
export PATH=$PATH:$PWD/riscv64-unknown-elf-gcc-
8.1.0-2019.01.0
-x86_64-linux-
ubuntu14
/bin/
3. Build the target of your board...:
Go to boards/targets and execute the target you want to build
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment