Hey guys,
It would be nice to have nightly builds in the download section...
have you considered the ideia?
Nightly Builds
Moderator: Moderators
Nightly Builds
Proud owner of Gargoyle in
- Tp-Link TL-WR1043N
- Tp-Link TL-WDR3600
- Linksys WRT1900ACS
- DoesItMatter
- Moderator
- Posts: 1373
- Joined: Thu May 21, 2009 3:56 pm
Re: Nightly Builds
It can take 4-8 hours plus on a decent machine to do a full build.
Then you have to do the uploading if hosting on a different server.
Not really feasible.
It's not hard to create a simple Virtual Machine to compile your own.
Get Oracle Virtual box, install Ubuntu, and build your own sources.
In the Documentation section - read up on info for developers.
All the info you need is there.
Then you have to do the uploading if hosting on a different server.
Not really feasible.
It's not hard to create a simple Virtual Machine to compile your own.
Get Oracle Virtual box, install Ubuntu, and build your own sources.
In the Documentation section - read up on info for developers.
All the info you need is there.


2x Asus RT-N16 = Asus 3.0.0.4.374.43 Merlin
2x Buffalo WZR-HP-G300NH V1 A0D0 = Gargoyle 1.9.x / LEDE 17.01.x
2x Engenius - ESR900 Stock 1.4.0 / OpenWRT Trunk 49400
-
- Posts: 85
- Joined: Thu Dec 29, 2011 2:17 pm
Re: Nightly Builds
Agree!! It's super easy to compile you own gargoyle with a Ubuntu VM
Re: Nightly Builds
Is it possible to build a gargoyle using the latest openwrt + gargoyle definitions?
Proud owner of Gargoyle in
- Tp-Link TL-WR1043N
- Tp-Link TL-WDR3600
- Linksys WRT1900ACS
Re: Nightly Builds
I've tried to do that:
Ubuntu 13.04 32b
Installed the packages needed
After running for a little while, I've got this:
Ubuntu 13.04 32b
Installed the packages needed
Code: Select all
sudo apt-get install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev subversion flex uglifyjs
Code: Select all
git clone git://gargoyle-router.com/gargoyle.git
Code: Select all
make FULL_BUILD=true ar71xx.usb_large
Can anyone help?make[2]: *** [/home/swimmer/gargoyle/ar71xx-src/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.tools_install_nnnnn] Error 2
make[2]: Leaving directory `/home/swimmer/gargoyle/ar71xx-src'
make[1]: *** [world] Error 2
make[1]: Leaving directory `/home/swimmer/gargoyle/ar71xx-src'
find: ‘bin’: No such file or directory
find: ‘bin’: No such file or directory
ls: cannot access bin: No such file or directory
Proud owner of Gargoyle in
- Tp-Link TL-WR1043N
- Tp-Link TL-WDR3600
- Linksys WRT1900ACS
- DoesItMatter
- Moderator
- Posts: 1373
- Joined: Thu May 21, 2009 3:56 pm
Re: Nightly Builds
Been a while since I did a Gargoyle build - been using
plain OpenWRT more since I wanted to test updates/patches
Try do the:
make FULL_BUILD=true
Just by itself and see if it reports any other errors
It'll take longer I know, but sometimes it gives more info.
plain OpenWRT more since I wanted to test updates/patches
Try do the:
make FULL_BUILD=true
Just by itself and see if it reports any other errors
It'll take longer I know, but sometimes it gives more info.


2x Asus RT-N16 = Asus 3.0.0.4.374.43 Merlin
2x Buffalo WZR-HP-G300NH V1 A0D0 = Gargoyle 1.9.x / LEDE 17.01.x
2x Engenius - ESR900 Stock 1.4.0 / OpenWRT Trunk 49400
Re: Nightly Builds
Look at:Swimmer wrote:I've tried to do that:
<snip>
Can anyone help?
http://www.gargoyle-router.com/phpbb/vi ... =14&t=4218
Basically, multithreaded compiling is broken at the moment. See thread for workaround.