Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by bigmagic@Jun 12 2006, 04:30 PM thank u very much hippo, i added a timer in the sopc builder and the problem is solved.
i compile the kernel under linux, but now that, it shows cannot find nios2-elf-gcc, i should install something else?
thank you again.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16109)
--- quote end ---
--- Quote End --- What is the message? check if you have "cc" which is a symlink to "gcc" ? cc -v if not, su - cd /usr/bin ln -s gcc cc Check if you have nios2-linux-uclibc-gcc, nios2-linux-uclibc-gcc -v if not, setup the PATH.