Commit f3a57a4
committed
Update README to clarify make arch-test usage
Running make arch-test without explicitly setting ENABLE_ARCH_TEST=1
may fail due to missing prebuilt binaries. This issue arises because
the default value of ENABLE_ARCH_TEST is 0, stopping Sail model from
being fetched.
Additionally, if ENABLE_SYSTEM=1 was previously set, the build system
fetches the kernel image instead of the Sail model. To ensure the
correct prebuilt binary is fetched, it is recommended to run make
distclean beforehand.
This serves as a temporary solution to sysprog21#575.1 parent fe31e24 commit f3a57a4
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| 196 | + | |
195 | 197 | | |
196 | 198 | | |
197 | | - | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
207 | | - | |
| 209 | + | |
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
| |||
0 commit comments