comp.lang.ada
 help / color / mirror / Atom feed
* [ANN] GCC 12.0.1/Apple silicon
@ 2022-03-23 21:08 Simon Wright
  2022-03-24  1:33 ` Bill Findlay
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Simon Wright @ 2022-03-23 21:08 UTC (permalink / raw)


Find GCC 12.0.1 and tools for M1 Macs at
https://github.com/simonjwright/distributing-gcc/releases/tag/aarch64-apple-darwin21-1.

About double the size of the x86_64 (Intel) equivalent.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANN] GCC 12.0.1/Apple silicon
  2022-03-23 21:08 [ANN] GCC 12.0.1/Apple silicon Simon Wright
@ 2022-03-24  1:33 ` Bill Findlay
  2022-03-24 23:02 ` Jerry
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Bill Findlay @ 2022-03-24  1:33 UTC (permalink / raw)


On 23 Mar 2022, Simon Wright wrote (in article<ly5yo44bsm.fsf@pushface.org>):

> Find GCC 12.0.1 and tools for M1 Macs at
> https://github.com/simonjwright/distributing-gcc/releases/tag/aarch64-apple-darwin21-1.

Great news!
I might take the plunge and get a new MBP now.
Many thanks for this, Simon.

> About double the size of the x86_64 (Intel) equivalent.

Not so great. Any idea why? Is it a Universal 2 binary?

BTW I took advantage of an iMac in John Lewis last week and verified that
my (x86_64) KDF9 emulator runs perfectly on Apple Silicon under Rosetta 2.

Since I also have an RPi400 ARM version
(which is about the same size as thex86_64 version)
I expect no great problem with Ada on Apple Silicon.

The only problem I had building for the RPi 400 is
that GNAT did not want to do link-time optimization.

-- 
Bill Findlay


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANN] GCC 12.0.1/Apple silicon
  2022-03-23 21:08 [ANN] GCC 12.0.1/Apple silicon Simon Wright
  2022-03-24  1:33 ` Bill Findlay
@ 2022-03-24 23:02 ` Jerry
  2022-03-25  7:43 ` Leo Brewin
  2022-04-01 10:27 ` Simon Wright
  3 siblings, 0 replies; 8+ messages in thread
From: Jerry @ 2022-03-24 23:02 UTC (permalink / raw)


On Wednesday, March 23, 2022 at 2:08:28 PM UTC-7, Simon Wright wrote:
> Find GCC 12.0.1 and tools for M1 Macs at 
> https://github.com/simonjwright/distributing-gcc/releases/tag/aarch64-apple-darwin21-1. 
> 
This is awesome, Simon! Thanks as always.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANN] GCC 12.0.1/Apple silicon
  2022-03-23 21:08 [ANN] GCC 12.0.1/Apple silicon Simon Wright
  2022-03-24  1:33 ` Bill Findlay
  2022-03-24 23:02 ` Jerry
@ 2022-03-25  7:43 ` Leo Brewin
  2022-04-01 10:27 ` Simon Wright
  3 siblings, 0 replies; 8+ messages in thread
From: Leo Brewin @ 2022-03-25  7:43 UTC (permalink / raw)


On 24/3/2022 8:08 am, Simon Wright wrote:
> Find GCC 12.0.1 and tools for M1 Macs at
> https://github.com/simonjwright/distributing-gcc/releases/tag/aarch64-apple-darwin21-1.
> 
> About double the size of the x86_64 (Intel) equivalent.

Hi Simon,

Amazing! I was just vacillating over the purchase of a new Mac Studio 
and within 6 hours of that moment along comes your great news about Ada 
on Apple Silicon. Fantastic stuff. Thanks so much for your efforts.

Cheers,
Leo

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANN] GCC 12.0.1/Apple silicon
  2022-03-23 21:08 [ANN] GCC 12.0.1/Apple silicon Simon Wright
                   ` (2 preceding siblings ...)
  2022-03-25  7:43 ` Leo Brewin
@ 2022-04-01 10:27 ` Simon Wright
  2022-04-01 14:04   ` Simon Wright
  3 siblings, 1 reply; 8+ messages in thread
From: Simon Wright @ 2022-04-01 10:27 UTC (permalink / raw)


Simon Wright <simon@pushface.org> writes:

> Find GCC 12.0.1 and tools for M1 Macs at
> https://github.com/simonjwright/distributing-gcc/releases/tag/aarch64-apple-darwin21-1.
>
> About double the size of the x86_64 (Intel) equivalent.

This is *deeply* embarrassing.

It's actually an x86_64 compiler.

The reason it's twice as large is because it also contains an arm-eabi
compiler.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANN] GCC 12.0.1/Apple silicon
  2022-04-01 10:27 ` Simon Wright
@ 2022-04-01 14:04   ` Simon Wright
  2022-04-01 17:22     ` Bill Findlay
  2022-04-20  9:43     ` Jelle Hermsen
  0 siblings, 2 replies; 8+ messages in thread
From: Simon Wright @ 2022-04-01 14:04 UTC (permalink / raw)


Simon Wright <simon@pushface.org> writes:

> Simon Wright <simon@pushface.org> writes:
>
>> Find GCC 12.0.1 and tools for M1 Macs at
>> https://github.com/simonjwright/distributing-gcc/releases/tag/aarch64-apple-darwin21-1.
>>
>> About double the size of the x86_64 (Intel) equivalent.
>
> This is *deeply* embarrassing.
>
> It's actually an x86_64 compiler.
>
> The reason it's twice as large is because it also contains an arm-eabi
> compiler.

OK, the *actual* M1 compiler & tools is at
https://github.com/simonjwright/distributing-gcc/releases/tag/aarch64-apple-darwin21-2

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANN] GCC 12.0.1/Apple silicon
  2022-04-01 14:04   ` Simon Wright
@ 2022-04-01 17:22     ` Bill Findlay
  2022-04-20  9:43     ` Jelle Hermsen
  1 sibling, 0 replies; 8+ messages in thread
From: Bill Findlay @ 2022-04-01 17:22 UTC (permalink / raw)


On 1 Apr 2022, Simon Wright wrote
(in article <lyo81kx5kz.fsf@pushface.org>):

> Simon Wright <simon@pushface.org> writes:
>
> > Simon Wright <simon@pushface.org> writes:
> >
> > > Find GCC 12.0.1 and tools for M1 Macs at
> > > https://github.com/simonjwright/distributing-gcc/releases/tag/aarch64-apple
> > > -darwin21-1.
> > >
> > > About double the size of the x86_64 (Intel) equivalent.
> >
> > This is *deeply* embarrassing.
> >
> > It's actually an x86_64 compiler.
> >
> > The reason it's twice as large is because it also contains an arm-eabi
> > compiler.
>
> OK, the *actual* M1 compiler &  tools is at
> https://github.com/simonjwright/distributing-gcc/releases/tag/aarch64-apple-darwin21-2

All's well that ends well. 8-)

-- 
Bill Findlay

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANN] GCC 12.0.1/Apple silicon
  2022-04-01 14:04   ` Simon Wright
  2022-04-01 17:22     ` Bill Findlay
@ 2022-04-20  9:43     ` Jelle Hermsen
  1 sibling, 0 replies; 8+ messages in thread
From: Jelle Hermsen @ 2022-04-20  9:43 UTC (permalink / raw)


On 01/04/2022 16:04, Simon Wright wrote:
> Simon Wright <simon@pushface.org> writes:
> OK, the *actual* M1 compiler & tools is at
> https://github.com/simonjwright/distributing-gcc/releases/tag/aarch64-apple-darwin21-2

It works great. Thanks for all your hard work packaging Gnat for M1!

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-04-20  9:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23 21:08 [ANN] GCC 12.0.1/Apple silicon Simon Wright
2022-03-24  1:33 ` Bill Findlay
2022-03-24 23:02 ` Jerry
2022-03-25  7:43 ` Leo Brewin
2022-04-01 10:27 ` Simon Wright
2022-04-01 14:04   ` Simon Wright
2022-04-01 17:22     ` Bill Findlay
2022-04-20  9:43     ` Jelle Hermsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox