Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Fwd: help to build eclipse on risv64



On Fri, 14 Jun 2024 at 07:16, Bo YU via eclipse-dev <eclipse-dev@xxxxxxxxxxx> wrote:
I wonder how to add support riscv64 for com.sun.jna[1] part or is
there any chance to skip it temporary?

riscv support is in JNA - it was added in https://github.com/java-native-access/jna/pull/1321

I would recommend looking at how aarch64 support was added to get an idea of what needs to be done for riscv. I don't know how many layers of the build stack may need updating. Have a look at the tracking bug that was used when aarch for Linux was added https://bugs.eclipse.org/bugs/show_bug.cgi?id=565419 (note we don't use bugzilla anymore, it is only for historical info, use github issues/discussions now - see contact section in the Contribution guide https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md#contact)

Jonah

Back to the top