Skip to content
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

Enable CoreCLR/tvOS build #111804

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

filipnavara
Copy link
Member

@filipnavara filipnavara commented Jan 24, 2025

Gets far enough to run the Hello World sample in tvOS Simulator:

image

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jan 24, 2025
Comment on lines +638 to +639
(void)!write(STDERR_FILENO, StackOverflowMessage, sizeof(StackOverflowMessage) - 1);
PROCAbort(SIGSEGV, siginfo);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This likely needs to be resolved in a different way.

@filipnavara filipnavara added the os-tvos Apple tvOS label Jan 24, 2025
Copy link
Contributor

Tagging subscribers to 'os-tvos': @vitek-karas, @kotlarmilos, @ivanpovazan, @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Infrastructure-coreclr community-contribution Indicates that the PR has been added by a community member os-tvos Apple tvOS
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant