COMMANDer
COMMANDer
TTermux
Created by COMMANDer on 6/25/2024 in #support
`make menuconfig` cant find libncurses
Hello,today i trued using buildroot (clones from linux-3ds on github) to build a rootfs image fir linux on 3ds and due to me not having linux on my laptop, wsl bricked, a laptop too weak for a vm and no media to jnstall linux i decuded to use my phone with termux. Upon running make menuconfig i got following error:
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel or libncurses-dev
*** depending on your distribution) and try again.
***
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel or libncurses-dev
*** depending on your distribution) and try again.
***
But i have "ncurses" installed and running "gcc -lncurses" doesnt throw an error regarding not finding ncurses, so tgta means it is installed. I'd like know how i can resolve this issue.
9 replies
TTermux
Created by COMMANDer on 9/14/2023 in #support
Termux-file-editor not doing anything
Hello, i tried using the termux file editor but the termux-file-editor file didnt exist, so i created it by myself. It wasnt complaing thta the file didnt exist, but after tring to edit something with it (by clicking on file, and sharing with termux) a termux window opend, but didnt do anything. Here is the test Script i used:
#!/data/data/com.termux/files/usr/bin/bash

echo e
#!/data/data/com.termux/files/usr/bin/bash

echo e
I use an Huawei Y6p Android 10 Installed termux with apk from github Emui ver 10.1.0 Kernel ver: 4.14. 141 + android@localhost #1 wed sep 14 03:33:28 CST 2022
10 replies