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

How to build arm64 architecture by cmake on linux? #61

Closed
orangeagain opened this issue Mar 22, 2021 · 1 comment
Closed

How to build arm64 architecture by cmake on linux? #61

orangeagain opened this issue Mar 22, 2021 · 1 comment
Labels
cmake Related to CMake build question

Comments

@orangeagain
Copy link

When my build finished,cmake generated libUVAtlas.a file. Is this file can use for all platform?
If it isn't,and How to generate target file for arm64?

@walbourn
Copy link
Member

I used a combination of the vcpkg C++ Manager, and Windows Subsystem for Linux on both x64 and arm64 devices to validate the libraries build.

This is a C++ native code library, so you have to build the code specifically for each target platform: x86, x64, arm, arm64. For arm64, you need to be using GCC for arm64 (called AArch64)

@walbourn walbourn added the cmake Related to CMake build label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmake Related to CMake build question
Projects
None yet
Development

No branches or pull requests

2 participants