Forum Discussion
Altera_Forum
Honored Contributor
16 years agouclinux toolchain installation ( cross compiler setting error)
Hi, I have just installed altera 9.1sp2 quartusII,nios2eds, nios2-linux-20090929.tar on centOS_5 from InstallNios2Linux tutorial. 1-hen i try to build the binary toolchain (the laptop is ...
Altera_Forum
Honored Contributor
14 years agoYou must select test-nios2 branch on uclinux distribution directory and linux-2.6 kernel source directroy too
cd linux-2.6 git checkout test-nios2 cd uClinux-dist git checkout test-nios2 --------------------------------- I've done that,but: [root@localhost uClinux-dist]# make menuconfig Makefile:63: config.arch: No such file or directory make: *** No rule to make target `config.arch'. Stop. [root@localhost uClinux-dist]# make Makefile:63: config.arch: No such file or directory make: *** No rule to make target `config.arch'. Stop. `config.arch' in the uClinux-dist folder is broken ... !!!