updated README and Makefile environment settings

This commit is contained in:
Blaise Tine
2020-01-21 21:21:56 -05:00
parent 60f0cfe215
commit 759349f2bf
28 changed files with 92848 additions and 1822 deletions

View File

@@ -1,10 +1,10 @@
COMP = ~/dev/riscv-gnu-toolchain/drops/bin/riscv32-unknown-elf-gcc
COMP = ../../../../riscv-gnu-toolchain/drops/bin/riscv32-unknown-elf-gcc
# CC_FLAGS = -march=rv32im -mabi=ilp32 -O0 -Wl,-Bstatic,-T,linker.ld -ffreestanding -nostdlib
CC_FLAGS = -march=rv32im -mabi=ilp32 -O0 -Wl,-Bstatic,-T,../vortex_link.ld -ffreestanding -nostartfiles
DMP = ~/dev/riscv-gnu-toolchain/drops/bin/riscv32-unknown-elf-objdump
CPY = ~/dev/riscv-gnu-toolchain/drops/bin/riscv32-unknown-elf-objcopy
DMP = ../../../../riscv-gnu-toolchain/drops/bin/riscv32-unknown-elf-objdump
CPY = ../../../../riscv-gnu-toolchain/drops/bin/riscv32-unknown-elf-objcopy
VX_STR = ../../startup/vx_start.s

File diff suppressed because it is too large Load Diff

BIN
runtime/mains/dev/vx_dev_main.elf Normal file → Executable file

Binary file not shown.

File diff suppressed because it is too large Load Diff