Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error massage #3154

Open
4 tasks done
mlabaf2 opened this issue Jul 7, 2024 · 3 comments
Open
4 tasks done

error massage #3154

mlabaf2 opened this issue Jul 7, 2024 · 3 comments
Labels
bug report Bugs to be confirmed

Comments

@mlabaf2
Copy link

mlabaf2 commented Jul 7, 2024

Before start

  • I have read the RISC-V ISA Manual and this is not a RISC-V ISA question. 我已经阅读过 RISC-V 指令集手册,这不是一个指令集本身的问题。
  • I have read the XiangShan Documents. 我已经阅读过香山文档。
  • I have searched the previous issues and did not find anything relevant. 我已经搜索过之前的 issue,并没有找到相关的。
  • 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 mlabaf2 added the bug report Bugs to be confirmed label Jul 7, 2024
@Tang-Haojin
Copy link
Member

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

@mlabaf2
Copy link
Author

mlabaf2 commented Jul 8, 2024

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

@cebarobot
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Bugs to be confirmed
Projects
None yet
Development

No branches or pull requests

3 participants