tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.81k stars 320 forks source link

cross-compiler aarch64 GCC ? #335

Open antmak opened 2 years ago

antmak commented 2 years ago

Hi,

Is it possible to get a kind of aarch64-apple-darwin20.4-gcc or aarch64-apple-darwin21.1-gcc to run them on linux x86_64 to compile macos aarch64 code?

I've tried to build GCC_VERSION=11.2.0 with SDK_VERSION=11.3 and SDK_VERSION=12.0 for aarch64-apple-darwin* targets but it was unsuccessfully

antmak commented 2 years ago

Or maybe early versions are possible?