该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

首先说下我的系统:

系统: Ubuntu14.04.1 (AMD64bit)

目标板:三兄弟嵌入式F28335旗舰板

仿真器:三兄弟嵌入式XDS100V3仿真器

CCS版本:CCS v6 linux版 32bit

Linux系统必须库:!!!!!!很重要!!!!!!!!!!

1. ia32-libs

2. build-essential

如果你的Linux系统是64位,CCS软件是32位,你必须要安装ia32-libs库文件,才能安装,否则启动软件是没有反应的。安装命令:

sudo apt-get install ia32-libs

除此之外,无论32位系统还是64位系统都需要安装build-essential. 安装命令:

sudo apt-get install build-essential

很多人也许在安装ai32-libs库时候,无法找到该软件包。请按照以下步骤配置源,之后再次执行安装ia32-libs的命令!(时间比较漫长,静静等待)

1、首先备份Ubuntu 11.10源列表

sudo cp /etc/apt/sources.list/etc/apt/sources.list.backup (备份下当前的源列表)

2、修改更新源

sudo gedit /etc/apt/sources.list

#台湾源

deb http://tw.archive.ubuntu.com/ubuntu/precise main universe restricted multiverse

deb-src http://tw.archive.ubuntu.com/ubuntu/precise main universe restricted multiverse

deb http://tw.archive.ubuntu.com/ubuntu/precise-security universe main multiverse restricted

deb-src http://tw.archive.ubuntu.com/ubuntu/precise-security universe main multiverse restricted

deb http://tw.archive.ubuntu.com/ubuntu/precise-updates universe main multiverse restricted

deb-src http://tw.archive.ubuntu.com/ubuntu/precise-updates universe main multiverse restricted

#网易源(速度很快)

deb http://mirrors.163.com/ubuntu/ precise mainuniverse restricted multiverse

deb-src http://mirrors.163.com/ubuntu/ precisemain universe restricted multiverse

deb http://mirrors.163.com/ubuntu/precise-security universe main multiverse restricted

deb-src http://mirrors.163.com/ubuntu/precise-security universe main multiverse restricted

deb http://mirrors.163.com/ubuntu/precise-updates universe main multiverse restricted

deb http://mirrors.163.com/ubuntu/precise-proposed universe main multiverse restricted

deb-src http://mirrors.163.com/ubuntu/precise-proposed universe main multiverse restricted

deb http://mirrors.163.com/ubuntu/precise-backports universe main multiverse restricted

deb-src http://mirrors.163.com/ubuntu/precise-backports universe main multiverse restricted

deb-src http://mirrors.163.com/ubuntu/precise-updates universe main multiverse restricted

#电子科技大学

deb http://ubuntu.uestc.edu.cn/ubuntu/ precisemain restricted universe multiverse

deb http://ubuntu.uestc.edu.cn/ubuntu/precise-backports main restricted universe multiverse

deb http://ubuntu.uestc.edu.cn/ubuntu/precise-proposed main restricted universe multiverse

deb http://ubuntu.uestc.edu.cn/ubuntu/precise-security main restricted universe multiverse

deb http://ubuntu.uestc.edu.cn/ubuntu/precise-updates main restricted universe multiverse

deb-src http://ubuntu.uestc.edu.cn/ubuntu/precise main restricted universe multiverse

deb-src http://ubuntu.uestc.edu.cn/ubuntu/precise-backports main restricted universe multiverse

deb-src http://ubuntu.uestc.edu.cn/ubuntu/precise-proposed main restricted universe multiverse

deb-src http://ubuntu.uestc.edu.cn/ubuntu/precise-security main restricted universe multiverse

deb-src http://ubuntu.uestc.edu.cn/ubuntu/precise-updates main restricted universe multiverse

#北京理工大学(真羡慕刘毅同学)

deb http://mirror.bjtu.edu.cn/ubuntu/ precisemain multiverse restricted universe

deb http://mirror.bjtu.edu.cn/ubuntu/precise-backports main multiverse restricted universe

deb http://mirror.bjtu.edu.cn/ubuntu/precise-proposed main multiverse restricted universe

deb http://mirror.bjtu.edu.cn/ubuntu/precise-security main multiverse restricted universe

deb http://mirror.bjtu.edu.cn/ubuntu/precise-updates main multiverse restricted universe

deb-src http://mirror.bjtu.edu.cn/ubuntu/precise main multiverse restricted universe

deb-src http://mirror.bjtu.edu.cn/ubuntu/precise-backports main multiverse restricted universe

deb-src http://mirror.bjtu.edu.cn/ubuntu/precise-proposed main multiverse restricted universe

deb-src http://mirror.bjtu.edu.cn/ubuntu/precise-security main multiverse restricted universe

deb-src http://mirror.bjtu.edu.cn/ubuntu/precise-updates main multiverse restricted universe

3、保存后就是

sudo apt-get update

sudo apt-get upgrade

ccs7调试linux,【图片】【吧主帖】在LINUX(ubuntu)系统下装CCSv6方法(原创)【dsp吧】_百度贴吧...相关推荐

  1. Linux xds100,【图片】【吧主帖】在LINUX(ubuntu)系统下装CCSv6方法(原创)【dsp吧】_百度贴吧...

    该楼层疑似违规已被系统折叠 隐藏此楼查看此楼 首先说下我的系统: 系统: Ubuntu14.04.1 (AMD64bit) 目标板:三兄弟嵌入式F28335旗舰板 仿真器:三兄弟嵌入式XDS100V3 ...

  2. ccs6 linux安装教程,【图片】【吧主帖】在LINUX(ubuntu)系统下装CCSv6方法(原创)【dsp吧】_百度贴吧...

    该楼层疑似违规已被系统折叠 隐藏此楼查看此楼 首先说下我的系统: 系统: Ubuntu14.04.1 (AMD64bit) 目标板:三兄弟嵌入式F28335旗舰板 仿真器:三兄弟嵌入式XDS100V3 ...

  3. ccs软件linux安装,【图片】【吧主帖】在LINUX(ubuntu)系统下装CCSv6方法(原创)【dsp吧】_百度贴吧...

    该楼层疑似违规已被系统折叠 隐藏此楼查看此楼 首先说下我的系统: 系统: Ubuntu14.04.1 (AMD64bit) 目标板:三兄弟嵌入式F28335旗舰板 仿真器:三兄弟嵌入式XDS100V3 ...

  4. linux如何启动网络配置文件,linux系统的网络配置教程 Ubuntu系统网络设置方法网络配置linux及Ubuntu通过修改配置文件进行网络配置...

    Windows系统网络配置方法 一.设置网络 1)Windows打开cmdcmd 输入ipconfig  /all 可以看到 修改为静态IP Ubuntu修改网络为静态IP 设置虚拟机: 查看IPif ...

  5. linux进程属主6,20150917 Linux进程查看与管理以及作业管理

    第一.基础知识 MBR引导--内核--内核程序-->协调其它程序 一般内核运行在硬件之上,各应用也在硬件之前 1)OS的基本功能:文件系统.网络功能.进程管理.内存管理.驱动程序.安全功能 以上 ...

  6. linux图片格式转换工具,在Linux系统上安装和使用Converseen批量图像转换器的方法...

    本文介绍在Linux操作系统上安装和使用Converseen的方法,这是一个图形批量图像转换器,可用在Arch Linux.Debian.Ubuntu.Linux Mint.Fedora.openSU ...

  7. 安装linux后win7引导程序,在Ubuntu系统下装Win7并引导双系统

    本人的系统原先是就单ubuntu系统,而且是未分区情况下自动安装的,现在又装了个windows7,为了方便,自己笔记记录下,也给不知道同学参考下. 首先解释下ubuntu的 live CD即你将ubu ...

  8. linux如何加辅助ip,如何在 Ubuntu 系统中添加一个辅助 IP 地址

    Linux 管理员应该意识到这一点,因为这是一项例行任务.很多人想知道为什么我们需要在服务器中添加多个 IP 地址,以及为什么我们需要将它添加到单块网卡中?我说的对吗? 你可能也会有类似的问题:在 L ...

  9. win10里的linux环境,如何打开win10里面的ubuntu系统

    一番码客 : 挖掘你关心的亮点. http://efonfighting.imwork.net windows广告多,易中毒,流氓软件更是无处不在,时不时来个广告弹窗,还卸载不了.这估计是很多极客弃离 ...

最新文章

  1. 8. 进制转化的函数
  2. shell把字符串中的字母去掉,只保留数字
  3. 通过声明Attribute属性改变不同类的输出效果
  4. php global global,PHP中global全局变量的作用范围
  5. 如何建立一个FTP服务器(SERV-U使用教程)
  6. JeecgBoot 常见问题QA
  7. 计算机网络与安全维护实训报告,计算机网络与安全管理专业实习报告
  8. 生物聚集细胞生物化学反应的组织者Biomolecular condensates: organizers of cellular biochemistry
  9. redis scala编程之创建连接
  10. java代码走查_java代码开发完成后,代码走查规范
  11. 如何画出企业系统架构图
  12. Nature:我叫“P值” 这是我的故事
  13. 桌面自动化实现原理-RPA+
  14. 根据标注点坐标范围计算显示缩放级别zoom自适应显示地图
  15. 遗传算法之路径规划matlab代码(栅格地图)含详细注释
  16. 2023电子科技大学计算机考研信息汇总
  17. 芯片市场低迷 SK海力士Q1利润大跌69%
  18. 初级网络之OSI-网络/路由协议-IP编址-VLAN-ACL-NAT-DHCP-telnet远程
  19. 数据要素的性质、定价及配置
  20. android工具am的用法,Android am/pm命令用法

热门文章

  1. python把list转成字典_python中将list转为dict
  2. MongoClient类参考文档
  3. python实现五大基本算法_算法基础:五大排序算法Python实战教程
  4. matlab项目实例教程,matlab简明实例教程.doc
  5. 法线贴图Nomal mapping 原理
  6. QT webkit 各个类之间关系--QWebView-QWebPag
  7. sip中的100trying到底有啥用
  8. 如何用计算机绘图画图,2018年《计算机绘图》考试试题及答案【完整版】.doc
  9. 敏捷开发流程的8个步骤_敏捷开发——个体和互动高于流程和工具
  10. 【转】linx 设备名字来由 sd sr sg st