XiangShan icon indicating copy to clipboard operation
XiangShan copied to clipboard

error massage

Open mlabaf2 opened this issue 1 year ago • 3 comments

Before start

  • [X] I have read the RISC-V ISA Manual and this is not a RISC-V ISA question. 我已经阅读过 RISC-V 指令集手册,这不是一个指令集本身的问题。
  • [X] I have read the XiangShan Documents. 我已经阅读过香山文档。
  • [X] I have searched the previous issues and did not find anything relevant. 我已经搜索过之前的 issue,并没有找到相关的。
  • [X] I have reviewed the commit messages from the relevant commit history. 我已经浏览过相关的提交历史和提交信息。

Describe the bug

Hi my XiangShan has build folder with emu folder in it. previously it was working but now, when I want to make emu... I encounter this error:

image

Expected behavior

I use export LC_ALL=C for local setting

To Reproduce

I use export LC_ALL=C for local setting

Environment

  • XiangShan branch:
  • XiangShan commit id:
  • NEMU commit id:
  • SPIKE commit id:

Additional context

No response

mlabaf2 avatar Jul 07 '24 23:07 mlabaf2

It seems that there are only some warnings but no error. Please check if there is already an emu in ./build path.

Tang-Haojin avatar Jul 08 '24 02:07 Tang-Haojin

Again I make verilog and problem fixed. Is it neccesary each time we change code, both make verilog and then make emu?

mlabaf2 avatar Jul 08 '24 22:07 mlabaf2

Again I make verilog and problem fixed. Is it neccesary each time we change code, both make verilog and then make emu?

No, I think make emu is enough... make should arrange the dependency automatically.

The before log is not an error. make thinks that there is no file modified and emu is up-to-date, so it does not need to do anything. Please make sure that you did modify some source files.

cebarobot avatar Jul 09 '24 02:07 cebarobot