Topic: OpenWRT build error with GCC and ncurses (broken)
Hello,
I'm trying to setup the OpenWRT build system on my hyperbola system.
Unfortunately, it stops.. early.
Those errors appears when updating the packages feeds after cloning the openwrt repo and switching to 18.06.1 branch :
./scripts/feeds update && ./scripts/feeds install -a
Build dependency: \nPlease reinstall the GNU C Compiler (4.8 or later) - it appears to be broken
Build dependency: \nPlease reinstall the GNU C++ Compiler (4.8 or later) - it appears to be broken
Build dependency: Please install ncurses. (Missing libncurses.so or ncurses.h)
Even though they are installed.
gcc 6.3.0-1.hyperbola1
ncurses 6.0+20170429-1
Any help please ?