Skip to content

Commit

Permalink
Update Makefile (#80)
Browse files Browse the repository at this point in the history
Add ace binary to the PATH to simplify running ACE in QEMU
  • Loading branch information
wojciechozga authored Jan 13, 2025
1 parent 56cf466 commit 8907f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ emulator: setup devtools
tools: setup
mkdir -p $(TOOLS_WORK_DIR) ;\
cp -rf $(TOOLS_SOURCE_DIR)/*.sh $(TOOLS_WORK_DIR)/ ;\
cp -rf $(TOOLS_SOURCE_DIR)/ace $(TOOLS_WORK_DIR)/ ;\
PATH="$(RISCV_GNU_TOOLCHAIN_WORK_DIR)/bin:$(PATH)" TOOLS_WORK_DIR=$(TOOLS_WORK_DIR) ACE_DIR=$(ACE_DIR) $(MAKE) -C tools/cove_tap_tool;

verify:
Expand Down

0 comments on commit 8907f10

Please sign in to comment.