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" \
|
||||
"
|
||||
|
Reference in New Issue
Block a user