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

Building SuperResolution on ARM64 #42

Open
ViniKenobi opened this issue Jan 10, 2025 · 0 comments
Open

Building SuperResolution on ARM64 #42

ViniKenobi opened this issue Jan 10, 2025 · 0 comments

Comments

@ViniKenobi
Copy link

Hi!

I was trying to build SuperResolution using windows on snapdragon X Elite and I faced below issue.

error: Invalid triplet name. Triplet names are all lowercase alphanumeric+hyphens.

This is due to vcpkg not handling uppercase letter and ARM64 is written with uppercase.
This is described on below reference for visual studio community.

As a workaround, you must add below property group into .vcxproj file.

arm64

https://developercommunity.visualstudio.com/t/vcpkg-fails-for-ARM64-target-in-Visual-S/10789035?sort=newest&topics=Fixed-in%3A+Visual+Studio+2017+version+15.2

It would be important to have this issued fixed, so other user may not face same issue in the future.

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

1 participant