From ef5492dfea14c4d4797b98d2a2c0f386be7857a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E8=80=80=E9=98=B3=20=28Zhou=20Yaoyang=29?= Date: Tue, 3 Dec 2024 10:33:19 +0800 Subject: [PATCH] doc: remind user to set AM_HOME in README (#42) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e354406..eab128cb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ In this section, we demonstrate how to build memory images (`base_address = 0x80 ``` shell git clone https://github.com/OpenXiangShan/nexus-am.git cd nexus-am +export AM_HOME=`pwd` # set AM_HOME ``` - enter tests or benchmark directory (using `apps/coremark` as an example):