URL
https://opencores.org/ocsvn/neorv32/neorv32/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 36 |
Rev 43 |
Line 191... |
Line 191... |
OBJDUMP = $(RISCV_TOOLCHAIN)-objdump
|
OBJDUMP = $(RISCV_TOOLCHAIN)-objdump
|
OBJCOPY = $(RISCV_TOOLCHAIN)-objcopy
|
OBJCOPY = $(RISCV_TOOLCHAIN)-objcopy
|
SIZE = $(RISCV_TOOLCHAIN)-size
|
SIZE = $(RISCV_TOOLCHAIN)-size
|
|
|
# Host native compiler
|
# Host native compiler
|
CC_X86 = gcc -Wall -O -g
|
CC_X86 = g++ -Wall -O -g
|
|
|
# NEORV32 executable image generator
|
# NEORV32 executable image generator
|
IMAGE_GEN = $(NEORV32_EXG_PATH)/image_gen
|
IMAGE_GEN = $(NEORV32_EXG_PATH)/image_gen
|
|
|
# Compiler & linker flags
|
# Compiler & linker flags
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.