[PATCH for 4.21 v7 0.5/4] xen/README: add compiler and binutils versions for RISCV-64

Oleksii Kurochko posted 1 patch 8 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/5d71d27f7393753d549c73ab2e5639acc2260df8.1740071755.git.oleksii.kurochko@gmail.com
README | 3 +++
1 file changed, 3 insertions(+)
[PATCH for 4.21 v7 0.5/4] xen/README: add compiler and binutils versions for RISCV-64
Posted by Oleksii Kurochko 8 months, 1 week ago
Set the baseline for the compiler and binutils to >=12.2 for GCC and
>=2.39 for GNU binutils, as Xen's GitLab CI will use the Debian 12
container for RISCV-64 testing. Therefore, these versions are expected
to be the minimum supported versions.

Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
 README | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README b/README
index 373885523c..9e401be4ac 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
     * POSIX compatible awk
     * Development install of zlib (e.g., zlib-dev)
     * Development install of Python 2.7 or later (e.g., python-dev)
-- 
2.48.1
Re: [PATCH for 4.21 v7 0.5/4] xen/README: add compiler and binutils versions for RISCV-64
Posted by Jan Beulich 8 months, 1 week ago
On 21.02.2025 18:02, Oleksii Kurochko wrote:
> Set the baseline for the compiler and binutils to >=12.2 for GCC and
>> =2.39 for GNU binutils, as Xen's GitLab CI will use the Debian 12
> container for RISCV-64 testing. Therefore, these versions are expected
> to be the minimum supported versions.

It's not the container that dictates the minimum version, but the issues
with older versions. Those want naming here instead.

Jan
Re: [PATCH for 4.21 v7 0.5/4] xen/README: add compiler and binutils versions for RISCV-64
Posted by Oleksii Kurochko 8 months, 1 week ago
On 2/24/25 11:57 AM, Jan Beulich wrote:
> On 21.02.2025 18:02, Oleksii Kurochko wrote:
>> Set the baseline for the compiler and binutils to >=12.2 for GCC and
>>> =2.39 for GNU binutils, as Xen's GitLab CI will use the Debian 12
>> container for RISCV-64 testing. Therefore, these versions are expected
>> to be the minimum supported versions.
> It's not the container that dictates the minimum version, but the issues
> with older versions. Those want naming here instead.

I will add this information too. (I thought it would be enough to have that
in the patch where debian11 container is dropped)

Thanks.

~ Oleksii