View Single Post
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#4
A few questions:

Originally Posted by rcolistete View Post
compiling & packaging on Harmattan SDK chrooted on N9 is fast, sometimes faster than on PC,
That's unexpected, especially if you have a good multicore CPU and use all cores for building. The only downside in crosscompilation in Mer SDK is ARM emulation through Qemu, but other than that - multiple cores speed things up a lot. I guess when more powerful multicore ARM computers will come out - that would be compensated. When compiling fennec on dual core x86_64 machine - it can take quite a time (that can be tweaked though to avoid running python through Qemu in scratchbox2).

Originally Posted by rcolistete View Post
- simpler to install than Mer/Nemo SDK on PC;
Why would chroot on ARM be easier to install than chroot on x86? chroot is chroot wherever it is, no? What can become simpler is avoiding using Qemu and stuff, since it's the same arch.

Originally Posted by rcolistete View Post
- freedom to develop anywhere, using any PC via ssh to develop for Mer/Nemo, without complex and large Mer/Nemo SDK installations;
How would size differ? I understood the only difference would be in putting the chroot on the ARM host, instead of the x86 one. Size wise it's the same bits (except may be minus need for Qemu as above).

Other than that - it's surely useful to have an option of ARM host for this.

Last edited by shmerl; 2013-01-31 at 02:51.