arm-none-linux-gnueabi-gcc command not found[Solved]

Xilinx 14.7 and Ubuntu 12.04 64bit Problem

Recently , i run my project with xilinx 14.7(vivado2016.2) and have to install it on ubuntu 12.04(14.04) (64bit) and when i run the sdk , the problem appear

arm-none-linux-gnueabi-gcc command not found

i search the solution and find when i use 64bit OS ,this problem will appear .so you should use

sudo apt-get install ia32-libs

above command will solve this problem.

if your system is ubuntu 14.04 and latest version. you should use

sudo apt-get -y install lib32z1 lib32ncurses5 lib32bz2-1.0

and after use it ,if the another problem appear like this

arm-none-linux-gnueabi-gcc: error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64

you should use

sudo apt-get install libstdc++6:i386

sudo apt-get install libgtk2.0-0:i386
sudo apt-get install dpkg-dev:i386

SDK needs gmake, but Ubuntu contains only make (same binary, different filename). gmake needs to be created as link:
sudo ln -s /usr/bin/make /usr/bin/gmake

from the forums of Xilinx

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值