ubuntu14编译海思SDK的部分配置


 ubuntu64安装海思需要32位系统配置apt-get intall libncurses5-dev
                    lib32z1
                    lib32stdc++6
            dpkg-reconfigure dash选no
                    gcc 
                    u-boot-tools  --fix missing
                    zlib1g-dev
                    zlibzo2-dev
可借鉴的网址:http://blog.csdn.net/u010189459/article/details/38401513
          http://blog.csdn.net/simonjay2007/article/details/51452057
          

ubuntu32海思在32位系统编译中配置 apt-get update
             apt-get install libncurses5-dev
            dpkg-reconfigure dash 选 否
            apt-get install uboot-mkimage
            apt-get install u-boot-tools
                    zlib1g-dev
            apt-get install gcc gcc+可能不用安装,会出现配置冲突什么的
                    build-essential
交叉编译工具链   source /etc/profile 
ubuntu常用配置如apt-get install ssh vim  git nfs  samba


                    
有以上条件后编译还可能截止,需重启后再尝试或需要其他配置

若下载功能不可用,请查看防火墙功能和源是否可用

猜你喜欢

转载自blog.csdn.net/weixin_40929088/article/details/83176356