Forum Discussion
Altera_Forum
Honored Contributor
16 years agobuild Toolchain error! who can help me?
I built the toolchain in Fedora12 following http://www.nioswiki.com/installnios2linux but , I got this error message: gcc: c-parse.c: no such file or directory gcc: no input files mak...
Altera_Forum
Honored Contributor
16 years agoWe had the same problem. It can be solved by modifying file nios2-linux/gcc3/gcc/c-parse.y. From the line 1650, 1661, 1670 and 1675 modify $$ to $<ttype>$. For example change the line 1650 from { $$ = start_struct (RECORD_TYPE, $2); to { $<ttype>$ = start_struct (RECORD_TYPE, $2);