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!

compiling failure for rt-ax88u

Zw.W

New Around Here
Anybody meets this following errors when compiling the ax88u based on the LATEST branch?

Branch:

workspace@ubuntu:~/merlin/asuswrt-merlin.ng/release/src-rt-5.02axhnd$ git branch
* master
workspace@ubuntu:~/merlin/asuswrt-merlin.ng/release/src-rt-5.02axhnd$ git log --oneline
0e5a2b8534 (HEAD -> master, origin/master, origin/HEAD) webui: add link to VPN Director in the client rule list table header
0d523baed4 httpd: fix find_hostname_by_mac() truncating hostnames to 3 chars

Error Log:
broadcom.o: In function `wps_gen_pin':
(.text.wps_gen_pin+0x0): multiple definition of `wps_gen_pin'
services.o:/home/workspace/merlin/asuswrt-merlin.ng/release/src/router/rc/services.c:2877: first defined here
services.o: In function `handle_notifications':
/home/workspace/merlin/asuswrt-merlin.ng/release/src/router/rc/services.c:15835: undefined reference to `set_wpasupp'
/home/workspace/merlin/asuswrt-merlin.ng/release/src/router/rc/services.c:15842: undefined reference to `set_wpasupp'
/home/workspace/merlin/asuswrt-merlin.ng/release/src/router/rc/services.c:15851: undefined reference to `set_wpasupp'
amas_wgn.o: In function `create_guest_bridge':
/home/workspace/merlin/asuswrt-merlin.ng/release/src/router/rc/amas_wgn.c:2274: undefined reference to `wgn_sysdep_wl_set'
/home/workspace/merlin/asuswrt-merlin.ng/release/src/router/rc/amas_wgn.c:2313: undefined reference to `wgn_sysdep_wl_unset'
amas_wgn.o: In function `wgn_stop':
/home/workspace/merlin/asuswrt-merlin.ng/release/src/router/rc/amas_wgn.c:2777: undefined reference to `wgn_sysdep_wl_unset'
collect2: error: ld returned 1 exit status
make[7]: *** [Makefile:948: rc] Error 1
 
Only the XT12 and GT-AX6000 are currently compilable from HEAD, you need to checkout 386.5_2 for other models.
 

Similar 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