结束语
另外编译arm 相关的gdbserver 和 gdb在以后的文章中也会介绍到!这篇文章就不做介绍了。 如果gdb和gdbserver 不一致, 则同样会无法调试
下面是我的gdbserver 的版本信息:
[192.168.50.58:/mnt/EMRCV4/BIN]# gdbserver --version
GNU gdbserver (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
gdbserver is free software, covered by the GNU General Public License.
This gdbserver was configured as "arm-unknown-linux-gnueabi"
[192.168.50.58:/mnt/EMRCV4/BIN]#
下面是gdb的版本信息
root@Ubuntu:/usr/bin# arm-unknown-linux-gnueabi-gdb
GNU gdb (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-unknown-linux-gnueabi".
For bug reporting instructions, please see:
< >.
注意, 一定要注意 This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-unknown-linux-gnueabi".
如果不一致, 同样会编译失败的。
至此完全配置完毕,在稍后的几天里, 我会根据情况来补充和完善这篇文章, 如有兴趣, 请继续关注吧!
使用Visual Studio Code开发TypeScript
Visual Studio 2010 & Help Library Manager 安装说明
OpenCV 2.3.x/2.4.x在Visual Studio 2005/2008和Visual Studio 2010配置方法详解
使用OpenCV-2.4.0.exe文件编译x86或x64平台Visual Studio 2005/2008/2010目标文件
Visual Studio LightSwitch增加对HTML5和JavaScript的支持