Skip to main content

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

Hi all,

first of all, thanks for the development of Tycho! It reliably builds my Eclipse products for many years now.

A user reported that it is not possible to start the product on the new 64-bit ARM (M1) Macs, so I tried to build a corresponding variant.
I added a new environment entry in the target-platform-configuration plugin like this:

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

I played around with the architecture identifiers, e.g. arm64, arm_64 but none of those work. Am I using the wrong identifier or is this not supported yet? If the latter is the case, can I do anything to help apart from opening a feature request? From what I gathered so far from the forums/bug reports the problem is not the runtime itself but rather that ARM-specific SWT libraries are required, is this correct?

Thanks and best regards
Dave

Attachment: signature.asc
Description: Message signed with OpenPGP


Back to the top