Temat: kompilacja i błąd world?!
Witam!
Próbuję od kilku dni skompilować openwrt (ale próbowałem też Gargoyle i to samo
) i mam problem a mianowicie w pewnym momencie wysypuje się błędami:
sh-4.3$ make
make[1] world
make[2] toolchain/install
make[3] -C toolchain/gdb prepare
make[3] -C toolchain/gdb compile
make[3] -C toolchain/gdb install
make[3] -C toolchain/binutils prepare
make[3] -C toolchain/binutils compile
make[3] -C toolchain/binutils install
make[3] -C toolchain/gcc/minimal prepare
make[3] -C toolchain/gcc/minimal compile
make -r world: build failed. Please re-run make with -j1 V=s to see what's going on
/home/gavron/openwrt/include/toplevel.mk:192: recipe for target 'world' failed
make: *** [world] Error 1jak dam make -j1 V=99 to:
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/gavron/openwrt/build_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.14/gcc-5.3.0-minimal/fixincludes'
make[5]: Entering directory '/home/gavron/openwrt/build_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.14/gcc-5.3.0-minimal/gcc'
build/genattrtab /home/gavron/openwrt/build_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.14/gcc-5.3.0/gcc/common.md /home/gavron/openwrt/build_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.14/gcc-5.3.0/gcc/config/mips/mips.md insn-conditions.md \
-Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c
Makefile:2154: recipe for target 's-attrtab' failed
make[5]: *** [s-attrtab] Killed
make[5]: Leaving directory '/home/gavron/openwrt/build_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.14/gcc-5.3.0-minimal/gcc'
Makefile:4101: recipe for target 'all-gcc' failed
make[4]: *** [all-gcc] Error 2
make[4]: Leaving directory '/home/gavron/openwrt/build_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.14/gcc-5.3.0-minimal'
Makefile:46: recipe for target '/home/gavron/openwrt/build_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.14/gcc-5.3.0-minimal/.built' failed
make[3]: *** [/home/gavron/openwrt/build_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.14/gcc-5.3.0-minimal/.built] Error 2
make[3]: Leaving directory '/home/gavron/openwrt/toolchain/gcc/minimal'
toolchain/Makefile:81: recipe for target 'toolchain/gcc/minimal/compile' failed
make[2]: *** [toolchain/gcc/minimal/compile] Error 2
make[2]: Leaving directory '/home/gavron/openwrt'
toolchain/Makefile:80: recipe for target '/home/gavron/openwrt/staging_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.14/stamp/.toolchain_install' failed
make[1]: *** [/home/gavron/openwrt/staging_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.14/stamp/.toolchain_install] Error 2
make[1]: Leaving directory '/home/gavron/openwrt'
/home/gavron/openwrt/include/toplevel.mk:192: recipe for target 'world' failed
make: *** [world] Error 2specjalnie po to aby skompilować openwrt kupiłem VPSa bo mam za słabe kompy w domu i po nocy kompilowania był daleko w polu (w porównaniu z VPSem)...
Co mogę zrobić aby ruszyło się dalej?