Altera_Forum
Honored Contributor
16 years agohow to get the file "nios2-linux-gnu"
Dear all
I porting some software . for example for ARM ./configure --prefix=/home/nick/minigui/tmp/ --host=arm-linux --target=arm-linux I try to do it use next ./configure --prefix=/home/nick/minigui/tmp/ --host=nios2-linux --target=nios2--linux or ./configure --prefix=/home/nick/minigui/tmp/ --host=nios2-linux-uclibc --target=nios2--linux-uclibc but it is fail . I find we can't find nios2-linux-gnu or nios2-linux-uclibc-gnu can you help me ! thanks!