1
0
Fork 0

use --recursive to populate all submodules. with current instructions you can't run tests because riscv-tests/env isn't pulled in

This commit is contained in:
Scott Beamer 2014-02-06 16:20:48 -08:00
parent 79486c5802
commit cda46b3ce1
1 changed files with 1 additions and 4 deletions

5
README
View File

@ -2,10 +2,7 @@ Quick and dirty instructions:
CHECKOUT THE CODE:
git submodule update --init
cd riscv-tools
git submodule update --init
git submodule update --init --recursive
BUILDING THE TOOLCHAIN: