Skip to content

feat(rh850): add v850 toolchain - #90

Merged
josecm merged 1 commit into
mainfrom
feat/v850-elf
Feb 16, 2026
Merged

feat(rh850): add v850 toolchain#90
josecm merged 1 commit into
mainfrom
feat/v850-elf

Conversation

@DavidMCerdeira

Copy link
Copy Markdown
Member

This PR adds support for the V850 target toolchain to our Docker-based build environment.

Changes

  • Introduces a new build ARG V850_TOOLCHAIN_LINK pointing to the Bao Project’s prebuilt gcc-v850-elf toolchain release (v14.2.0).
  • Downloads and installs the V850 toolchain into /opt/v850-toolchain during image build.
  • Extends PATH to include /opt/v850-toolchain/bin, making the V850 compiler tools available by default in the container.

Motivation

We need the container image to provide a V850 cross-compiler alongside the existing AArch64/AArch32 and RISC-V toolchains so V850 targets can be built in CI.

Signed-off-by: David Cerdeira <davidmcerdeira@gmail.com>

@danielRep danielRep left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@josecm
josecm merged commit 6667083 into main Feb 16, 2026
4 checks passed
@josecm
josecm deleted the feat/v850-elf branch February 16, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants