Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] [EXTERNAL]Re: Building tracecompass incubator for aarch64
  • From: Greg Savin <gsavin@xxxxxxxx>
  • Date: Wed, 22 Jan 2025 18:50:07 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mips.com; dmarc=pass action=none header.from=mips.com; dkim=pass header.d=mips.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=LMnyJYwZh2p2zudwJ89H5tzLmf3mdBHiH3DqFWf5tfY=; b=CLQ0CbtRi5j3+DH1ZGllluqTdcZfNJjJVX1JMIhn5YZ/Y/DkqV8fob0Abb/1VN1zddeJZi78tORAnxA1V9LsLos+rc+WZspze0l8iKv/ELB6J+5e5dRJxPxmfsSC+x2t/LpVq1pEQ9vcuvelS3JH6u7bnAqwtTs+oN+MQoTD0pJOKN69X5jgjrP92s6ArBNMsK5KbRofvHDwMbCNB7iM835BZbMdIJ8DlcwKmEti3w8sPPLysUsly1TcUnP/6S8lAozJV9CqJe5+sotQ7srFwP1ndyUm1ov8+RvI4LLlWuYn7hyY01x8e/I2HEWSn0EprGF5S2ph2I/wVB1Cdx7V4A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=om+Uc8rcdkEVqqTqeLixel5EhjQGpT7vspITy5ZcXzgB1wMzk1QL/7DI4beUCYAgyELWfWm4jEuq52r357pXkSz+QpuzC50nxjlJkhBHdNktmZPp3qp7XGyxmKlWS+jLzbg2TDnRHDW9oYOjBTYJyUDSIddH5XOi3YXVcYj9DYGI2xFKAZ7yX81HAhgQIGAO3+uBrN0naZMnCr56cNt0YcFP6+W9Mf/fgEw53ShxxBiRPJbQlmXyMo0viKPiWB1jJ/H8jtoZP4yn5YUZlVIIPOsD0nmiWTnuHCo11z4N9ISge8pQ/OLl+g/J7A9xrZZlCMHIZ2/GZLmkEKYxpfSV7g==
  • Delivered-to: tracecompass-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tracecompass-dev/>
  • List-help: <mailto:tracecompass-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tracecompass-dev>, <mailto:tracecompass-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tracecompass-dev>, <mailto:tracecompass-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHbbPpYPvEGLSsGDkSxPRMKscI3i7MjHQsJgAAEJys=
  • Thread-topic: [EXTERNAL]Re: Building tracecompass incubator for aarch64

Thanks, I have some local additions to trace server, and hoping to learn how I can modify my local copy of pom.xml so that I can get an aarch64 build going locally.

So far, I've tried this local adjustment but seeing a build error (though I'm using an x86_64 Linux machine as a build host but was going to try building on aarch64 Mac next):

--- a/pom.xml
+++ b/pom.xml
@@ -395,7 +395,7 @@
             <environment>
                 <os>macosx</os>
                 <ws>cocoa</ws>
-                <arch>x86_64</arch>
+                <arch>aarch64</arch>
             </environment>
             <environment>
                 <os>linux</os>

Regards,
Greg

From: Matthew Khouzam <matthew.khouzam@xxxxxxxxxxxx>
Sent: Wednesday, January 22, 2025 10:30 AM
To: tracecompass-dev@xxxxxxxxxxx <tracecompass-dev@xxxxxxxxxxx>
Cc: Greg Savin <gsavin@xxxxxxxx>
Subject: [EXTERNAL]Re: Building tracecompass incubator for aarch64
 
You don't often get email from matthew.khouzam@xxxxxxxxxxxx. Learn why this is important
Please take a look at the builds called aarch64-notorized. Maybe Bernd or Marc can add details. But the answer is: Mac is a pain. And yes I think (unless it broke). 


From: tracecompass-dev <tracecompass-dev-bounces@xxxxxxxxxxx> on behalf of Greg Savin via tracecompass-dev <tracecompass-dev@xxxxxxxxxxx>
Sent: Wednesday, January 22, 2025 1:25 PM
To: tracecompass-dev@xxxxxxxxxxx <tracecompass-dev@xxxxxxxxxxx>
Cc: Greg Savin <gsavin@xxxxxxxx>
Subject: [tracecompass-dev] Building tracecompass incubator for aarch64
 
Hi all,

Does anyone ever build the tracecompass incubator code base for MacOS aarch64?   If so, is there an easy recipe for modifying the build scripts so that such a build succeeds?

Or is the MacOS x86_64 version typically used under Rosetta, on aarch64 Mac machines?

Any info would be much appreciated.

Regards,
Greg S.

Back to the top