-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fails to compile, macos, zig 0.13.0 #6
Comments
I build using Ubuntu 24.10, and I don't personally own a Mac so I don't have a way of easily testing this, though I will still try to look into it regardless. |
@LucasMW I'm also on macOS (15.1.1 ARM) with zig 0.13.0 installed After tweaking the
It succesfully generate the ISO:
Perhaps there's some syntax difference on Linux and macOS's
No idea why. I'll try to build the ISO on Linux perhaps tonight. |
@TalonFloof building the ISO on Debian, then running the ISO on Mac works, though Perhaps the issue is on Zig itself. Oh well, another reason to (still) use Linux :D |
mkdir -p /tmp/zorro_iso/EFI/BOOT
mkdir /tmp/zorro_iso/Drivers/
cp --force /tmp/limine/BOOTX64.EFI /tmp/limine/limine-uefi-cd.bin /tmp/limine/limine-bios-cd.bin /tmp/limine/limine-bios.sys boot/x86_64/* ramdks.cpio ryu/Ryu /tmp/zorro_iso
cp: illegal option -- -
zig version
0.13.0
The text was updated successfully, but these errors were encountered: