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 "\
|
||||
cd tests/${{ matrix.test }} && \
|
||||
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 && \
|
||||
echo "done" \
|
||||
"
|
||||
|
@@ -1,7 +1,5 @@
|
||||
.global _start
|
||||
|
||||
.global addathing
|
||||
|
||||
.text
|
||||
_start:
|
||||
|
||||
|
Reference in New Issue
Block a user