ubuntu 安装程序时提示依赖gcc-4.8-multilib-arm-linux-gnueabihf,但实际已经安装,请问怎样解决? 如下图:
在搭arm版交叉编译环境,新手,哪位有经验的大侠,给指导下吧!
收起
does this work?
The solution was to run this first and in this order: sudo apt-get install -y gcc-arm-linux-gnueabihf; sudo apt-get install -y g++-4.8-multilib-arm-linux-gnueabihf
报告相同问题?