cppcoro
cppcoro copied to clipboard
Question: How cross-compile cppcoro for ARM?
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 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.
Thanks a lot, I will try to do this in different ways to achieve the goal.