tnt submitted this change.

View Change

Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved
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(-)

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 change 38335. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: I4e74f62af0d69592bb04a5529f30bfc78382aed0
Gerrit-Change-Number: 38335
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt@246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: tnt <tnt@246tNt.com>