zaccareal / openwrt-archer-c2

OpenWrt support for TP-Link Archer C2 AC750 v1 board!
GNU General Public License v2.0
17 stars 9 forks source link

make error #1

Closed frnmst closed 6 years ago

frnmst commented 6 years ago

Hello,

I'm trying to build Openwrt for the Archer C2 v1.0 on Parabola GNU/Linux-libre. I followed the instructions reported on the readme and on the forum: https://forum.openwrt.org/viewtopic.php?pid=365213#p365213

In short:

git clone https://github.com/zaccareal/openwrt-archer-c2.git
cd openwrt-archer-c2
mv feeds.conf.default feeds.conf
./scripts/feeds update  -a
./scripts/feeds install -a
make V=s

I get this:

Making all in tests
make[6]: Entering directory '/home/parabola/build/openwrt-archer-c2/build_dir/host/patch-2.7.5/tests'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/parabola/build/openwrt-archer-c2/build_dir/host/patch-2.7.5/tests'
make[6]: Entering directory '/home/parabola/build/openwrt-archer-c2/build_dir/host/patch-2.7.5'
make[6]: Leaving directory '/home/parabola/build/openwrt-archer-c2/build_dir/host/patch-2.7.5'
make[5]: Leaving directory '/home/parabola/build/openwrt-archer-c2/build_dir/host/patch-2.7.5'
make[4]: Leaving directory '/home/parabola/build/openwrt-archer-c2/build_dir/host/patch-2.7.5'
touch /home/parabola/build/openwrt-archer-c2/build_dir/host/patch-2.7.5/.built
make[3]: Leaving directory '/home/parabola/build/openwrt-archer-c2/tools/patch'
make[2]: Leaving directory '/home/parabola/build/openwrt-archer-c2'
make[1]: *** [tools/Makefile:133: /home/parabola/build/openwrt-archer-c2/staging_dir/target-mipsel_24kec+dsp_musl-1.1.16/stamp/.tools_install_yynyynynynyyyyyyynyyynyyyyyyyyynyyyyynnyynynnyyynnnyy] Error 2
make[1]: Leaving directory '/home/parabola/build/openwrt-archer-c2'
make: *** [/home/parabola/build/openwrt-archer-c2/include/toplevel.mk:194: world] Error 2

Any ideas?

zaccareal commented 6 years ago

I think some packages are missing on your build enviroment, I suggest you to build on Debian Jessie 32 bit with all prerequisites http://wiki.openwrt.org/doc/howto/buildroot.exigence You shouldn't have problems

frnmst commented 6 years ago

That was it! I used the 64 bit version of Debian Jessie because I had a virtual machine with that installed on. It took a while to compile everything, and in the end I uploaded openwrt-ramips-mt7620-ArcherC2-squashfs-sysupgrade.bin. It works fine. Thank you