Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNiosII MMU - uClinux
Hello, I try to compile a uClinux for a NiosII with MMU. I use tarball nios2-linux-20100621.tar with : *nios2mmu branch for Linux *trunk for uClinux So I use the custom_fgpa.h file f...
Altera_Forum
Honored Contributor
15 years agoI'll respond to my own post...
I used the wrong toolchain. For no mmu platform, we have to use the binary toolchain provided by Altera : http://www.niosftp.com/pub/gnutools/nios2gcc-20080203.tar.bz2 For mmu platform, we have to use the toolchain-mmu provided with the uClinux mmu version. Bye