You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we do not support MacOS.
This is an issue since many people use MacOS.
During today's (Sep 6th 2023) meeting we tried to get a Intel MacOS machine running the OS.
We ran into many Apple issues, which are as follows:
gcc is actually apple-clang (our compiler flags are meant for gcc).
gcc-darwin does not support intel syntax inline assembly.
(there may be more unknowns)
Getting this working means all MacOS users are supported, since they can just use Rosetta.
The text was updated successfully, but these errors were encountered:
Currently we do not support MacOS.
This is an issue since many people use MacOS.
During today's (Sep 6th 2023) meeting we tried to get a Intel MacOS machine running the OS.
We ran into many Apple issues, which are as follows:
gcc is actually apple-clang (our compiler flags are meant for gcc).
gcc-darwin does not support intel syntax inline assembly.
(there may be more unknowns)
Getting this working means all MacOS users are supported, since they can just use Rosetta.
The text was updated successfully, but these errors were encountered: