Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Support for 64-bit ARM Builds

Thank you very much for your responses. With your help I managed to build a 64-bit ARM version :)

For those who also want to build an M1-compatible product before Eclipse 2021-06 is released, here are the steps:

- Add the update site https://download.eclipse.org/eclipse/updates/4.20-I-builds/ to your target platform (once Eclipse 2021-06 is released, use  https://download.eclipse.org/releases/2021-06/)
- Include Eclipse Project SDK (org.eclipse.sdk.feature.group) and Equinox Target Components (org.eclipse.equinox.sdk.feature.group)
- Add the following environment entry in the plugin configuration of the target-platform-configuration plugin:

<environment>
  <os>macosx</os>
  <ws>cocoa</ws>
  <arch>aarch64</arch>
</environment>

The user already confirmed that the product starts on the M1-based Mac. Yay!

Best
Dave

Attachment: signature.asc
Description: Message signed with OpenPGP


Back to the top