Commit fb3b3f8d authored by Shetty Yttehs's avatar Shetty Yttehs :yum:
Browse files

fix: gdb

parent a7fa857e
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -16,7 +16,7 @@ QEMU_FLAGS := -machine virt \
-device loader,file=$(TARGET),addr=$(ADDR) \
-nographic
GDB := rust-gdb
GDB := riscv64-elf-gdb
GDB_FLAGS := -ex "file $(TARGET)" \
-ex "target remote :1234" \
-ex "set arch riscv:rv64" \
......@@ -41,4 +41,4 @@ clean:
@$(CARGO) clean
%:
@$(CARGO) $@ $(CARGO_FLAGS)
\ No newline at end of file
@$(CARGO) $@ $(CARGO_FLAGS)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment