Forum Discussion
Altera_Forum
Honored Contributor
20 years agohow I "set the BUILD_CC environment variable "?
hi all: I am porting ncurses-5.5 to nios2 uclinux now. Frist I edit configure.sub add " | nios2 " in the "case $basic_machine in" then I run: ./configure --build=nios2 --with-...
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.