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 agohi hippo:
1. I make ncurses ~/buildroot/package/ncurses is oK. 2.as your guide :./configure --host=nios2-linux-uclibc- --with-build-cc=gcc --disable-shared ...... in sometimes maybe not correct. sometimes must change "--host=nios2-linux-uclibc-" to "--host=nios2-linux-uclibc". for example in ncurses ./confing, because "-" will be added by configure again.if you still use "--host=nios2-linux-uclibc-" ,it will make mistake.