#17924: Error when compiling Openwrt with WRTNode
-------------------------+------------------------
 Reporter:  jerryyang    |      Owner:  developers
     Type:  defect       |     Status:  new
 Priority:  high         |  Milestone:
Component:  base system  |    Version:  Trunk
 Keywords:               |
-------------------------+------------------------
 I compile the OpenWRT through the following commands:

 The OS is Ubuntu 14.04, and all updates patched.

 $ mkdir openwrt
 $ cd openwrt
 $ svn co svn://svn.openwrt.org/openwrt/trunk -r r41508
 $ cd trunk

 $ cp feeds.conf.default feeds.conf
 $ echo 'src-git wrtnode https://github.com/WRTnode/openwrt-packages.git'
 >> ./feeds.conf
 $ ./scripts/feeds update -a
 $ ./scripts/feeds install -a

 $ wget --no-check-certificate https://raw.githubusercontent.com/WRTnode
 /openwrt-patches/master/R39786/wrtnode_standard.config
 $ cp wrtnode_standard.config .config
 $ make oldconfig

 $ wget --no-check-certificate https://raw.githubusercontent.com/WRTnode
 /openwrt-patches/master/R41508/wrtnode_factory_firmware_dts.patch
 $ patch -p1 < wrtnode_factory_firmware_dts.patch

 $ make V=s



 I got the Error Message mainly like the following(the log file attached):


 make[5]: Entering directory `/home/openwrt/openwrt/trunk/build_dir
 /toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-
 linaro-4.8-2014.04-minimal/fixincludes'
 make[5]: Nothing to be done for `all'.
 make[5]: Leaving directory `/home/openwrt/openwrt/trunk/build_dir
 /toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-
 linaro-4.8-2014.04-minimal/fixincludes'
 make[5]: Entering directory `/home/openwrt/openwrt/trunk/build_dir
 /toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-
 linaro-4.8-2014.04-minimal/gcc'
 build/genattrtab /home/openwrt/openwrt/trunk/build_dir/toolchain-
 mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-
 linaro-4.8-2014.04/gcc/config/mips/mips.md insn-conditions.md \
                 -Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c
 make[5]: *** [s-attrtab] Killed
 make[5]: Leaving directory `/home/openwrt/openwrt/trunk/build_dir
 /toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-
 linaro-4.8-2014.04-minimal/gcc'
 make[4]: *** [all-gcc] Error 2
 make[4]: Leaving directory `/home/openwrt/openwrt/trunk/build_dir
 /toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-
 linaro-4.8-2014.04-minimal'
 make[3]: *** [/home/openwrt/openwrt/trunk/build_dir/toolchain-
 mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/gcc-
 linaro-4.8-2014.04-minimal/.built] Error 2
 make[3]: Leaving directory
 `/home/openwrt/openwrt/trunk/toolchain/gcc/minimal'
 make[2]: *** [toolchain/gcc/minimal/compile] Error 2
 make[2]: Leaving directory `/home/openwrt/openwrt/trunk'
 make[1]: *** [/home/openwrt/openwrt/trunk/staging_dir/toolchain-
 mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/stamp/.toolchain_install]
 Error 2
 make[1]: Leaving directory `/home/openwrt/openwrt/trunk'
 make: *** [world] Error 2



 And I keep deleting all files and repeat the commands above almost 3~4
 times, keep getting that error.

--
Ticket URL: <https://dev.openwrt.org/ticket/17924>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to