What's new

amcfwm - AsusWRT-Merlin Custom Firmware Manager

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

That's not currently accurate.

Initially, only the GT-AX6000 and XT12 were buildable from HEAD, because the last merged GPL only supported these two models.

Last week I merged 386_48823, which makes HEAD only compilable for the RT-AC68U right now (the only GPL that was merged).

There's nothing being withheld, and no special sauce involved either. You just have to keep up with the activity on the master branch to see what can be compiled, as this will vary over time as GPLs get merged. Right now (May 16th), master`s head can be compiled for the RT-AC68U, and only that model.

The OP will indeed need to provide actual messages for anyone to be able to assist him.
@RMerlin Here is the error part of my attempts to compile with this script.

Code:
checking for getpagesize... yes
checking for working mmap... no
checking for _LARGEFILE_SOURCE value needed for large files... (cached) no
checking for strptime... (cached) yes
checking for timegm... (cached) yes
checking for vsnprintf... (cached) yes
checking for vasprintf... (cached) yes
checking for drand48... yes
checking for pathconf... yes
checking for strtoll... (cached) yes
checking for usleep... yes
checking for ftello... yes
checking for sigblock... yes
checking for sigsetjmp... no
checking for memrchr... (cached) yes
checking for wcwidth... (cached) yes
checking for mbtowc... (cached) yes
checking for sleep... yes
checking for symlink... (cached) yes
checking for utime... (cached) yes
checking for strlcpy... yes
checking for random... yes
checking for fmemopen... yes
checking for arm-linux-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
configure: WARNING: using cross tools not prefixed with host triplet
checking pkg-config is at least version 0.9.0... yes
checking for LIBPSL... no
checking for library containing psl_builtin... no
configure: WARNING: *** libpsl was not found. Fallback to builtin cookie checking.
checking for ZLIB... yes
checking for OPENSSL... yes
configure: compiling in support for SSL via OpenSSL
checking for RAND_egd... no
checking for INET6 protocol support... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_storage... (cached) yes
checking for struct sockaddr_in6.sin6_scope_id... yes
configure: Enabling support for IPv6.
checking for makeinfo... ${SHELL} /home/jumpsmm7/amng.ac68/release/src/router/wget/build-aux/missing makeinfo
checking for perl5... no
checking for perl... /usr/bin/perl
checking for pod2man... /usr/bin/pod2man
configure: disabling IRIs at user request
checking uuid.h usability... no
checking uuid.h presence... no
checking for uuid.h... no
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for library containing uuid_generate... -luuid
checking for PCRE2... no
checking pcre2.h usability... no
checking pcre2.h presence... no
checking for pcre2.h... no
checking for PCRE... no
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking for METALINK... no
checking for fsetxattr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating util/Makefile
config.status: creating po/Makefile.in
config.status: creating gnulib_po/Makefile.in
config.status: creating tests/Makefile
config.status: creating fuzz/Makefile
config.status: creating lib/Makefile
config.status: creating testenv/Makefile
config.status: creating tests/certs/interca.conf
config.status: creating tests/certs/rootca.conf
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: creating gnulib_po/POTFILES
config.status: creating gnulib_po/Makefile
configure: Summary of build options:

  Version:           1.21.3
  Host OS:           linux-gnu
  Install prefix:    /usr
  Compiler:          arm-brcm-linux-uclibcgnueabi-gcc
  CFlags:            -I/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/router/openssl/include -DHAVE_LIBSSL -I/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/routerzlib -DNDEBUG -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -DDEBUG_NOISY -DDEBUG_RCTEST -pipe -DBCMWPA2 -DBCMARM -fno-strict-aliasing -marm -DRTCONFIG_NVRAM_64K -DLINUX_KERNEL_VERSION=132644  -ffunction-sections -fdata-sections -I/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/router/arm-uclibc/stage/usr/include  -std=gnu99 -DASUSWRT -I/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/router/arm-uclibc/stage/usr/include 
  LDFlags:           -lgcc_s -Wl,--gc-sections -L/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/router/arm-uclibc/stage/usr/lib -pthread
  Libs:              -luuid -L/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/router/openssl -lcrypto -lssl -L/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/router/zlib -lz 
  SSL:               openssl
  Zlib:              yes
  PSL:               no
  PCRE:              no
  Digest:            yes
  NTLM:              no
  OPIE:              no
  POSIX xattr:       yes
  Debugging:         no
  Assertions:        no
  Valgrind:          Valgrind testing not enabled
  Metalink:          no
  Resolver:          libc, --bind-dns-address and --dns-servers not available
  GPGME:             no
  IRI:               no
  Fuzzing build:     no,

make -C wget -j4
make[4]: Entering directory '/home/jumpsmm7/amng.ac68/release/src/router/wget'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/jumpsmm7/amng.ac68/release/src/router/wget/build-aux/missing aclocal-1.16 -I m4
configure.ac:938: warning: macro 'AM_PATH_GPGME' not found in library
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/jumpsmm7/amng.ac68/release/src/router/wget/build-aux/missing autoconf
 cd . && /bin/sh /home/jumpsmm7/amng.ac68/release/src/router/wget/build-aux/missing automake-1.16 --gnu
configure.ac:33: error: possibly undefined macro: AX_CODE_COVERAGE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
make[4]: *** [Makefile:1725: configure] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/jumpsmm7/amng.ac68/release/src/router/wget'
make[3]: *** [Makefile:7262: wget] Error 2
make[3]: Leaving directory '/home/jumpsmm7/amng.ac68/release/src/router'
make[2]: *** [Makefile:691: all] Error 2
make[2]: Leaving directory '/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708'
make[1]: *** [Makefile:5586: bin] Error 2
make[1]: Leaving directory '/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708'
make: *** [Makefile:5784: rt-ac68u] Error 2
 
@RMerlin Here is the error part of my attempts to compile with this script.

Code:
checking for getpagesize... yes
checking for working mmap... no
checking for _LARGEFILE_SOURCE value needed for large files... (cached) no
checking for strptime... (cached) yes
checking for timegm... (cached) yes
checking for vsnprintf... (cached) yes
checking for vasprintf... (cached) yes
checking for drand48... yes
checking for pathconf... yes
checking for strtoll... (cached) yes
checking for usleep... yes
checking for ftello... yes
checking for sigblock... yes
checking for sigsetjmp... no
checking for memrchr... (cached) yes
checking for wcwidth... (cached) yes
checking for mbtowc... (cached) yes
checking for sleep... yes
checking for symlink... (cached) yes
checking for utime... (cached) yes
checking for strlcpy... yes
checking for random... yes
checking for fmemopen... yes
checking for arm-linux-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
configure: WARNING: using cross tools not prefixed with host triplet
checking pkg-config is at least version 0.9.0... yes
checking for LIBPSL... no
checking for library containing psl_builtin... no
configure: WARNING: *** libpsl was not found. Fallback to builtin cookie checking.
checking for ZLIB... yes
checking for OPENSSL... yes
configure: compiling in support for SSL via OpenSSL
checking for RAND_egd... no
checking for INET6 protocol support... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_storage... (cached) yes
checking for struct sockaddr_in6.sin6_scope_id... yes
configure: Enabling support for IPv6.
checking for makeinfo... ${SHELL} /home/jumpsmm7/amng.ac68/release/src/router/wget/build-aux/missing makeinfo
checking for perl5... no
checking for perl... /usr/bin/perl
checking for pod2man... /usr/bin/pod2man
configure: disabling IRIs at user request
checking uuid.h usability... no
checking uuid.h presence... no
checking for uuid.h... no
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for library containing uuid_generate... -luuid
checking for PCRE2... no
checking pcre2.h usability... no
checking pcre2.h presence... no
checking for pcre2.h... no
checking for PCRE... no
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking for METALINK... no
checking for fsetxattr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating util/Makefile
config.status: creating po/Makefile.in
config.status: creating gnulib_po/Makefile.in
config.status: creating tests/Makefile
config.status: creating fuzz/Makefile
config.status: creating lib/Makefile
config.status: creating testenv/Makefile
config.status: creating tests/certs/interca.conf
config.status: creating tests/certs/rootca.conf
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: creating gnulib_po/POTFILES
config.status: creating gnulib_po/Makefile
configure: Summary of build options:

  Version:           1.21.3
  Host OS:           linux-gnu
  Install prefix:    /usr
  Compiler:          arm-brcm-linux-uclibcgnueabi-gcc
  CFlags:            -I/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/router/openssl/include -DHAVE_LIBSSL -I/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/routerzlib -DNDEBUG -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -DDEBUG_NOISY -DDEBUG_RCTEST -pipe -DBCMWPA2 -DBCMARM -fno-strict-aliasing -marm -DRTCONFIG_NVRAM_64K -DLINUX_KERNEL_VERSION=132644  -ffunction-sections -fdata-sections -I/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/router/arm-uclibc/stage/usr/include  -std=gnu99 -DASUSWRT -I/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/router/arm-uclibc/stage/usr/include
  LDFlags:           -lgcc_s -Wl,--gc-sections -L/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/router/arm-uclibc/stage/usr/lib -pthread
  Libs:              -luuid -L/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/router/openssl -lcrypto -lssl -L/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708/router/zlib -lz
  SSL:               openssl
  Zlib:              yes
  PSL:               no
  PCRE:              no
  Digest:            yes
  NTLM:              no
  OPIE:              no
  POSIX xattr:       yes
  Debugging:         no
  Assertions:        no
  Valgrind:          Valgrind testing not enabled
  Metalink:          no
  Resolver:          libc, --bind-dns-address and --dns-servers not available
  GPGME:             no
  IRI:               no
  Fuzzing build:     no,

make -C wget -j4
make[4]: Entering directory '/home/jumpsmm7/amng.ac68/release/src/router/wget'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/jumpsmm7/amng.ac68/release/src/router/wget/build-aux/missing aclocal-1.16 -I m4
configure.ac:938: warning: macro 'AM_PATH_GPGME' not found in library
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/jumpsmm7/amng.ac68/release/src/router/wget/build-aux/missing autoconf
cd . && /bin/sh /home/jumpsmm7/amng.ac68/release/src/router/wget/build-aux/missing automake-1.16 --gnu
configure.ac:33: error: possibly undefined macro: AX_CODE_COVERAGE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
make[4]: *** [Makefile:1725: configure] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/jumpsmm7/amng.ac68/release/src/router/wget'
make[3]: *** [Makefile:7262: wget] Error 2
make[3]: Leaving directory '/home/jumpsmm7/amng.ac68/release/src/router'
make[2]: *** [Makefile:691: all] Error 2
make[2]: Leaving directory '/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708'
make[1]: *** [Makefile:5586: bin] Error 2
make[1]: Leaving directory '/home/jumpsmm7/amng.ac68/release/src-rt-6.x.4708'
make: *** [Makefile:5784: rt-ac68u] Error 2
Run autoreconf in the wget folder, your automake version probably doesn't match mine.
 
As a heads up, devices from the src-rt-5.02p1axhnd.675x should now be compiled from the new src-rt-5.02L.07p2axhnd directory.

Also until the issue gets resolved upstream, the cferom_pureubi.w firmware image will not be created by the regular build process for the RT-AX86U - the non-cferom image file should be used until the issue gets resolved upstream. The build process will delete the cferom version at the end of building to ensure nobody flashes a potentially router-bricking image.
 
@Adamm - we have already had an answer from Eric - not practical to compile from Master until unified - but thought the error message may give you a pointer ...

Code:
--- 08:41 - Global cleanup...
--- 08:41 - Preparing trees

*** 08:41 - Cleaning up rt-ax86u...
*** 08:41 - Updating rt-ax86u tree...
*** 08:58 - rt-ax86u code ready.

--- 08:58 - All trees ready!

--- 08:58 - Launching all builds
*** 08:58 - Starting building rt-ax86u...
/usr/bin/amcfwm: line 1310: cd: /home/johnw/amng.ax86/release/src-rt-5.02p1axhnd.675x: No such file or directory
--- 08:58 - All builds launched, please wait...

=== 08:58 - All done!

We'll have to wait until the source is unified - but that may not happen for quite some time ... if ever?
If one wants to make it a "mission improbable" to self-compile ... I guess it's easy.

I suppose we can "thank" those who have abused the compile process to place the firmware on non-Asus hardware :mad: !
 
@Adamm - we have already had an answer from Eric - not practical to compile from Master until unified - but thought the error message may give you a pointer ...

Code:
--- 08:41 - Global cleanup...
--- 08:41 - Preparing trees

*** 08:41 - Cleaning up rt-ax86u...
*** 08:41 - Updating rt-ax86u tree...
*** 08:58 - rt-ax86u code ready.

--- 08:58 - All trees ready!

--- 08:58 - Launching all builds
*** 08:58 - Starting building rt-ax86u...
/usr/bin/amcfwm: line 1310: cd: /home/johnw/amng.ax86/release/src-rt-5.02p1axhnd.675x: No such file or directory
--- 08:58 - All builds launched, please wait...

=== 08:58 - All done!
Try changing all occurrences of release/src-rt-5.02p1axhnd.675x to release/src-rt-5.02L.07p2axhnd
 
@Adamm, I don't know if it`s currently the case, but you might want to allow the script to checkout from either a specific branch or a specific tag before building. For reference, see my own build script that I use when generating releases:


The user could also enter a tag instead of a branch name there if they need to build a model that doesn`t currently build from head.
 
I suppose we can "thank" those who have abused the compile process to place the firmware on non-Asus hardware :mad: !
That has absolutely nothing to do with it.
 
Try changing all occurrences of release/src-rt-5.02p1axhnd.675x to release/src-rt-5.02L.07p2axhnd
Thanks @dave14305 ... I'll leave it for @Adamm to find time for testing and fixing. There are a couple of other non-functioning bits in his last released code. I have uninstalled for now and will build fresh VM once this script is back on track - or at least ready for testing again.
RMerlin has added suggestions which I'm sure Adamm will take up as well.
 
If one wants to make it a "mission improbable" to self-compile ... I guess it's easy.

I suppose we can "thank" those who have abused the compile process to place the firmware on non-Asus hardware :mad: !

Hahaha. That is the easy excuse. The real reason is probably much more complex. Especially when there are so many different GPL's that is hard to keep the different GPL generations all in one basket.
 
Hahaha. That is the easy excuse. The real reason is probably much more complex. Especially when there are so many different GPL's that is hard to keep the different GPL generations all in one basket.
Plus an ever changing mix of compiled and source code elements with ever changing directory locations.
 
As a heads up, devices from the src-rt-5.02p1axhnd.675x should now be compiled from the new src-rt-5.02L.07p2axhnd directory.

Also until the issue gets resolved upstream, the cferom_pureubi.w firmware image will not be created by the regular build process for the RT-AX86U - the non-cferom image file should be used until the issue gets resolved upstream. The build process will delete the cferom version at the end of building to ensure nobody flashes a potentially router-bricking image.

is this still the case? i just built rt-ax58u from src-rt-5.02p1axhnd.675x with your build-all script, it produced a cferom_pureubi.w image. i havent flashed it or anything.
 
is this still the case? i just built rt-ax58u from src-rt-5.02p1axhnd.675x with your build-all script, it produced a cferom_pureubi.w image. i havent flashed it or anything.
Asus' latest recommendation is to flash the non cferom image for all models now.
 
@Adamm - I assume you've still not found time to update your script to conform to updates made by Eric to his own "build all" script? ;)
 
@Adamm - I assume you've still not found time to update your script to conform to updates made by Eric to his own "build all" script? ;)

Unfortunately not, I am in Thailand for another month so I’m essentially phone based until then.

With that being said, based off previous commits where I added support for other models and due to its modular nature, someone brave enough could relatively easily add support for any new models with a little cut and paste magic and submit a pull request.
 
Unfortunately not, I am in Thailand for another month so I’m essentially phone based until then.

With that being said, based off previous commits where I added support for other models and due to its modular nature, someone brave enough could relatively easily add support for any new models with a little cut and paste magic and submit a pull request.
Maybe @kernol or @L&LD are up for the task... A pull request you say? I dare not tread on your perfected handy work. Somethings are left for the professionals.. @Adamm I hope you are doing well.
 
Maybe @kernol or @L&LD are up for the task... A pull request you say? I dare not tread on your perfected handy work. Somethings are left for the professionals.. @Adamm I hope you are doing well.
Sadly - there's a good bit more than "cut and pasting" code for additional new router models.
The Script is broken and does not successfully compile even the long standing models.
It has "lost" the code for item 6 on the Main menu - which used to clear out the folders of previous compiles.
For the RT-AX86U it references the wrong source directory.

We will wait patiently for @Adamm to have the time and inclination to rework his code :).
RMerlin did provide some clues in an earlier post about changes he had made to his method of compiling.
 
@Adamm - I guess it's time to let this script "retire" gracefully?

You've been busy for some time now on far more productive [and no doubt more rewarding] stuff - so fully understand if this one needs to be buried.
Thanks for keeping Skynet alive and well {Thumbs Up ... the emoji I miss the most in our Forum restricted expressions}.
 
OH WOW ... spotted some frenetic activity on GitHub ... initiated by @dave14305 and picked up by @Adamm :D:D:D.
Let us know when it's time to test. Will start with a clean build of Ubuntu Linux - which is best v20 or v22?
 
Fresh install and ran it just for fun - still broken ... so some tweaking to do ...
2023-01-24 11_02_53-Window.png

Just pulled the error lines out of the log ..
Search "error" (19 hits in 1 file of 1 searched)
C:\Users\JohnW\Desktop\rt-ax86u-output.txt (19 hits)
Line 604: fix ccode error (RTCONFIG_ROMATECCODEFIX) [N/y] n
Line 1159: cc1: fatal error: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/busybox/include/autoconf.h: No such file or directory
Line 1161: cc1: fatal error: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/busybox/include/autoconf.h: No such file or directory
Line 1163: cc1: fatal error: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/busybox/include/autoconf.h: No such file or directory
Line 1165: cc1: fatal error: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/busybox/include/autoconf.h: No such file or directory
Line 1167: cc1: fatal error: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/busybox/include/autoconf.h: No such file or directory
Line 1169: cc1: fatal error: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/busybox/include/autoconf.h: No such file or directory
Line 1171: cc1: fatal error: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/busybox/include/autoconf.h: No such file or directory
Line 1173: cc1: fatal error: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/busybox/include/autoconf.h: No such file or directory
Line 1175: cc1: fatal error: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/busybox/include/autoconf.h: No such file or directory
Line 1177: version.c:3:21: fatal error: version.h: No such file or directory
Line 1179: defaults.c:11:21: fatal error: version.h: No such file or directory
Line 1181: defaults.c:11:21: fatal error: version.h: No such file or directory
Line 1202: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/json-c/json_inttypes.h:5:25: fatal error: json_config.h: No such file or directory
Line 1205: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/networkmap/networkmap.h:11:21: fatal error: version.h: No such file or directory
Line 1209: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/json-c/json_inttypes.h:5:25: fatal error: json_config.h: No such file or directory
Line 1215: /home/johnw/amng.ax86/release/src-rt-5.02L.07p2axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/json-c/json_inttypes.h:5:25: fatal error: json_config.h: No such file or directory
Line 1455: Use ioctl names rather than hex values in error messages (IOCTL_HEX2STR_ERROR) [Y/n/?] y
Line 3383: collect2: error: ld returned 1 exit status

If you need the full log - let me know.
 
Another fresh install on new VM with Ubuntu 22.04.1 - still broken.
Tried build for GT-AX6000 ... looked promising - then "failed" ..
2023-01-28 11_47_43-Ubuntu-22-04.1 - VMware Workstation 16 Player (Non-commercial use only).png
Last portion of output.txt was ...
make -C wget -j8
make[5]: Entering directory '/home/johnw/amng.gtax6000/release/src/router/wget'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/johnw/amng.gtax6000/release/src/router/wget/build-aux/missing aclocal-1.16 -I m4
configure.ac:938: warning: macro 'AM_PATH_GPGME' not found in library
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/johnw/amng.gtax6000/release/src/router/wget/build-aux/missing autoconf
cd . && /bin/sh /home/johnw/amng.gtax6000/release/src/router/wget/build-aux/missing automake-1.16 --gnu
configure.ac:969: warning: AC_CHECK_FUNCS($xattr_syscalls): you should use literals
./lib/autoconf/functions.m4:117: AC_CHECK_FUNCS is expanded from...
configure.ac:969: the top level
configure.ac:33: error: possibly undefined macro: AX_CODE_COVERAGE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
make[5]: *** [Makefile:1725: configure] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory '/home/johnw/amng.gtax6000/release/src/router/wget'
make[4]: *** [Makefile:7386: wget] Error 2
make[4]: Leaving directory '/home/johnw/amng.gtax6000/release/src/router'
make[3]: *** [Makefile:33: router_all] Error 2
make[3]: Leaving directory '/home/johnw/amng.gtax6000/release/src-rt-5.04axhnd.675x/userspace'
make[2]: *** [build/Makefile:358: userspace] Error 2
make[2]: Leaving directory '/home/johnw/amng.gtax6000/release/src-rt-5.04axhnd.675x'
make[1]: *** [Makefile:5849: bin] Error 2
make[1]: Leaving directory '/home/johnw/amng.gtax6000/release/src-rt-5.04axhnd.675x'
make: *** [Makefile:6053: gt-ax6000] Error 2
 

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