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

Build libcec on Windows ARM64 #669

Open
ddscentral opened this issue Jan 13, 2025 · 2 comments
Open

Build libcec on Windows ARM64 #669

ddscentral opened this issue Jan 13, 2025 · 2 comments

Comments

@ddscentral
Copy link

In it's current state, libcec cannot be built for Windows ARM64, but there doesn't appear to be any code in the library that's specific to the x86 platform. With some minor changes to the build scripts and headers, the native library builds fine.
The .NET library isn't buildable as AFAIK the .NET Core SDK isn't available for ARM64

I have created forks of the master branch as well as "platform" and "support" submodules with the necessary changes.
Would be good to have someone review these changes before submitting PRs so I can make any corrections if needed.

https://github.com/ddscentral/libcec-win-arm64
https://github.com/ddscentral/llibcec-platform-win-arm64
https://github.com/ddscentral/libcec-support-win-arm64

@garbear
Copy link

garbear commented Jan 14, 2025

I think it's time for PRs, I went through the work and there were no surprises. It looks like a typical platform port. Good work!

@ddscentral
Copy link
Author

Created PRs for main repo as well as "platform" and "libcec-support".

#670
Pulse-Eight/platform#50
Pulse-Eight/libcec-support#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants