Merlin,
I attempted to compile version 62_1.
Had a few issues...
1) aclocal-1.15
was reported missing. cd to nano directory and ran
autoreconf -f -i
which resolved that.
2) Now I get a failure:
arm-brcm-linux-uclibcgnueabi-gcc -DLINUX26 -DCONFIG_BCMWL5 -DDEBUG_NOISY -DDEBUG_RCTEST -pipe -DBCMWPA2 -DBCMARM -fno-strict-aliasing -marm -DCONFIG_NVSIZE_128 -DLINUX_KERNEL_VERSION=132644 -Os -I/home/lbjpilot/asuswrt-merlin/release/src-rt-7.14.114.x/src/router/ncurses/include -ffunction-sections -fdata-sections -Wall -L/home/lbjpilot/asuswrt-merlin/release/src-rt-7.14.114.x/src/router/ncurses/lib -ffunction-sections -fdata-sections -Wl,--gc-sections -o nano browser.o chars.o color.o cut.o files.o global.o help.o move.o nano.o prompt.o rcfile.o search.o text.o utils.o winio.o -lncursesw -ltinfo
/home/lbjpilot/asuswrt-merlin/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/bin/../lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/../../../../arm-brcm-linux-uclibcgnueabi/bin/ld: cannot find -ltinfo
make[6]: Leaving directory `/home/lbjpilot/asuswrt-merlin/release/src/router/nano/src'
Also appears to be related to compiling the nano code...
I know that was recently added to the project. Any help would be appreciated.
I am on ubuntu 14.04.x
I attempted to compile version 62_1.
Had a few issues...
1) aclocal-1.15
was reported missing. cd to nano directory and ran
autoreconf -f -i
which resolved that.
2) Now I get a failure:
arm-brcm-linux-uclibcgnueabi-gcc -DLINUX26 -DCONFIG_BCMWL5 -DDEBUG_NOISY -DDEBUG_RCTEST -pipe -DBCMWPA2 -DBCMARM -fno-strict-aliasing -marm -DCONFIG_NVSIZE_128 -DLINUX_KERNEL_VERSION=132644 -Os -I/home/lbjpilot/asuswrt-merlin/release/src-rt-7.14.114.x/src/router/ncurses/include -ffunction-sections -fdata-sections -Wall -L/home/lbjpilot/asuswrt-merlin/release/src-rt-7.14.114.x/src/router/ncurses/lib -ffunction-sections -fdata-sections -Wl,--gc-sections -o nano browser.o chars.o color.o cut.o files.o global.o help.o move.o nano.o prompt.o rcfile.o search.o text.o utils.o winio.o -lncursesw -ltinfo
/home/lbjpilot/asuswrt-merlin/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/bin/../lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/../../../../arm-brcm-linux-uclibcgnueabi/bin/ld: cannot find -ltinfo
make[6]: Leaving directory `/home/lbjpilot/asuswrt-merlin/release/src/router/nano/src'
Also appears to be related to compiling the nano code...
I know that was recently added to the project. Any help would be appreciated.
I am on ubuntu 14.04.x