What's new
  • 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!

Alpha 2

Shonk

Senior Member
I have just tried compiling alpha 2 for the ac-66u
it results in below do i need to update something
or is it just a problem that i need to wait out for a new push


[rc] CC services.o
services.c: In function 'start_wps':
services.c:1756: warning: implicit declaration of function 'get_pid_by_name'
services.c: In function 'start_ddns':
services.c:2227: warning: unused variable 'ddns_cache'
services.c:2225: warning: unused variable 'fp'
services.c: In function 'stop_misc':
services.c:2608: warning: implicit declaration of function 'stop_acsd'
services.c: In function 'start_services':
services.c:3391: warning: implicit declaration of function 'start_nas'
services.c:3430: warning: implicit declaration of function 'start_psta_monitor'
services.c:3439: warning: implicit declaration of function 'start_acsd'
services.c: In function 'stop_services':
services.c:3555: warning: implicit declaration of function 'stop_psta_monitor'
services.c:3594: warning: implicit declaration of function 'stop_nas'
services.c: In function 'handle_notifications':
services.c:4455: warning: implicit declaration of function 'set_wltxpower'
services.c: In function 'stop_cstats':
services.c:5907: warning: implicit declaration of function 'ppid'
services.c: In function 'dns_filter':
services.c:5986: warning: assignment discards qualifiers from pointer target type
services.c: In function 'stop_acsd':
services.c:5682: warning: 'ret' may be used uninitialized in this function
services.c: In function 'start_acsd':
services.c:5663: warning: 'ret' may be used uninitialized in this function
[rc] CC mtd.o
[rc] CC firewall.o
firewall.c:4834:1: error: unterminated argument list invoking macro "eval"
firewall.c: In function 'mangle_setting':
firewall.c:4183: error: 'eval' undeclared (first use in this function)
firewall.c:4183: error: (Each undeclared identifier is reported only once
firewall.c:4183: error: for each function it appears in.)
firewall.c:4183: error: expected ';' at end of input
firewall.c:4183: error: expected declaration or statement at end of input
firewall.c:4183: error: expected declaration or statement at end of input
firewall.c:4183: error: expected declaration or statement at end of input
make[4]: *** [firewall.o] Error 1
make[4]: Leaving directory `/root/asuswrt-merlin/release/src/router/rc'
make[3]: *** [rc] Error 2
make[3]: Leaving directory `/root/asuswrt-merlin/release/src/router'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/asuswrt-merlin/release/src-rt-6.x'
make[1]: *** [bin] Error 2
make[1]: Leaving directory `/root/asuswrt-merlin/release/src-rt-6.x'
make: *** [rt-ac66u] Error 2

real 8m44.389s
user 6m19.050s
sys 2m38.269s
 
Guys, this is development code. I know it's not working, hence it's still with an "alpha" tag. If you need to build a working firmware, please pull a tagged version from Github.
 
Unfortunately, it appears as if you didn't tag the 43_2 release for the AC68U...
 
Unfortunately, it appears as if you didn't tag the 43_2 release for the AC68U...

It was mislabeled as "374.42_3".

I just re-added a new tag with the correct label.
 
Thanks....I'm in learning mode in git and that confused me. Anyway, I just figured out how to add my own lightweight tags, so it turned out to be a good learning experience for me.

And sorry about the alpha2 alarm....I thought it just may be the development cycle. But given the quality of your releases (even the alpha's) and the fact that I'm just getting set up and experimenting with git, had to make sure.

I am now educated and will use the tagged releases as I do my customizations.
 
Just putting this up incase you dont know about it..


make[5]: Leaving directory `/root/asuswrt-merlin/release/src/router/lzo'
make[4]: Leaving directory `/root/asuswrt-merlin/release/src/router/lzo'
cd openpam && \
./configure --host=mipsel-linux --build=x86_64-linux-gnu --without-doc --with-pam-unix
/bin/sh: 2: ./configure: not found
make[3]: *** [openpam/stamp-h1] Error 127
make[3]: Leaving directory `/root/asuswrt-merlin/release/src/router'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/asuswrt-merlin/release/src-rt-6.x'
make[1]: *** [bin] Error 2
make[1]: Leaving directory `/root/asuswrt-merlin/release/src-rt-6.x'
make: *** [rt-ac66u] Error 2

real 27m55.066s
user 17m26.457s
sys 12m2.107s
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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