Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1805052
  • 博文数量: 274
  • 博客积分: 2366
  • 博客等级: 大尉
  • 技术积分: 1880
  • 用 户 组: 普通用户
  • 注册时间: 2007-04-22 09:37
文章分类

全部博文(274)

文章存档

2022年(1)

2020年(10)

2019年(7)

2018年(18)

2017年(26)

2016年(32)

2015年(43)

2014年(30)

2013年(44)

2012年(36)

2011年(17)

2010年(10)

发布时间:2019-11-19 14:07:48

问题主程序依赖了两个库libA的funcA函数和libB的funcB函数。示意的代码(main.cpp)如下:#include int, int funcB(int); printf(2, printf(2, return libA示意实现(libA.cpp)如下:int subfunc(int b) { int funcA(int b) { libB示意实现(libB.cpp)如下:int subfunc(int b) { int funcB(int.........【阅读全文】

阅读(5667) | 评论(0) | 转发(0)

发布时间:2019-11-18 09:45:31

svn E155033: Conflict not set......【阅读全文】

阅读(12274) | 评论(0) | 转发(0)

发布时间:2019-08-22 15:25:03

xxx@ubuntu:~/test$ cat cmp.txt | moreSTR_ID0=STR_ID1=STR_SYSTEM1STR_ID2=STR_PLAYBACK1STR_ID3=STR_BACKUP1STR_ID4=STR_PTZSTR_ID5=STR_SNAPSHOT1...xxx@ubuntu:~/test$ awk -F"=" '{if($2!=""){cmd="find ./ -name \"*.c\" -o -name \"*.h\" | xargs sed -i \"s/\\<"$1"\\>/"$2"/g\.........【阅读全文】

阅读(6014) | 评论(0) | 转发(0)

发布时间:2019-03-15 11:34:06

setenv bootargs 'mem=128M console=ttyAMA0,115200 root=/dev/mtdblock2 rootfstype=jffs2 rw mtdparts=hi_sfc:1M(boot),4M(kernel),11M(rootfs)'setenv bootcmd 'mw 12120064 1a0;mw 120f006c 1 20;sf probe 0;sf read 0x82000000 100000 400000;bootm 0x82000000'sf probe 0usb startmw 82000000 0xffffffff 40000.........【阅读全文】

阅读(2282) | 评论(0) | 转发(0)

发布时间:2018-12-04 14:45:06

linux 编译动态链接库 so,避免运行时才发现函数未定义符号的错误(undefined symbol) ld的参数 ldd  查看 elf文件依赖的  so 动态链接库   可以  export LD_LIBRARY_PATH=/path 设置 so文件的路径,nm   -u    *.so  或者 nm  |grep&.........【阅读全文】

阅读(8314) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册