What's new

GT-AX6000 Alpha Firmware

  • 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!

Code:
checking for sys/socket.h... yes
checking for arpa/inet.h... yes
checking for features.h... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking for dirent.h... yes
checking for fnmatch.h... yes
checking for stdio_ext.h... yes
checking for sys/stat.h... (cached) yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for termios.h... yes
checking for sys/time.h... yes
checking for threads.h... yes
checking for iconv.h... yes
checking for limits.h... yes
checking for inttypes.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for crtdefs.h... no
checking for wctype.h... yes
checking for langinfo.h... yes
checking for xlocale.h... no
checking for sys/mman.h... yes
checking for malloc.h... yes
checking for sys/select.h... yes
checking for spawn.h... yes
checking for strings.h... (cached) yes
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for sys/random.h... yes
checking for sys/uio.h... yes
checking for sys/wait.h... yes
checking for utime.h... yes
checking for stdlib.h... (cached) yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for arm-buildroot-linux-gnueabi-gcc... (cached) /opt/toolchains/crosstools-arm-gcc-9.2-linux-4.19-glibc-2.30-binutils-2.32/usr/bin/arm-buildroot-linux-gnueabi-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /opt/toolchains/crosstools-arm-gcc-9.2-linux-4.19-glibc-2.30-binutils-2.32/usr/bin/arm-buildroot-linux-gnueabi-gcc accepts -g... (cached) yes
checking for /opt/toolchains/crosstools-arm-gcc-9.2-linux-4.19-glibc-2.30-binutils-2.32/usr/bin/arm-buildroot-linux-gnueabi-gcc option to accept ISO C89... (cached) none needed
checking whether /opt/toolchains/crosstools-arm-gcc-9.2-linux-4.19-glibc-2.30-binutils-2.32/usr/bin/arm-buildroot-linux-gnueabi-gcc understands -c and -o together... (cached) yes
checking whether the compiler is clang... (cached) no
checking for compiler option needed when checking for declarations... (cached) none
checking dependency style of /opt/toolchains/crosstools-arm-gcc-9.2-linux-4.19-glibc-2.30-binutils-2.32/usr/bin/arm-buildroot-linux-gnueabi-gcc... (cached) none
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-buildroot-linux-gnueabi
checking whether make supports nested variables... (cached) yes
checking for library containing dlopen... -ldl
checking for Minix Amsterdam compiler... no
checking for arm-buildroot-linux-gnueabi-ar... /opt/toolchains/crosstools-arm-gcc-9.2-linux-4.19-glibc-2.30-binutils-2.32/usr/bin/arm-buildroot-linux-gnueabi-ar
checking for _LARGEFILE_SOURCE value needed for large files... no
./configure: line 8908: syntax error near unexpected token `;;'
./configure: line 8908: `    gl_YEAR2038_BODY() ;; #('
make[4]: *** [Makefile:7220: wget/Makefile] Error 2
make[4]: Leaving directory '/home/ubuntu/amng-build/release/src/router'
make[3]: *** [Makefile:33: router_all] Error 2
make[3]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.04axhnd.675x/userspace'
make[2]: *** [build/Makefile:358: userspace] Error 2
make[2]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.04axhnd.675x'
make[1]: *** [Makefile:5551: bin] Error 2
make[1]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.04axhnd.675x'
make: *** [Makefile:5747: gt-ax6000] Error 2
ubuntu@merlin:~/amng-build/release/src-rt-5.04axhnd.675x$
 
Your LD_LIBRARY_PATH is probably not including the new toolchain location.
Code:
 CC      net/netfilter/xt_dscp.o
  CC [M]  net/wireless/of.o
net/netfilter/xt_conntrack.c: In function ‘conntrack_mt’:
net/netfilter/xt_conntrack.c:235:41: warning: passing argument 1 of ‘nf_ct_expires’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  235 |   unsigned long expires = nf_ct_expires(ct) / HZ;
      |                                         ^~
In file included from net/netfilter/xt_conntrack.c:19:
./include/net/netfilter/nf_conntrack.h:291:59: note: expected ‘struct nf_conn *’ but argument is of type ‘const struct nf_conn *’
  291 | static inline unsigned long nf_ct_expires(struct nf_conn *ct)
      |                                           ~~~~~~~~~~~~~~~~^~
  CC      net/netfilter/xt_helper.o
  CC      net/netfilter/xt_iprange.o
  CC      net/netfilter/xt_limit.o
  CC [M]  net/wireless/shipped-certs.o
  CC      net/netfilter/xt_mac.o
  LD [M]  net/wireless/cfg80211.o
  CC      net/netfilter/xt_multiport.o
  CC      net/netfilter/xt_policy.o
  CC      net/netfilter/xt_recent.o
  CC      net/netfilter/xt_state.o
  CC      net/netfilter/xt_statistic.o
  CC      net/netfilter/xt_string.o
  CC      net/netfilter/xt_tcpmss.o
  CC      net/netfilter/xt_time.o
  CC      net/netfilter/xt_u32.o
  CC      net/netfilter/xt_webstr.o
  CC [M]  net/netfilter/nf_conntrack_ftp.o
  CC [M]  net/netfilter/nf_conntrack_h323_main.o
  CC [M]  net/netfilter/nf_conntrack_h323_asn1.o
  CC [M]  net/netfilter/nf_conntrack_sip.o
  CC [M]  net/netfilter/nf_conntrack_tftp.o
  CC [M]  net/netfilter/nf_nat_ftp.o
  CC [M]  net/netfilter/nf_nat_sip.o
  CC [M]  net/netfilter/nf_nat_tftp.o
  CC [M]  net/netfilter/nf_tables_core.o
  CC [M]  net/netfilter/nf_tables_api.o
  CC [M]  net/netfilter/nft_chain_filter.o
  CC [M]  net/netfilter/nf_tables_trace.o
  CC [M]  net/netfilter/nft_immediate.o
  CC [M]  net/netfilter/nft_cmp.o
  CC [M]  net/netfilter/nft_range.o
  CC [M]  net/netfilter/nft_bitwise.o
  CC [M]  net/netfilter/nft_byteorder.o
  CC [M]  net/netfilter/nft_payload.o
  CC [M]  net/netfilter/nft_lookup.o
  CC [M]  net/netfilter/nft_dynset.o
  CC [M]  net/netfilter/nft_meta.o
  CC [M]  net/netfilter/nft_rt.o
  CC [M]  net/netfilter/nft_exthdr.o
  CC [M]  net/netfilter/xt_set.o
  CC [M]  net/netfilter/xt_HL.o
  CC [M]  net/netfilter/xt_TPROXY.o
  CC [M]  net/netfilter/xt_TEE.o
  CC [M]  net/netfilter/xt_comment.o
  CC [M]  net/netfilter/xt_hashlimit.o
  CC [M]  net/netfilter/xt_hl.o
  CC [M]  net/netfilter/xt_length.o
  CC [M]  net/netfilter/xt_quota.o
  CC [M]  net/netfilter/xt_sctp.o
  CC [M]  net/netfilter/xt_socket.o
  CC [M]  net/netfilter/xt_condition.o
  CC [M]  net/netfilter/xt_geoip.o
  AR      net/netfilter/built-in.a
  LD [M]  net/netfilter/nf_conntrack_h323.o
  LD [M]  net/netfilter/nf_tables.o
  AR      net/built-in.a
make[4]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.04axhnd.675x/kernel/linux-4.19'
make[3]: *** [Bcmkernel.mk:83: default] Error 2
make[3]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.04axhnd.675x/build'
make[2]: *** [build/Makefile:509: kernelbuild] Error 2
make[2]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.04axhnd.675x'
make[1]: *** [Makefile:5551: bin] Error 2
make[1]: Leaving directory '/home/ubuntu/amng-build/release/src-rt-5.04axhnd.675x'
make: *** [Makefile:5747: gt-ax6000] Error 2
ubuntu@merlin:~/amng-build/release/src-rt-5.04axhnd.675x$
 
Crosscompiling something as complex as Asuswrt is not easy. You will have to do your own troubleshooting there, sorry.
 

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