Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by mfm@Apr 18 2006, 01:39 PM hi hippo,
thanks for your reply,
<div class='quotetop'>quote
--- quote end ---
--- quote start ---
maybe you can try forth instead. it is tiny and fast. good for embeded.
http://www.cs.wisc.edu/~bolo/forth.html (http://www.cs.wisc.edu/~bolo/forth.html)
ucforth
http://www.cvs.cx/ucforth.php (http://www.cvs.cx/ucforth.php) --- Quote End --- I've took a look and it's seemingly for ColdFire processor. <div class='quotetop'>QUOTE </div> --- Quote Start --- If you still want gcc, you should read gcc.gnu.org .[/b] --- Quote End --- Yes I want gcc cause as I see, the majority apps are to be compiled with. I read gcc.gnu.org and I can't say it's helping Warm Regards <div align='right'><{post_snapback}> (index.php?act=findpost&pid=14443)</div> [/b] --- Quote End --- Look in the porting/bootstrapping of gcc. But you should think twice. Though comiple C program on a nios2 is possible. You need to port a lot of tools before gcc build. It is not pratical with the limited speed and resource on nios2. Did you ever compile on a 66MHz 486 PC? The uCforth is for coldfire uClinux. It can be ported to Nios2. Forth had been used as firmware of Power Mac. Python is ready to run. Perl has some compile errors, but can be fixed. Why do you want to compile program on Nios2? Do you want to develop program without a PC host? Are you tired of downloading? u-boot,nfs,ftp,tftp,telnet are better solutions. Or just want to learn about gcc?