site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=KxpmtIl9nY2SAVWDluIpdkp5KuF7xFz69rfOY/3tyto=; b=WrGjljIJJxgHBKV6A7cqjfom4jK2626ckNaZcFUQ+bCZ19Wv7iV5j4iF+Zbw6i/PgO S/+OucYC6Oe/sMbbw6ehpyyboqFwhRIe7noEOrcn5BUviGlcpyJ0XG+xwGbampQa8HGJ bajjOMRVBwxeQQNulf/kGGuVnXIZ7Ex0Ne4sQNmLoF4TamcqeSQPdr+UcoJ/xJbDw6Zq SBqgucucW2XkOJ8mHsFF0uh2W97HquD5BHeX/NaPxpvu+6T+KRyMF02VUgbhBcR1NOGD zZ8EasUpVVIo+uxAhWUMKa1hUn5MEmRlhUlSXFttm1GRT0FH21qe2RzOCmk4lAcQ8cir gVAw== Hi all, Apple recently released the source for Darwin on ARM on their Github ( https://github.com/apple/darwin-xnu). Going through and building the kernel as normal, using `make SDKROOT=macosx ARCH_CONFIGS=X86_64 KERNEL_CONFIGS="RELEASE DEVELOPMENT DEBUG"` works fine. It'll build a kernel for the X86_64 architecture. However, when I specify ARCH_CONFIGS=ARM64, I get an error "Unsupported CURRENT_MACHINE_CONFIG". Has anyone else been able to build the XNU for ARM64? Thanks! Terry _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com