Skip to content

Commit 39e4307

Browse files
committed
conf/evalsoc: add a missing environment var for compiling kvmtool.
Signed-off-by: guibing <[email protected]>
1 parent 971b3d2 commit 39e4307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/evalsoc/linux_kvm_hypervisor_user_guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ cd ..
2828

2929
```shell
3030
git clone https://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git
31+
export RISCV_XLEN=64
3132
export ARCH=riscv
3233
export CROSS_COMPILE=riscv64-unknown-linux-gnu-
3334
cd kvmtool

0 commit comments

Comments
 (0)