You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: