hello
i started using openrisc. To installe the simulator and the toolchain , i referred to this document
http://www.embecosm.com/appnotes/ean2/embecosm-or1k-setup-ean2-issue-3.html
I create the directory opt and then the subdirectory or32.
I download the binutils to opt/or32 and i followed the guide.But when i build the binutils , i didn't find a bin directory which contain the indicated command :or32-uclinux-addr2line ,or32-uclinux-ar, or32-uclinux-as.....
I want to note that when i run the ../binutils-2.16.1/configure --target=or32-uclinux --prefix=/opt/or32 the chek of or32-uclinux-addr2line ,or32-uclinux-ar, or32-uclinux-as.....is not found.
I will be greatful for help