build error
Posted: Tue May 31, 2016 4:13 am
I'm trying to build Gargoyle from git according to the developer documentation but I'm not successful.
This is the log:
http://pastebin.com/5t3g4Vt9
and here the last lines:
Is anyone able to help me here.
Thank you!
This is the log:
http://pastebin.com/5t3g4Vt9
and here the last lines:
Code: Select all
Makefile:3583: recipe for target 's-attrtab' failed
make[6]: *** [s-attrtab] Killed
make[6]: Leaving directory '/root/gargoyle/ar71xx-src/build_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-linaro-4.8-2014.04-minimal/gcc'
Makefile:3892: recipe for target 'all-gcc' failed
make[5]: *** [all-gcc] Error 2
make[5]: Leaving directory '/root/gargoyle/ar71xx-src/build_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-linaro-4.8-2014.04-minimal'
Makefile:46: recipe for target '/root/gargoyle/ar71xx-src/build_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-linaro-4.8-2014.04-minimal/.built' failed
make[4]: *** [/root/gargoyle/ar71xx-src/build_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-linaro-4.8-2014.04-minimal/.built] Error 2
make[4]: Target 'compile' not remade because of errors.
make[4]: Leaving directory '/root/gargoyle/ar71xx-src/toolchain/gcc/minimal'
toolchain/Makefile:81: recipe for target 'toolchain/gcc/minimal/compile' failed
make[3]: *** [toolchain/gcc/minimal/compile] Error 2
make[4]: Entering directory '/root/gargoyle/ar71xx-src/toolchain/kernel-headers'
make[4]: Nothing to be done for 'prepare'.
make[4]: Leaving directory '/root/gargoyle/ar71xx-src/toolchain/kernel-headers'
make[4]: Entering directory '/root/gargoyle/ar71xx-src/toolchain/kernel-headers'
make[4]: Nothing to be done for 'compile'.
make[4]: Leaving directory '/root/gargoyle/ar71xx-src/toolchain/kernel-headers'
make[4]: Entering directory '/root/gargoyle/ar71xx-src/toolchain/uClibc/headers'
make[4]: Nothing to be done for 'prepare'.
make[4]: Leaving directory '/root/gargoyle/ar71xx-src/toolchain/uClibc/headers'
make[4]: Entering directory '/root/gargoyle/ar71xx-src/toolchain/gcc/initial'
make[4]: Nothing to be done for 'prepare'.
make[4]: Leaving directory '/root/gargoyle/ar71xx-src/toolchain/gcc/initial'
make[4]: Entering directory '/root/gargoyle/ar71xx-src/toolchain/uClibc'
bash: mips-openwrt-linux-uclibc-gcc: command not found
bash: mips-openwrt-linux-uclibc-gcc: command not found
make[4]: Nothing to be done for 'prepare'.
make[4]: Leaving directory '/root/gargoyle/ar71xx-src/toolchain/uClibc'
make[4]: Entering directory '/root/gargoyle/ar71xx-src/toolchain/gcc/final'
make[4]: Nothing to be done for 'prepare'.
make[4]: Leaving directory '/root/gargoyle/ar71xx-src/toolchain/gcc/final'
make[4]: Entering directory '/root/gargoyle/ar71xx-src/toolchain/uClibc/utils'
bash: mips-openwrt-linux-uclibc-gcc: command not found
make[4]: Nothing to be done for 'prepare'.
make[4]: Leaving directory '/root/gargoyle/ar71xx-src/toolchain/uClibc/utils'
make[3]: Target 'toolchain/install' not remade because of errors.
make[3]: Leaving directory '/root/gargoyle/ar71xx-src'
toolchain/Makefile:80: recipe for target '/root/gargoyle/ar71xx-src/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/stamp/.toolchain_install' failed
make[2]: *** [/root/gargoyle/ar71xx-src/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/stamp/.toolchain_install] Error 2
make[3]: Entering directory '/root/gargoyle/ar71xx-src'
rm -rf /root/gargoyle/ar71xx-src/staging_dir/target-mips_34kc_uClibc-0.9.33.2/root-ar71xx
make[3]: Leaving directory '/root/gargoyle/ar71xx-src'
make[2]: Target 'world' not remade because of errors.
make[2]: Leaving directory '/root/gargoyle/ar71xx-src'
/root/gargoyle/ar71xx-src/include/toplevel.mk:181: recipe for target 'world' failed
make[1]: *** [world] Error 2
make[1]: Leaving directory '/root/gargoyle/ar71xx-src'
ls: cannot access 'bin': No such file or directory
find: ‘bin’: No such file or directory
find: ‘’: No such file or directory
find: ‘’: No such file or directory
ls: cannot access 'bin': No such file or directory
Thank you!