Forum Discussion
Altera_Forum
Honored Contributor
20 years agohelp buildroot
I am using Fedora Core 5 and I am unsuccessfully trying to follow hippo's build root guide. I have downloaded nios2linux-1.4.zip and build0411.zip into home/user/download. I have unziped the buil...
Altera_Forum
Honored Contributor
20 years agoDon't worry, other people find this problem too. Please skim this post first....
http://forum.niosforum.com/forum/index.php...topic=3551&st=8 (http://forum.niosforum.com/forum/index.php?showtopic=3551&st=8) Here are some instructions that *should* help: 1) Make a text file name '~/download/rope.diff' containing this:--- toolchain_build_nios2/gcc-3.4.6/libstdc++-v3/include/ext/rope (original)
+++ toolchain_build_nios2/gcc-3.4.6/libstdc++-v3/include/ext/rope (working)
68,72d67
< /* Fix potential name clash */
<# ifdef index
<# undef index
<# endif 2) cd ~/buildroot 3) patch -p0 <~/download/rope.diff 4) make Good luck, hopefully that should fix it. Hippo, I'm a bit puzzled; wasn't this fixed already?