checkra1n / PongoOS

pongoOS
https://checkra.in
Other
2.49k stars 405 forks source link

Build fails on macOS #189

Closed UnCor3 closed 1 month ago

UnCor3 commented 1 month ago

MacOS Sonoma 14.0 i386 (non M) Xcode 15.4 | MacOSX14.5.sdk | iPhoneOS17.5.sdk

Build fails for some reason I've specified all versions above

I have tried doing make -C newlib distclean; make -C newlib all but didn't help

Any help is greatly appreciated

image

Siguza commented 1 month ago

I think this means you're building the master branch... do you actually want that, or do you wanna build the iOS15 branch? It shouldn't happen there.

Either way, EMBEDDED_CFLAGS=-Wno-error should work for the master branch.

UnCor3 commented 1 month ago

Never realized that I was supposed to clone iOS15 branch. After cloning and running make all worked fine thank you