在安装编译工具前,教程提示要安装以下依赖:
sudo apt-get install python-serial libpython2.7-stdlib openocd \
flex bison libncurses5-dev autoconf texinfo build-essential \
libftdi-dev libtool zlib1g-dev genromfs ia32-libs git-core wget
然后报错了:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ia32-libs
本来是好几个“Unable to locate package xxx”
按网上的方法,sudo apt-get update, sudo apt-get upgrade 后,其他几个没报错了
但"Unable to locate package ia32-libs"这个一直都有,请大侠们指点一下。
系统是:ubuntu 13.04;32位。