[cfarm-users] [cfarm-announces] New Apple M1 machine running macOS (gcc104)
Zach van Rijn
me at zv.io
Tue Oct 18 17:00:55 CEST 2022
---- On Tue, 18 Oct 2022 00:17:27 -0500 Christian Jullien wrote ---
> Currently, TinyCC, the super fast C compiler I modestly contribute on, works with limitations on M1 but only with x86_64 emulation.
> We hope to have a native M1 port as TinyCC has already an aarch64 backend.
>
> Until then, works remains to better support TinyCC on M1 with Rosetta emulation so it's a nice to have on this machine.
Rosetta is installed now.
gcc104 (homebrew):~ zv$ gcc -arch x86_64 foo.c -o foo
gcc104 (homebrew):~ zv$ file foo
foo: Mach-O 64-bit executable x86_64
gcc104 (homebrew):~ zv$ ./foo
hello!
Best,
ZV
More information about the cfarm-users
mailing list