易截截图软件、单文件、免安装、纯绿色、仅160KB

Linux(Ubuntu)安装Trace32

  Trace32-ICD是目前功能最强大的仿真器,支持各种CPU,包括ARM/X86等。Trace32是德国lauterbach公司的产品,功能强大,支持各种操作系统调试,如linux/vxworks/wince等,不过价格也比较高,要3-5万RMB,现在也有些仿制的Trace(如Trace32-ICP),价格比较便宜,大概1万多RMB。Trace32由于其功能强大,特别适合大型嵌入式软件开发(包括操作系统的)。
   Trace32仿真器包括硬件仿真器Trace32-ICD和调试软件Trace32, 调试软件Trace32可以支持多种操作系统,包括WINDOWS/LINUX/SOLARIS/HP-UX等。以前其在windows下用过Trace32,安装和使用相对简单; 最近因要在Linux(Ubuntu)下开发,需要在ubuntu下使用Trace32, 这里把Linux下的Trace32安装要点写来,供参考:
 1.首先要仔细看安装盘下的readme.txt文件,里面写了在pc_linux下的安装步骤,如下:
INSTALLATION ON PC_LINUX
 
Copy  the  /files  directory structure  from the CD to your disk.
The utility "filecvt" should be used to convert the files to unix format.
The host specific files can be found in the /bin/pc_linux directory.
 
 1.   mount /mnt/cdrom
 2.   mkdir /home/t32        (or similar)
      mkdir /home/t32/bin
      cd    /home/t32
 3.   cp -r /mnt/cdrom/files/*                 .
      cp -r /mnt/cdrom/bin/pc_linux            ./bin
      cp    /mnt/cdrom/bin/pc_linux/config.t32 .
      chmod -R u+w *
 4.   /home/t32/bin/pc_linux/filecvt /home/t32
 5.   Install the Acrobat Reader from http://www.adobe.com if it isn't already installed on the system
 6.   Set the environment variable "ACROBAT_PATH" to the Acrobat installation path
      export ACROBAT_


相关文档:

用Linux下Perl脚本连接SQLServer

准备工作:
  用到的perl 扩展组件(modules)在上篇贴出.( win32::odbc 模块
)下载组件后按照Readme文件安装倒响应目录.配置好相应的odbc数据源.
  
  程序实现:
  使用
  use
Win32::ODBC;
  
  语句包含应使用的模块是win32::odbc,写出数据库
连接字符串
  
  $DSN = "DSN =
My DSN ......

常用的linux命令

查看安装的系统信息:
   简单的信息:uname -a
   详细的信息:cat /proc/version
     cat /etc/issue
     lsb_release -a
Gentoo上安装mysql,直接运行:
  (1) bigner
@localhost
 / $ sudo emerge mysql
  ......

linux 读写锁(写优先)使用方法

http://sourceware.org/ml/glibc-bugs/2008-11/msg00073.html
http://www.nabble.com/-Bug-nptl-7057--New:-pthread-rwlock-does-not-implement-'writer-preferred'-option-td20703744.html
pthread rwlock does not implement 'writer preferred' option
linux 读写锁
定义(全局变量):
pthread_rwlock_t &nbs ......

Linux下调用pthread库实现简单线程池

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <pthread.h>
#include <assert.h>
void * routine(void * arg);
int pool_add_job(void *(*process)(void * arg),void *arg);
int pool_init(unsigned int thread_num);
int po ......

redhat linux 安装informix客户端

redhat linux 安装informix客户端
上一篇 / 下一篇  2009-05-27 22:36:49 / 个人分类:linux
查看( 26 ) / 评论( 0 ) / 评分( 0 / 0 )
redhat linux 安装informix客户端
1.下载clientsdk.3.50.FC2DE.LINUX.tar(Linux system for x86-64,RedHat),解压tar -xvf clientsdk.3.50.FC2DE.LINUX.tar
2.安装./installc ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号