tnt has uploaded this change for review. ( 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 <[email protected]> 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(-) git pull ssh://gerrit.osmocom.org:29418/osmo-e1-hardware refs/changes/35/38335/1 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 -- To view, visit https://gerrit.osmocom.org/c/osmo-e1-hardware/+/38335?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-e1-hardware Gerrit-Branch: master Gerrit-Change-Id: I4e74f62af0d69592bb04a5529f30bfc78382aed0 Gerrit-Change-Number: 38335 Gerrit-PatchSet: 1 Gerrit-Owner: tnt <[email protected]>
