use all of the object files
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
-c "\
|
-c "\
|
||||||
cd tests/${{ matrix.test }} && \
|
cd tests/${{ matrix.test }} && \
|
||||||
make obj && \
|
make obj && \
|
||||||
riscv64-unknown-elf-ld -melf32lriscv -T tb.ld test.o -o tb.elf && \
|
riscv64-unknown-elf-ld -melf32lriscv -T tb.ld *.o -o tb.elf && \
|
||||||
riscv64-unknown-elf-objcopy --target=verilog tb.elf tb.hex && \
|
riscv64-unknown-elf-objcopy --target=verilog tb.elf tb.hex && \
|
||||||
echo "done" \
|
echo "done" \
|
||||||
"
|
"
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
.global _start
|
.global _start
|
||||||
|
|
||||||
.global addathing
|
|
||||||
|
|
||||||
.text
|
.text
|
||||||
_start:
|
_start:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user