Forum Discussion
Altera_Forum
Honored Contributor
20 years agoYou are right. It was missing in uClinux-dist.
So try buildroot's,cd ~/buildroot
make menuconfig in Package Selection for the target-->[ *] ncurses , to select the package. You have to edit mk file, in line 64, change "--with-shared" to "--disable-shared" of the configure command of the ~/buildroot/package/ncurses/ncurses.mk Then make. It will fail on shared object. But the static lib and header are ready, and you can try them.