Conversation

Jarkko Sakkinen

Edited 2 months ago
So after reading around the Internet I got the picture that already GCC 14.1 could be able to compile Rust-Linux. Is this correct? Amazing progress if it is! I did not simply know this.

I'll give it a shot since 14.1 came out already at Spring if I recall correctly.

Update: I have now gccrs build ongoing, after that I'll just point it out to cargo with build.rustc-wrapper and see how it compiles user space code first. Very interesting and exciting ;-)

#linux #kernel #rust #gcc
1
1
2

@jarkko bookmarked for future reference, feel free to reply as a thread so I can know how it finished 😉

1
0
1

@litchipi So my guess is that this lagging a bit behind, i.e. it might be that even tho GCC is already at 14.2 (at least in my Fedora system), this shows 14.0:

~/work/github/gccrs master*
$ $(find . -name gccrs) --version
gccrs (GCC) 14.0.1 20240309 (experimental)
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1
0
1