Which package was missing and how did you install?I figured it out. I was missing the BC package. I created a docker image and run with a container to compile the firmware.
Which package was missing and how did you install?I figured it out. I was missing the BC package. I created a docker image and run with a container to compile the firmware.
I believe he was missing the bc (binary calculator) command. The script/makefiles use it for in-line math.Which package was missing and how did you install?
Thanks @JGrana was not missing it. You are also correct that the 386 builds regretfully do not support the RT-AX58U yet. I wish Asus would support their latest AX routers with the new preliminary build.
make[7]: Leaving directory '/home/mimo/amng.ax88/release/src/router/ncurses-6.0/misc'
cd nano && \
autoreconf -i -f && ./configure LD=/opt/toolchains/crosstools-arm-gcc-5.5-linux-4.1-glibc-2.26-binutils-2.28.1/usr/bin/arm-buildroot-linux-gnueabi-ld --host=arm-buildroot-linux-gnueabi --prefix=/home/mimo/amng.ax88/release/src-rt-5.02axhnd/targets/94908HND/fs.install/nano/usr --sysconfdir=/jffs/configs \
CFLAGS="-march=armv7-a -marm -DHND_ROUTER -DCONFIG_BCMWL5 -D__ARM_ARCH_7A__ -DLINUX_KERNEL_VERSION=262451 -DDEBUG_NOISY -DDEBUG_RCTEST -Os -I/home/mimo/amng.ax88/release/src-rt-5.02axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/ncurses-6.0/include -ffunction-sections -fdata-sections" \
LDFLAGS=" -L/home/mimo/amng.ax88/release/src-rt-5.02axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/ncurses-6.0/lib -ffunction-sections -fdata-sections -Wl,--gc-sections" \
PKG_CONFIG_LIBDIR="/home/mimo/amng.ax88/release/src-rt-5.02axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/ncurses-6.0/misc" PKG_CONFIG_PATH="/home/mimo/amng.ax88/release/src-rt-5.02axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/ncurses-6.0/misc" \
ac_cv_lib_ncursesw_get_wch=yes --enable-utf8 \
--disable-speller --disable-extra --disable-tabcomp --enable-wrapping --disable-glibtest \
--disable-libmagic --disable-nls
Copying file po/Makevars.template
missing file lib/wmemchr.c
configure.ac:42: error: expected source file, required through AC_LIBSOURCES, not found
m4/gnulib-comp.m4:194: gl_INIT is expanded from...
configure.ac:42: the top level
I am getting this error for the last days when do build :
Code:make[7]: Leaving directory '/home/mimo/amng.ax88/release/src/router/ncurses-6.0/misc' cd nano && \ autoreconf -i -f && ./configure LD=/opt/toolchains/crosstools-arm-gcc-5.5-linux-4.1-glibc-2.26-binutils-2.28.1/usr/bin/arm-buildroot-linux-gnueabi-ld --host=arm-buildroot-linux-gnueabi --prefix=/home/mimo/amng.ax88/release/src-rt-5.02axhnd/targets/94908HND/fs.install/nano/usr --sysconfdir=/jffs/configs \ CFLAGS="-march=armv7-a -marm -DHND_ROUTER -DCONFIG_BCMWL5 -D__ARM_ARCH_7A__ -DLINUX_KERNEL_VERSION=262451 -DDEBUG_NOISY -DDEBUG_RCTEST -Os -I/home/mimo/amng.ax88/release/src-rt-5.02axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/ncurses-6.0/include -ffunction-sections -fdata-sections" \ LDFLAGS=" -L/home/mimo/amng.ax88/release/src-rt-5.02axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/ncurses-6.0/lib -ffunction-sections -fdata-sections -Wl,--gc-sections" \ PKG_CONFIG_LIBDIR="/home/mimo/amng.ax88/release/src-rt-5.02axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/ncurses-6.0/misc" PKG_CONFIG_PATH="/home/mimo/amng.ax88/release/src-rt-5.02axhnd/bcmdrivers/broadcom/net/wl/bcm94908/main/src/router/ncurses-6.0/misc" \ ac_cv_lib_ncursesw_get_wch=yes --enable-utf8 \ --disable-speller --disable-extra --disable-tabcomp --enable-wrapping --disable-glibtest \ --disable-libmagic --disable-nls Copying file po/Makevars.template missing file lib/wmemchr.c configure.ac:42: error: expected source file, required through AC_LIBSOURCES, not found m4/gnulib-comp.m4:194: gl_INIT is expanded from... configure.ac:42: the top level
its on ubuntu 18.04 or 20.04 LTS, WSL machines.
does anyone know what is missing?
as per google, it is part of the C library ...
amcfwm always builds from the latest commit so the repo may not always be in a buildable state.
yes, I know, but was thinking if something is not broken on my VM only.
This project has a discord server i want to join that server
To have more people to talk with
Can you allow me to have access to this server on discord please and you will never see , hear me again okay?
@Mihai Your question has been answered. Any further posts asking for access to the private server will earn you a 1 week ban.Can you allow me to have access to this server on discord please and you will never see , hear me again okay?
does anyone know what is missing?
A couple of files didn't get committed to github when nano got updated (apparently the .gitignore they provide isn't accurate, and was filtering some important files). Should build fine for you now.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!