如何运用Gdb对ARM板上的程序进行远程调试

豆豆网   技术应用频道   2007年09月07日  【字号: 收藏本文

内容摘要:如何运用Gdb对ARM板上的程序进行远程调试

  Error while mapping shared library sections:

  /usr/qpe/lib/libsqlite3.so.0: 没有那个文件或目录.

  Error while mapping shared library sections:

  /usr/qpe/lib/libsqlitedataset.so.0: 没有那个文件或目录.

  Error while mapping shared library sections:

  /usr/qpe/lib/libqte.so.2: 没有那个文件或目录.

  Error while mapping shared library sections:

  /lib/libstdc++.so.5: 没有那个文件或目录.

  Error while mapping shared library sections:

  /usr/qpe/lib/variance.so: 没有那个文件或目录.

  Error while mapping shared library sections:

  /usr/qpe/lib/dejitter.so: 没有那个文件或目录.

  Error while mapping shared library sections:

  /usr/qpe/lib/linear.so: 没有那个文件或目录.

  Error while reading shared library symbols:

  /usr/qpe/lib/libts-0.0.so.0: 没有那个文件或目录.

  Error while reading shared library symbols:

  /usr/qpe/lib/libqwt.so.4: 没有那个文件或目录.

  Error while reading shared library symbols:

  /usr/qpe/lib/libsqlite3.so.0: 没有那个文件或目录.

  Error while reading shared library symbols:

  /usr/qpe/lib/libsqlitedataset.so.0: 没有那个文件或目录.

  Error while reading shared library symbols:

  /usr/qpe/lib/libqte.so.2: 没有那个文件或目录.

  Error while reading shared library symbols:

  /lib/libstdc++.so.5: 没有那个文件或目录.

  Error while reading shared library symbols:

  /usr/qpe/lib/variance.so: 没有那个文件或目录.

  Error while reading shared library symbols:

  /usr/qpe/lib/dejitter.so: 没有那个文件或目录.

  Error while reading shared library symbols:

  /usr/qpe/lib/linear.so: 没有那个文件或目录.

  (gdb) quit

  上面的那些错误是因为在ARM上指定路径有的库文件在PC上没有而引起的。

责编:豆豆技术应用

正在加载评论...