how to do cross compile ceph to aarch64 on x86
Hi, all I'm bit curious whether ceph support cross compile to aarch64 on x86, any documents introduce about this?
On Tue, Jul 2, 2019 at 12:21 AM huang jun <hjwsm1989@gmail.com> wrote:
Hi, all I'm bit curious whether ceph support cross compile to aarch64 on x86,
actually, i don't think ceph is different from other softwares in this perspective. so if you know how to crossbuild software xyz, then the same applies to Ceph.
any documents introduce about this?
IMHO, strictly speaking, this is not in the scope of ceph-devel. but anyway, first of all, you need to ready the toolchain, and then prepare a toolchain.cmake. and then, just use cmake do build Ceph. see https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-com... . or, you could just use sbuild or some other tools to do this.
_______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
-- Regards Kefu Chai
Thanks kefu, i will try to get toolchain ready first. kefu chai <tchaikov@gmail.com> 于2019年7月2日周二 上午12:51写道:
On Tue, Jul 2, 2019 at 12:21 AM huang jun <hjwsm1989@gmail.com> wrote:
Hi, all I'm bit curious whether ceph support cross compile to aarch64 on x86,
actually, i don't think ceph is different from other softwares in this perspective. so if you know how to crossbuild software xyz, then the same applies to Ceph.
any documents introduce about this?
IMHO, strictly speaking, this is not in the scope of ceph-devel. but anyway, first of all, you need to ready the toolchain, and then prepare a toolchain.cmake. and then, just use cmake do build Ceph. see https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-com... .
or, you could just use sbuild or some other tools to do this.
_______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
-- Regards Kefu Chai
participants (2)
-
huang jun
-
kefu chai