--- Quote Start ---
originally posted by hootsmon@Apr 28 2006, 06:47 AM
don'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?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14778)</div> --- Quote End ---
I found the same error during libstc++ build on FC5 yesterday.
I have to disable c++ to get buildroot througt.
I forgot that you did mention this issue in previous post. Thank you, again.
The buildroot svn was not updated. Could you post this to them?
Did you get c++ working on uClinux?