Help on building custom Gargoyle

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

Post Reply
Swimmer
Posts: 48
Joined: Tue Mar 05, 2013 10:36 am

Help on building custom Gargoyle

Post by Swimmer »

Hello all,

I'm trying to build a custom Gargoyle for me, nothing special but I would like to have some things removed from 1.5.9 and install others (like transmission).

I've tried to do this:

Ubuntu 13.04 64b

Installed the packages needed

Code: Select all

sudo apt-get install git 

Code: Select all

git clone git://gargoyle-router.com/gargoyle.git

Code: Select all

make custom
After running for a little while running with my defenitions, I've got this:
make[2]: *** [/home/swimmer/gargoyle/custom-src/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.tools_install_nnnnn] Error 2
make[2]: Leaving directory `/home/swimmer/gargoyle/custom-src'
make[1]: *** [world] Error 2
make[1]: Leaving directory `/home/swimmer/gargoyle/custom-src'
find: ‘bin’: No such file or directory
find: ‘bin’: No such file or directory
ls: cannot access bin: No such file or directory
Can anyone help? What have I did wrong? How can I overcome this error?
Proud owner of Gargoyle in
  • Tp-Link TL-WR1043N
  • Tp-Link TL-WDR3600
  • Linksys WRT1900ACS

User avatar
powerlogy
Posts: 67
Joined: Wed Aug 22, 2012 12:04 pm
Location: Turkey

Re: Help on building custom Gargoyle

Post by powerlogy »

Check this page mate http://www.gargoyle-router.com/wiki/dok ... umentation
or

Code: Select all

make custom.default

User avatar
powerlogy
Posts: 67
Joined: Wed Aug 22, 2012 12:04 pm
Location: Turkey

Re: Help on building custom Gargoyle

Post by powerlogy »

For build error :

Edit this line on both rebuild.sh and build.sh files.
Eric wrote:edit build.sh and change line 20 from:

Code: Select all

num_build_threads=$(($num_cores + 2))
to:

Code: Select all

num_build_threads=1
That will significantly slow down the build (especially on multi-core systems), but it will guarantee that any error messages you see are relevant to what the real problem is.

Swimmer
Posts: 48
Joined: Tue Mar 05, 2013 10:36 am

Re: Help on building custom Gargoyle

Post by Swimmer »

Trying...

EDIT: I think it worked. Tomorrow I'll try to install it.

Thanks for the help
Proud owner of Gargoyle in
  • Tp-Link TL-WR1043N
  • Tp-Link TL-WDR3600
  • Linksys WRT1900ACS

mates
Posts: 128
Joined: Mon Nov 14, 2011 7:53 am

Re: Help on building custom Gargoyle

Post by mates »

Hi

I am trying build gargoyle

i install oracle vm virtualbox with 64b ubuntu 13.10
I install git

Code: Select all

sudo apt-get install git
and when i am using

Code: Select all

git clone git://gargoyle-router.com/gargoyle.git
then i got only message Cloning into gargoyle' ...
I waited abut 30 minutes ... nothing more ... what should be wrong?'

Post Reply