Forum Discussion
Altera_Forum
Honored Contributor
15 years agogcc3 and gcc4 for nios in Altera 10.0
I've just downloaded the gcc sources (gcc3 and gcc4) for Altera 10.0 from the Altera ftp site. AFAICT the gcc3 sources are identical to those from the 9.1 release (except that the version and b...
Altera_Forum
Honored Contributor
15 years agoAs well as the bug in gas/app.c line 561 (change UNGET('\n'); to *fromend++ = '\n'; ) , the regexp that validates the installed version of 'makeinfo' needs fixing to detect that 4.11 >= 4.2!
Adding 4\.1[0-9] into the '|' pattern of the regexp seems to work. (line 3615 of gcc-4.1/configure and line 6121 of binutils-2.17/configure, or search for 'MAKEINFO.*--version'). And I can confirm the two unwanted changes apply. Not to mention a call to memcpy() appearing!