Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any plan to bump GCC to 14.x ? #1471

Closed
Du-Chao opened this issue May 7, 2024 · 3 comments
Closed

any plan to bump GCC to 14.x ? #1471

Du-Chao opened this issue May 7, 2024 · 3 comments

Comments

@Du-Chao
Copy link

Du-Chao commented May 7, 2024

It's good to have the GCC 14 new features, and also support more RISC-V extensions.

@TommyMurphyTM1234
Copy link
Collaborator

It was only released today so it's not surprising that riscv-gnu-toolchain hasn't been bumped to use it yet.
I'll create a PR for it but if you need to build with it in the meantime then you can do the following:

git clone https://github.com/riscv-collab/riscv-gnu-toolchain
cd riscv-gnu-toolchain
git clone https://github.com/gcc-mirror/gcc gcc-14 -b releases/gcc-14 
./configure ... --with-gcc-src=`pwd`/gcc-14
make

TommyMurphyTM1234 added a commit to TommyMurphyTM1234/riscv-gnu-toolchain that referenced this issue May 7, 2024
This was referenced May 22, 2024
@TommyMurphyTM1234
Copy link
Collaborator

@TommyMurphyTM1234
Copy link
Collaborator

New PR:

I'll going to assume that the answer to the question here:

is "yes" and, consequently, I'm closing this issue and the related PR.

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

No branches or pull requests

2 participants