Page 1 of 1
compile error
Posted: Sat Dec 12, 2009 7:21 am
by omat
Hi
I get this error when I compile gargoyle trunk:
Code: Select all
custom-src/build_dir/mips/root-ar71xx/etc/init.d/miniupnpd: No such file or directory
make[6]: *** [install] Error 1
I just choose AR71XX for target and compile it.
I don't have any problem with 1.1.2 in tag section.
Is there any problem in trunk?
Re: compile error
Posted: Mon Dec 14, 2009 8:24 am
by omat
any idea?
plz help
Re: compile error
Posted: Mon Dec 14, 2009 9:38 am
by Eric
I just tried an ar71xx build... works fine for me.
Make sure you're selecting all the proper packages. Is miniupnp selected? It should be a dependency, but you might want to double-check.
Re: compile error
Posted: Wed Dec 16, 2009 4:11 am
by omat
Thanks Eric
At first by default when I run "make custom" and select AR71xx and compile, it shows an error for miniupnpd. Then I select that package and compile again. It shows another error for qos_gargoyle. I repeat this work and find missed packages. But now it shows this error :
Code: Select all
build_dir/linux-ar71xx/linux-2.6.26.8/net/ipv4/netfilter/*weburl*.ko': No such file or directory
make[3]: *** [/hard3/trunkg3/custom-src/bin/packages/mips/kmod-ipt-weburl_2.6.26.8-ar71xx-1_mips.ipk] Error 1
which packages are needed for compiling AR71xx without error?
I don't have this problem with tag 1.1.2 and openwrt trunk.
Re: compile error
Posted: Thu Dec 17, 2009 6:51 pm
by omat
Thank you Eric
The problem solved. I downloaded last trunk again and I selected all gargoyle packages in menuconfig.
It compiled successfully.
Thanks again