Skip to content

Commit 38fd546

Browse files
committed
Lab-3: Fix command regression
1 parent cf93104 commit 38fd546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lab-3/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ fibseq.o: fibseq.c
2323
clean:
2424
rm -f $(objects) fibseq
2525

26-
QEMU_CMD = qemu-arm -x gdbscript -g 1234 -L /usr/arm-linux-gnueabihf ./fibseq &
26+
QEMU_CMD = qemu-arm -g 1234 -L /usr/arm-linux-gnueabihf ./fibseq &
2727
CMD = yes 9 | $(call QEMU_CMD) && sleep 1
2828
qemu: fibseq
2929
yes 7 | $(call QEMU_CMD)
30-
arm-none-eabi-gdb fibseq
30+
arm-none-eabi-gdb -x gdbscript fibseq

0 commit comments

Comments
 (0)