Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 283 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 283 Bytes

riscv64-unknown-elf-gcc.exe -E -o ./main.i ./main.c

riscv64-unknown-elf-gcc.exe -S -o ./main.S ./main.c

riscv64-unknown-elf-gcc.exe -c -o ./main.o ./main.c

riscv64-unknown-elf-objdump.exe -h ./main.o

riscv64-unknown-elf-gcc.exe -nostdlib -T scratchpad.ld -o ./main.elf ./main.o