Forum Discussion
Altera_Forum
Honored Contributor
14 years agotoolchain-build error using nios2-linux-20100621
hi for all i've working on my FPGA cyclone 3 board using nios2-linux-20080619 , all work fine but when i use nios2-linux-20100621 , to built toolchain-buit , ia have some error like CC lib...
Altera_Forum
Honored Contributor
14 years agoare you sure you are using make 3.81? The later versions of linux distributions use make 3.82 by default.
Check the make version using 'make -v'. If it is indeed 3.82, rename it to something other than 'make', perhaps make3.82 and then install make version 3.81 from the sources. Add the new make binary (v3.81) to your PATH and re-login. Regards, Aijaz