从Digitum官网下载的dahdi源代码,编译完成后,安装dadhi时出现错误:
#insmod dahdi.ko
dahdi: Unknown symbol crc_ccitt_table
insmod: can't insert 'dahdi.ko': unknown symbol in module or invalid parameter
找原因...
于是查看虚拟机下是否...
分类:
其他好文 时间:
2014-12-01 17:47:22
阅读次数:
213
目前的数据是从新浪接口获取的,http://biz.finance.sina.com.cn/stock/flash_hq/kline_data.php?symbol=sh600000&end_date=20141120&begin_date=20120101返回数据为XML格式:1 2 3 ...
分类:
移动开发 时间:
2014-11-29 18:50:52
阅读次数:
242
一、glfs_discard_async
今天将笔记本从CentOS6.5换到Fedora20,
运行qemu-kvm和qemu-img时报出下面这个错误.
1
2
[root@localhost ~]# qemu-kvm
/usr/bin/qemu-system-x86_64: symbol lookup e...
分类:
其他好文 时间:
2014-11-29 14:38:09
阅读次数:
182
unresolved external symbol __endthreadex错误解决在用VC6.0写程序调试时,初学者总是会遇到一些错误,针对如下错误主要是因为MFC类库没有引用所出现的问题。错误现象:nafxcwd.lib(thrdcore.obj) : error LNK2001: unre...
分类:
其他好文 时间:
2014-11-27 12:41:33
阅读次数:
142
Unable to load crypto library. Failed with error: "load_failed, Failed to load NIF library: ‘/usr/local/erlang/R16B03-1/lib/erlang/lib/crypto-3.2/priv/lib/crypto.so: undefined symbol: EC_GROUP_new_...
分类:
其他好文 时间:
2014-11-27 01:42:37
阅读次数:
242
项目里编译codec src\makefiles\android\codec\Makefileline 25 原本用 4.6 不会报错-L/data/android/android-ndk/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a \改成-...
分类:
其他好文 时间:
2014-11-26 15:45:04
阅读次数:
449
Description
An encoding of a set of symbols is said to be immediately decodable if no code for one symbol is the prefix of a code for another symbol. We will assume for this problem that all code...
分类:
其他好文 时间:
2014-11-24 10:13:54
阅读次数:
214
An encoding of a set of symbols is said to be immediately decodable if no code for one symbol is the prefix of a code for another symbol. We will assume for this problem that all codes are in binary, ...
分类:
其他好文 时间:
2014-11-21 21:56:09
阅读次数:
307
报名的错误是:res\drawable-hdpi\new.png:0: error: invalid symbol: 'new'上次代码的连错错误,不能用new 等Java中的关键词来命名。
分类:
其他好文 时间:
2014-11-21 20:28:59
阅读次数:
148
编译一个能在 arm 平台上用的动态库,结果报错如下:
relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
./obj/xxx.o: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
其实错误信息已经给出解决办法了,加...
分类:
其他好文 时间:
2014-11-21 18:40:09
阅读次数:
3187