Closed NafzorOB closed 10 months ago
Hi and thanks for your report.
I'm not aware that anyone has tried cross-compiling this project yet. It does build fine natively on aarch64
, though.
As for armv7l
, you're out of luck, as 32-bit platforms are not supported — I'll update the documentation to make this clear.
I'd be more than happy to accept PRs that fix/enable cross-compilation.
Maybe you can leave some more details on this issue regarding the environment and options you used for cross-compilation.
Thanks for your response. After some investigation seems like Folly doesnt support cross-compiling on cmake. This isnt an issue with dwarfs but with Folly itself, so i will close this issue.
Thanks for digging out that thread, there's quite a bit of information there. Cross-compilation would definitely be interesting in the future.
When trying to cross-compile dwarfs for aarch64 and armv7l the build fails with the following output:
A different error also happens when cross-building using musl instead of glibc: