What's new

Compile Time

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Shonk

Senior Member
Curious on people's compile time after make clean

I will start the ball rolling with mine

All done in VMware Workstation 10.0.2

2 CPU Core 2 Duo E5300 with VT-X 3.33 Ghz 1333 FSB/RAM 2M L2 = 37 Mins

4 CPU Xeon X5460 3.61 Ghz 1604 FSB/RAM 12M L2 = 25 Mins
 
Last edited:
Curious on people's compile time after make clean

I will start the ball rolling with mine

All done in VMware Workstation 10.0.2

2 CPU Core 2 Duo E5300 with VT-X 3.33 Ghz 1333 FSB/RAM 2M L2 = 37 Mins

4 CPU Xeon X5460 3.61 Ghz 1604 FSB/RAM 12M L2 = 25 Mins

This will depend on which firmware you are compiling. The AC56/AC68 will be longer since they must also compile Avahi, Netatalk, etc...

Also, you can enable parallel building to speed up the process (by default I kept it disabled on Github to reduce the risk of compatibility issues).
 
Code:
Creating ASUS RT-AC68U firmware to image/RT-AC68U_3.0.0.4_374.43_alpha1.trx

TRX Image:
 Total Size .... : 30027776 (29324.0 KB) (28.6 MB)
 CRC-32 ........ : CE84C8DC


make[3]: Leaving directory `/home/merlin/asuswrt.ac68/release/src-rt-6.x.4708'
make[2]: Leaving directory `/home/merlin/asuswrt.ac68/release/src-rt-6.x.4708'
make[1]: Leaving directory `/home/merlin/asuswrt.ac68/release/src-rt-6.x.4708'

real	22m31.582s
user	23m52.282s
sys	3m38.770s
 
Thanks

I have already enabled paralell building

mine was with the ac66u

how did you pull the stats

real 22m31.582s
user 23m52.282s
sys 3m38.770s
 
Thanks

I have already enabled paralell building

mine was with the ac66u

how did you pull the stats

real 22m31.582s
user 23m52.282s
sys 3m38.770s

Run the build command like this:

Code:
time make rt-ac68u
 
Thanks this is my X5460

Creating ASUS RT-AC66U firmware to image/RT-AC66U_3.0.0.4_374.43_alpha1.trx

TRX Image:
Total Size .... : 26918912 (26288.0 KB) (25.7 MB)
CRC-32 ........ : 733FB2B5


make[3]: Leaving directory `/root/asuswrt-merlin/release/src-rt-6.x'
make[2]: Leaving directory `/root/asuswrt-merlin/release/src-rt-6.x'
make[1]: Leaving directory `/root/asuswrt-merlin/release/src-rt-6.x'

real 24m1.315s
user 20m23.699s
sys 14m31.948s
root@aurora:~/asuswrt-merlin/release/src-rt-6.x#
 
Last edited:

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top