全部博文(58)
分类: IT职场
2009-05-29 09:47:42
# ./gdbserver 192.168.110.77:2345 hello
./gdbserver: error while loading shared libraries: libthread_db.so.1: cannot open shared object file: No such file or directory
解决办法:toolchain (我用的是arm-3.3.2)里面找到需要的库,考到root_nfs的lib下面即可
7.待解决问题:
(gdb) target remote 192.168.1.70:1234
Remote debugging using 192.168.1.70:1234
Remote communication error: Connection reset by peer.
8.驱动头文件中定义寄存器常用结构
#ifndef m
#define m
static struct a
{
int b;
int c;
} b[] = {
{,},
{,},
{,},
};
#endif
9.ADS CAMERA修改OPTION.H后无法生成BIN文件
点击任意C文件 空格后 保存 MAKE 即可