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 Alex,
You are right. Never add the last "-", just use "nios2-linux-uclibc" for --host= or --target= . Thanks. (I am lost, because I did not use configure for a while. I'm no more young...)