Am Freitag 24 September 2010, 22:05:37 schrieb Gajamohan Mohanarajah: > Hi,
> 3. I am compiling the kernel using [fakeroot make-kpkg --initrd > --append-to-version=-xenomaiflv kernel-image kernel-headers > --overlay-dir=$HOME/kernel-package]. After changing just the > CONFIG_XENO_OPT_SYS_HEAPSZ via [make menuconfig], when I issue the the > above command, the kernel goes on to a full recompile which takes 2 > hours :(. Have you set CONCURRENCY_LEVEL to the numer of cores ? [CONCURRENCY_LEVEL=8 fakeroot make-kpkg --initrd ... ... ... ] Never tried, but "-j x" should work too today: [fakeroot make-kpkg -j 8 ... ... ...] Regards Stefan _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
