Hi, <br><br>I am currently using the experimental build of voyage because I want to use open 802.11s which only comes with the latest kernel. However, I also want to try out Layer 2 batman or batman experimental which requires the kernel headers. As there are no headers for my kernel (2.6.30-486-voyage) I am trying to build them from the kernel-source. I am following the instructions found here [1]. When I do my make, I get the following error:<br>
<br> CHK     include/linux/version.h<br>  CHK     include/linux/utsrelease.h<br>  SYMLINK include/asm -> include/asm-x86<br>  CALL    scripts/checksyscalls.sh<br>  CHK     include/linux/compile.h<br>dnsdomainname: Unknown host<br>
  LZMA    arch/x86/boot/compressed/vmlinux.bin.lzma<br>lzma: Cannot allocate memory<br>  LD      arch/x86/boot/compressed/piggy.o<br>ld: arch/x86/boot/compressed/vmlinux.bin.lzma: No such file: No such file or directory<br>
make[2]: *** [arch/x86/boot/compressed/piggy.o] Error 1<br>make[1]: *** [arch/x86/boot/compressed/vmlinux] Error 2<br>make: *** [bzImage] Error 2<br><br>It seems that the ALIX boards with 256 MB/s of memory cannot create "arch/x86/boot/compressed/vmlinux.bin.lzma" becuase they run out of memory. Has anyone on this list encountered this problem before? I would prefer not to cross compile as it seems a little complicated when I just want to install batman-advanced. Can anyone give me some suggestions? Am I doing everything correctly?<br>
<br>Thanks<br>Dave<br><br>[1] <a href="http://wiki.voyage.hk/dokuwiki/doku.php?id=voyage_kernel">http://wiki.voyage.hk/dokuwiki/doku.php?id=voyage_kernel</a><br>