Skip to content

Commit 61ccda0

Browse files
committed
Build flterm.
1 parent 0a917c7 commit 61ccda0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/get-env.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,11 @@ MISOC_DIR=$BUILD_DIR/misoc
131131
fi
132132
git submodule init
133133
git submodule update
134+
cd tools
135+
make
134136
)
135137
export PYTHONPATH=$MISOC_DIR:$PYTHONPATH
138+
$MISOC_DIR/tools/flterm --help
136139
python3 -c "import misoclib"
137140

138141
# liteeth

0 commit comments

Comments
 (0)