-
Notifications
You must be signed in to change notification settings - Fork 169
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
tvOS build.sh help, please #106
Comments
Also, it appears that the wrapper.c needs adjustment:
Would it work if I just change those values to APPLETVOS|appletvos? Finally, I just noticed this at the bottom of my build.sh execution:
I assumed this is coming from this line in build.sh:
|
I can't reproduce the variable-sized error. I have tested clang 3.5, 3.6, 3.7, 3.8, 3.9, 4.0.1, 5.0.2, 6.0.1, 7.0.1, 8.0.0, 9.0.0, 10.0.0, 11.0.0, and git ... What's your OS and your compiler version? It's |
I'm very sorry for not getting back to you sooner. I'm using Apple's llvm https://github.com/apple/llvm-project.git rev I build it, then build a new version of it with the just built version (so llvm with llvm)
The OS is Debian buster-20201209-slim and I start out with g++ and llvm-dev installed via apt. I use the above llvm build with my ios (cctools-port) and mac (osxcross) builds too and it has worked fine. Thank you, sir. |
Pulling in your patch 14ab643 and changing |
I'm fine if you'd like to close this ticket @tpoechtrager. Thank you again. |
Let's keep it open for reference. You might not be the only one who wants a tvOS toolchain. :) For other OSs:
|
I'm trying to copy the ios build.sh example usage to use for tvos and I've gotten pretty far, but need some help here:
Basically, I stripped out the same parts of the Xcode.xip for AppleTVOS that I stripped out for iPhoneOS and then made adjustments to the ios_toolchain/build.sh for tvos. It looks like I got pretty far, but maybe I deluding myself.
The text was updated successfully, but these errors were encountered: