cppcoro icon indicating copy to clipboard operation
cppcoro copied to clipboard

Question: How cross-compile cppcoro for ARM?

Open Michael1249 opened this issue 4 years ago • 2 comments

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.

Michael1249 avatar Dec 31 '20 15:12 Michael1249

@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.

ValentiWorkLearning avatar Jan 04 '21 07:01 ValentiWorkLearning

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

Michael1249 avatar Jan 05 '21 05:01 Michael1249