We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887e117 commit f12db35Copy full SHA for f12db35
hello_linux/Makefile
@@ -10,6 +10,11 @@ LDFLAGS:=-Wl,-elf2flt=-r
10
11
C_S+=hello_linux.c
12
13
+test : deploy
14
+ make -C .. toolchain
15
+ make -C ../mini-rv32ima mini-rv32ima
16
+ ../mini-rv32ima/mini-rv32ima -f ../buildroot/output/images/Image
17
+
18
hello_linux : hello_linux.c
19
$(CC) $(CFLAGS) $(C_S) $(LDFLAGS) -o $@
20
$(OBJDUMP) -S $@.gdb > $@.S
0 commit comments