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

Question: How cross-compile cppcoro for ARM? #187

Open
Michael1249 opened this issue Dec 31, 2020 · 2 comments
Open

Question: How cross-compile cppcoro for ARM? #187

Michael1249 opened this issue Dec 31, 2020 · 2 comments

Comments

@Michael1249
Copy link

Hi! I'm not so familiar with cake and cross-compiling in general. And I'm trying to build cppcoro for my project on Rasbery Pi.
Is there the way to build cppcoro for Rasbery Pi and use it in my project? Thanks.

@ValentiWorkLearning
Copy link

@Michael1249 you can use your own CMakeLists for this, and add library as submodule. Another option is to use the existing CMakeLists from one of the pull requests to this repository.
Or you can simply install cake, build library with it and just install it somewhere with corresponding headers.

@Michael1249
Copy link
Author

Thanks a lot, I will try to do this in different ways to achieve the goal.

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