Skip to content

Commit

Permalink
Merge pull request #6 from SebastianBoe/deprecate_riscv-gcc
Browse files Browse the repository at this point in the history
Deprecate riscv gcc
  • Loading branch information
joerchan committed Jan 17, 2015
2 parents f50eded + 02a2726 commit 1d41a91
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "hw/tools/riscv-opcodes"]
path = hw/tools/riscv-opcodes
url = https://github.com/ucb-bar/riscv-opcodes.git
[submodule "hw/tools/riscv-gcc"]
path = hw/tools/riscv-gcc
url = https://github.com/ucb-bar/riscv-gcc
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,23 @@ As of november 2014 we are still building the hw infrastructure
necessary to run a software stack on top of. So here we present only
how to get started with hw-development.

1. Install dependencies
# Install packaged dependencies

yaourt -S sbt texlive-most

2. Enter the core directory
# Install (yet) un-packaged dependencies

Install the GNU toolchain for RISC-V from
https://github.com/ucb-bar/riscv-gnu-toolchain

# Enter the core directory

cd hw/core

3. Test your environment
# Test your environment

make alu.test

4. Peruse the issue-tracker to see if there is anything that interests
# Peruse the issue-tracker to see if there is anything that interests
you or create your own issue based on what you want to contribute
with. But most importantly; have fun!
1 change: 0 additions & 1 deletion hw/tools/riscv-gcc
Submodule riscv-gcc deleted from 0771b8

0 comments on commit 1d41a91

Please sign in to comment.