Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
构建 C 模拟器时出现以下错误:
~/rocket-chip/emulator$ 制作
make: *** 没有规则来制作目标/home/rocket-chip/emulator/generated-src/Top.DefaultConfig.prm,需要/home/rocket-chip/emulator/generated-src/consts.DefaultConfig.h. 停止。
/home/rocket-chip/emulator/generated-src/Top.DefaultConfig.prm
/home/rocket-chip/emulator/generated-src/consts.DefaultConfig.h
如 Rocket Chip 中所述README.md,您需要在克隆 repo 后更新子模块:
README.md
cd /home/rocket-chip git submodule update --init --recursive
完成后,应构建 C 仿真器。请注意,您还必须安装 RISC-V 工具;请按照中的步骤README.md了解详细信息。