--- Quote Start ---
originally posted by hippo@May 8 2006, 04:26 AM
i prepared the tools and includes from buildroot. you can use it to compile kernel and apps.
you don't have to download and build buildroot. (but you should try it later, when you got more experiences)
these are the binary tools and rootfs.
http://hungryhippo.myweb.hinet.net/nios2gcc.tar.bz2 (http://hungryhippo.myweb.hinet.net/nios2gcc.tar.bz2)
http://hungryhippo.myweb.hinet.net/nios2rootfs.tar.bz2 (http://hungryhippo.myweb.hinet.net/nios2rootfs.tar.bz2)
su - # your root passwd
tar jxf nios2gcc.tar.bz2 -c /
exit
cd ~
tar jxf nios2rootfs.tar.bz2
then setup the path for the cross gcc,
path=$path:/opt/nios2/bin
try out,
nios2-linux-uclibc-gcc -v
then try build kernel and apps as in the buildroot guide.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15174)
--- quote end ---
--- Quote End ---
That's a good work, I'll try it out after I finish the buildroot.