Xilinx SDK Problem Solution in Ubuntu
Problem1: Documention and Example can't open, Xilinx SDK Ubuntu.
Step1: Click the Document link or Example link.
We can see the error message from the terminal where you execute vivado command.

The message said ‘GLIBCXX_3.4.9’ not found.
And the location locked is :
/opt/Xilinx/Vivado/2013.4/ids_lite/ISE/lib/lin64/libstdc++.so.6
Step2:find the GLIBC edition vivado want from the following location:
bash$: strings /usr/lib/i386-linux-gnu/libstdc++.so.6 |grep GLIBCXX

‘GLIBCXX_3.4.9’ located in this file /usr/lib/i386-linux-gnu/libstdc++.so.6
Step3: Make a link from /opt/Xilinx/Vivado/2013.4/ids_lite/ISE/lib/lin64/libstdc++.so.6 in step1
to /usr/lib/i386-linux-gnu/libstdc++.so.6 in step2, like the following screen:

bash$: mv libstdc++.so.6 libstdc++.so.6.bak
make sure you backup the old version of libstdc++lib.
bash$: ln /usr/lib/i386-linux-gnu/libstdc++.so.6 libstdc++.so.6
Try to click ‘Documention’ again and see if it works~
bash$:/opt/Xilinx/Vivado/2013.4/ids_lite/ISE/lib/lin64# ll | grep 'libstd*'
Problem2: Console not avaiable in debugging program.
Step1: Make sure you have installed two parts of drivers:
Part1:crypress-UART driver ( compile USB(CDC-ACM) in linux kernel) this will be installed automatically if you have installed Vivado successfully.
Part1(test): make sure /dev/ttyACM0 show up when you link the board to your computer.
Part2:Additional diligent-program driver is needed, you can download them from the website of digilent you can also download them from my cloud storage:
digilent.adept.runtime_2.10.2-i686.tar.gz
libCseDigilent_2.4.3-i686.tar.gz
then install them by follow documents inside of the package.
Step2: Open your Project , right click the name of Project –> Run as –> Run Configurations
Step3: Double Click the bottom item of left window, choose STDIO_Connection, and choose JTAG_UART as port, apply and run.
Step4: Open minicom configur seriel port to ttyACM0. You can see the output.
Xilinx SDK Problem Solution in Ubuntu的更多相关文章
- Xilinx Zynq ZC-702 开发(02)—— 通过 Xilinx SDK 调试 Linux 应用
远程调试环境由 PC 上运行的 System Debugger(集成在 Xilinx SDK 中) 和 Zynq 板上运行的 Linux TCF Agent 共同构成, 两者通过 TCP 连接,架构图 ...
- Xilinx SDK使用教程
本文参考 Xilinx SDK软件内置的教程,打开方法:打开SDK->Help->Cheet Sheets...->Xilinx SDK Tutorials,这里有6篇文档.本文详细 ...
- 区分DDD中的Domain, Subdomain, Bounded Context, Problem/Solution Space
区分DDD中的Domain, Subdomain, Bounded Context, Problem/Solution Space 译自: Domain, Subdomain, Bounded Con ...
- Xilinx SDK编译Microblaze时出错
reference:http://www.eeboard.com/evaluation/digilent-cmod-a7-fpga/9/ 在vivado 2015.4中创建microblaze软核,l ...
- Lintcode399 Nuts & Bolts Problem solution 题解
[题目描述] Given a set of n nuts of different sizes and n bolts of different sizes. There is a one-one m ...
- 在 xilinx SDK 使用 math.h
在使用到cos sin tan等算法的时候添加了math库 #include <math.h> 但是却报错了 'Invoking: ARM gcc linker'arm-xilinx-ea ...
- 70.如何在xilinx SDK中显示行号
Window→preferences→editor→test editor 对ecilpse的通用方法 打开Eclipse软件,在菜单中选择窗口——首选项,打开新的窗口. 在新的窗口中依次选择常规—— ...
- 怎样在xilinx SDK中显示行号
Window→preferences→editor→test editor 对ecilpse的通用方法 打开Eclipse软件,在菜单中选择窗体--首选项.打开新的窗体. 在新的窗体中依次选择常规-- ...
- xilinx SDK开发 GPIO使用API总结
t_v GPIO常用函数 1.XGpio_Config *XGpio_LookupConfig(u16 DeviceId) 功能:根据输入设备ID查找该设备. 输入:设备ID. 输出:若找到该设备ID ...
随机推荐
- Practical JAVA(二)关于对象的类型和equals函数
Practice5,6,9,10,11,12,13,14,15 ==判断等号两边两个变量储存的值是否相同,如果是两个对象,则判断两个变量储存的对象地址是否相同. 大多数时候,我们需要判断的不是左右两个 ...
- Jmeter之JDBC请求(四)
我们常用的Jmeter中的功能又HTTP请求.JDBC Request.SOAP/XML -RPC Request,这3个请求, 现在就为大家介绍下 什么是JDBC请求 首先,大家右键点击“测试计划” ...
- poj2533 LIS
题目链接: http://poj.org/problem?id=2533 题意:第一个数n,接下来n个数,> ....求最长上升子序列. 这道题有两种解法,第一种是通解,也适用于别的LIS. ...
- Angular JS 学习之控制器
1.AngularJS控制器 控制AngularJS的应用程序的数据:AngularJS控制器是常规的javaScript对象: 2.AngularJS应用程序被控制器控制,ng-controller ...
- POJ 2549 二分+HASH
题目链接:http://poj.org/problem?id=2002 题意:给定一个n个数字组成的序列,然后求出4个数使得a+b+c=d,求d的最大值.其中a,b,c,d要求是给定序列的数,并且不能 ...
- Amazon S3云存储服务器的功能及编程接口
http://blog.csdn.net/iamshaofa/article/details/7877785/
- The 13th Zhejiang Provincial Collegiate Contest(2016年浙江省赛)
前4道水题就不说了,其中我做了C题,1Y,小心仔细写代码并且提交之前得确认无误后提交才能减少出错率. 结果后面2题都由波神做掉,学长带我们飞~ 终榜 官方题解 ZOJ 3946 Highway ...
- HDU5772 String problem(最大权闭合子图)
题目..说了很多东西 官方题解是这么说的: 首先将点分为3类 第一类:Pij 表示第i个点和第j个点组合的点,那么Pij的权值等于w[i][j]+w[j][i](表示得分) 第二类:原串中的n个点每个 ...
- Apache ActiveMQの版本更迭和Apache ActiveMQの故障转移
本文描述apache activemq 版本更迭的原因以及Apache ActiveMQのThe Failover Transport new features in 5.2.0 1.对信息的传输/ ...
- 向Web开发人员推荐12款优秀的 Twitter Bootstrap 组件和工具
http://www.cnblogs.com/lhb25/archive/2012/09/11/resources-that-complement-twitter-bootstrap.html