compile error

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

Post Reply
omat
Posts: 8
Joined: Thu Dec 10, 2009 3:15 pm

compile error

Post 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?

omat
Posts: 8
Joined: Thu Dec 10, 2009 3:15 pm

Re: compile error

Post by omat »

any idea?

plz help

Eric
Site Admin
Posts: 1443
Joined: Sat Jun 14, 2008 1:14 pm

Re: compile error

Post 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.

omat
Posts: 8
Joined: Thu Dec 10, 2009 3:15 pm

Re: compile error

Post 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.

omat
Posts: 8
Joined: Thu Dec 10, 2009 3:15 pm

Re: compile error

Post 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

Post Reply