我想在我的虚拟机ubuntu 12.04上构建openrisc toochain。在我的vm因为某些原因崩溃之前我成功完成了这一次,但现在我无法做到。 我遵循这些指示来实现这个http://openrisc.net/toolchain-build.html,同时我不能用简单的方法或手工构建它。我在制作binutils(手工)结束时收到此消息,但我也从简单中收到相同的消息。
make[3]: Leaving directory `/opt/binutils-build/bfd/po'
make[3]: Entering directory `/opt/binutils-build/bfd/po'
make[3]: Nothing to be done for `info'.
make[3]: Leaving directory `/opt/binutils-build/bfd/po'
make[3]: Entering directory `/opt/binutils-build/bfd'
make[3]: Nothing to be done for `info-am'.
make[3]: Leaving directory `/opt/binutils-build/bfd'
make[2]: *** [info-recursive] Error 1
make[2]: Leaving directory `/opt/binutils-build/bfd'
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory `/opt/binutils-build'
make: *** [all] Error 2
答案 0 :(得分:1)
我找到了解决这个问题的方法,我是通过从opencores页面安装这些依赖项来实现的。
sudo apt-get -y install build-essential make gcc g++ flex bison patch \
texinfo libncurses5-dev libmpfr-dev libgmp3-dev libmpc-dev libzip-dev \
python-dev libexpat1-dev