Compilazione fallita: virtual memory exhausted
Inviato: ven 12 mag 2006, 21:04
Ciao.
sto cercando di compilare un firmware con una apposita toolchain e mi si blocca tutto a un certo punto con questo errore...ma che vuol dire???????
mandi
sto cercando di compilare un firmware con una apposita toolchain e mi si blocca tutto a un certo punto con questo errore...ma che vuol dire???????
Codice: Seleziona tutto
make V=99
cp .config .config.test
scripts/configtest.pl
make toolchain/install target/compile package/compile root_clean package/install target/install package_index
make[1]: Entering directory `/home/whites/Desktop/whites/openwrt/trunk/openwrt'
make -C toolchain install
make[2]: Entering directory `/home/whites/Desktop/whites/openwrt/trunk/openwrt/toolchain'
make[2]: Leaving directory `/home/whites/Desktop/whites/openwrt/trunk/openwrt/toolchain'
make -C target compile
make[2]: Entering directory `/home/whites/Desktop/whites/openwrt/trunk/openwrt/target'
make -C linux prepare
make[3]: Entering directory `/home/whites/Desktop/whites/openwrt/trunk/openwrt/target/linux'
make -C ar7-2.4 BOARD="ar7" prepare
make[4]: Entering directory `/home/whites/Desktop/whites/openwrt/trunk/openwrt/target/linux/ar7-2.4'
make[4]: *** virtual memory exhausted. Stop.
make[4]: Leaving directory `/home/whites/Desktop/whites/openwrt/trunk/openwrt/target/linux/ar7-2.4'
make[3]: *** [2.4/ar7-prepare] Error 2
make[3]: Leaving directory `/home/whites/Desktop/whites/openwrt/trunk/openwrt/target/linux'
make[2]: *** [linux-prepare] Error 2
make[2]: Leaving directory `/home/whites/Desktop/whites/openwrt/trunk/openwrt/target'
make[1]: *** [target/compile] Error 2
make[1]: Leaving directory `/home/whites/Desktop/whites/openwrt/trunk/openwrt'
make: *** [world] Error 2