misc: add instructions on the requirements for compilation configuration (#4761)
Co-authored-by: Xu, Zefan <ceba_robot@outlook.com>
This commit is contained in:
parent
85ede7c39b
commit
a912bc8fa8
|
@ -67,11 +67,16 @@ body:
|
|||
attributes:
|
||||
label: Environment
|
||||
description: |
|
||||
Please provide your environment information. 请提供您的环境信息。
|
||||
Please provide your environment information.
|
||||
请提供您的环境信息。
|
||||
|
||||
XiangShan config specifies the XiangShan compilation options specified by `CONFIG=` when compiling XiangShan. If no option is specified, the default is `DefaultConfig`.
|
||||
XiangShan config 为您编译香山时由 `CONFIG=` 指定的香山编译选项,如果没有显示指定,则默认为 `DefaultConfig`。
|
||||
placeholder:
|
||||
value: |
|
||||
- XiangShan branch:
|
||||
- XiangShan commit id:
|
||||
- XiangShan config:
|
||||
- NEMU commit id:
|
||||
- SPIKE commit id:
|
||||
validations:
|
||||
|
|
|
@ -59,6 +59,9 @@ body:
|
|||
description: |
|
||||
Please provide your environment information. 请提供您的环境信息。
|
||||
|
||||
XiangShan config specifies the XiangShan compilation options specified by `CONFIG=` when compiling XiangShan. If no option is specified, the default is `DefaultConfig`.
|
||||
XiangShan config 为您编译香山时由 `CONFIG=` 指定的香山编译选项,如果没有显示指定,则默认为 `DefaultConfig`。
|
||||
|
||||
Tips:
|
||||
- gcc version: **run `gcc --version` and paste first line of the output**
|
||||
- mill version: **run `mill -i --version` and paste first line of the output**
|
||||
|
@ -67,6 +70,7 @@ body:
|
|||
value: |
|
||||
- XiangShan branch:
|
||||
- XiangShan commit id:
|
||||
- XiangShan config:
|
||||
- NEMU commit id:
|
||||
- SPIKE commit id:
|
||||
- Operating System:
|
||||
|
|
Loading…
Reference in New Issue