tnt has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/38335?usp=email )
Change subject: firmware: Update the CROSS for riscv toolchain ......................................................................
firmware: Update the CROSS for riscv toolchain
The newer xPack toolchains use the riscv-none-elf- prefix now
Signed-off-by: Sylvain Munaut tnt@246tNt.com Change-Id: I4e74f62af0d69592bb04a5529f30bfc78382aed0 --- M firmware/ice40-riscv/e1-tracer/Makefile M firmware/ice40-riscv/icE1usb/Makefile M gateware/common/fw/Makefile 3 files changed, 3 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved
diff --git a/firmware/ice40-riscv/e1-tracer/Makefile b/firmware/ice40-riscv/e1-tracer/Makefile index 5fa38fa..7507492 100644 --- a/firmware/ice40-riscv/e1-tracer/Makefile +++ b/firmware/ice40-riscv/e1-tracer/Makefile @@ -3,7 +3,7 @@ #ice1usb-proto-bitsty #e1-tracer BOARD ?= e1-tracer -CROSS ?= riscv-none-embed- +CROSS ?= riscv-none-elf- CC = $(CROSS)gcc OBJCOPY = $(CROSS)objcopy ICEPROG = iceprog diff --git a/firmware/ice40-riscv/icE1usb/Makefile b/firmware/ice40-riscv/icE1usb/Makefile index 5fcd1f7..47bc5f8 100644 --- a/firmware/ice40-riscv/icE1usb/Makefile +++ b/firmware/ice40-riscv/icE1usb/Makefile @@ -3,7 +3,7 @@ #ice1usb-proto-bitsty #e1-tracer BOARD ?= ice1usb -CROSS ?= riscv-none-embed- +CROSS ?= riscv-none-elf- CC = $(CROSS)gcc OBJCOPY = $(CROSS)objcopy ICEPROG = iceprog diff --git a/gateware/common/fw/Makefile b/gateware/common/fw/Makefile index 52889ee..71e1afd 100644 --- a/gateware/common/fw/Makefile +++ b/gateware/common/fw/Makefile @@ -1,4 +1,4 @@ -CROSS ?= riscv-none-embed- +CROSS ?= riscv-none-elf-
CC := $(CROSS)gcc OBJCOPY := $(CROSS)objcopy