This page should contain information about tricking various build processes into using NestedVM (stuff like make CC=mips-unknown-elf-gcc, ./configure --host=mips-unknown-elf, etc)
It is useful to prevent configure to replace malloc with rpl_malloc ./configure --host=mips-unknown-elf ac_cv_func_malloc_0_nonnull=yes
./configure often thinks when crosscompiling that malloc is missing.