mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added DWARF symbols for QEMU simulation
This commit is contained in:
parent
e27eed6c52
commit
7004f262c9
@ -4,7 +4,7 @@ $(TARGET).objdump: $(TARGET)
|
|||||||
riscv64-unknown-elf-objdump -S -D $(TARGET) > $(TARGET).objdump
|
riscv64-unknown-elf-objdump -S -D $(TARGET) > $(TARGET).objdump
|
||||||
|
|
||||||
$(TARGET): $(TARGET).c Makefile
|
$(TARGET): $(TARGET).c Makefile
|
||||||
riscv64-unknown-elf-gcc -o $(TARGET) -g -O\
|
riscv64-unknown-elf-gcc -o $(TARGET) -gdwarf-2 -O\
|
||||||
-march=rv64gc -mabi=lp64d -mcmodel=medany \
|
-march=rv64gc -mabi=lp64d -mcmodel=medany \
|
||||||
-nostdlib -static -lm -fno-tree-loop-distribute-patterns \
|
-nostdlib -static -lm -fno-tree-loop-distribute-patterns \
|
||||||
-T../common/test.ld -I../common \
|
-T../common/test.ld -I../common \
|
||||||
|
Loading…
Reference in New Issue
Block a user