by Huulivoide » Thu Jun 06, 2013 8:12 pm
$this->bbcode_second_pass_quote('moonman', 'Y')ou have to compile on the pi, but you can speed up the process by distributing some compile jobs to your x86 machines from the pi (with linking and scripting still being done on the pi):
http://archlinuxarm.org/developers/dist ... -compiling.
Not true. Crosscompiling a kernel for RPi on X86(_64) is a piece of cake, I have been doing that for a long time already. You just need to install the crosscompiler suite used for distcc, add it to your PATH and append 'ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnueabi-' to all make command you run in the kernel source dir.