Skip to content

Commit 0d19000

Browse files
authored
Create README.md
1 parent e68f2e0 commit 0d19000

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

releases/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
In this folder you find releases of OpenJDK for Raspberry PI Zero W / armv6hf.
2+
3+
A file name like `jdk-17-gcc-10.1_glibc-2.28_binutils-2.31_Buster.tar` means jdk-17-ga as JDK version, compiled with gcc 10.1, glibc 2.28, binutils-2.31 and Buster as sysroot.
4+
This means it runs on Debian Buster and above.
5+
6+
With `ldd --version` you get the glibc version of your system. It is important that your system has a glibc version equal or above the JDK version.
7+
I think binutils version is not really important, but just in case, I've added that information. You get the binutils version with `ld -v`.
8+
9+
The GCC version should only be informational.

0 commit comments

Comments
 (0)