On 05.02.2024 16:32, Oleksii Kurochko wrote: > Signed-off-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com> > --- > Changes in V4: > - Update version of GCC (12.2) and GNU Binutils (2.39) to the version > which are in Xen's contrainter for RISC-V > --- > Changes in V3: > - new patch > --- > README | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/README b/README > index c8a108449e..9a898125e1 100644 > --- a/README > +++ b/README > @@ -48,6 +48,9 @@ provided by your OS distributor: > - For ARM 64-bit: > - GCC 5.1 or later > - GNU Binutils 2.24 or later > + - For RISC-V 64-bit: > + - GCC 12.2 or later > + - GNU Binutils 2.39 or later
And neither gcc 12.1 nor binutils 2.38 are good enough? Once again the question likely wouldn't have needed raising if there was a non-empty description ... Also - Clang pretty certainly supports RISC-V, too. Any information on a minimally required version there? Jan