Merge branch 'master' of https://github.com/mariusmm/RISC-V-TLM
This commit is contained in:
commit
9796130cb5
|
@ -10,7 +10,7 @@ It supports RV32IMAC Instruction set by now.
|
|||
[](https://www.codacy.com/app/mariusmm/RISC-V-TLM?utm_source=github.com&utm_medium=referral&utm_content=mariusmm/RISC-V-TLM&utm_campaign=Badge_Grade)
|
||||
[](https://scan.coverity.com/projects/mariusmm-risc-v-tlm)
|
||||
[](https://github.com/mariusmm/RISC-V-TLM/blob/master/LICENSE)
|
||||
[](https://hub.docker.com/r/mariusmm/riscv-tlm)
|
||||
[](https://hub.docker.com/r/mariusmm/riscv-tlm)
|
||||
[](https://twitter.com/mariusmonton)
|
||||
---
|
||||
Table of Contents
|
||||
|
|
|
@ -31,7 +31,7 @@ rm = rm -f
|
|||
|
||||
$(BINDIR)/$(TARGET): $(OBJECTS)
|
||||
# $(LINKER) $(OBJECTS) $(LDFLAGS) $(LIBS) $(LIBDIR) -o $@
|
||||
riscv32-unknown-linux-gnu-objdump -d $< > dump
|
||||
riscv32-unknown-elf-objdump -d $< > dump
|
||||
riscv32-unknown-elf-objcopy -Oihex $< $(TARGET).hex
|
||||
# @echo "Linking complete!"
|
||||
|
||||
|
|
Loading…
Reference in New Issue