insight调试dm365成功

按照教程写的gdb和gdbserver能够调通的dm365 helloworld程序,怎么用到insight上就不行了呢?


原因如下:(版本问题)


在Linux端:

 #armv5tl-montavista-linux-gnueabi-insight  -v
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
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=armv5tl-montavista-linux-gnueabi".

在板子终端:

# gdbserver --version
GNU gdbserver (GDB) 7.4
Copyright (C) 2010 Free Software Foundation, Inc.
gdbserver is free software, covered by the GNU General Public License.
This gdbserver was configured as "armv5tl-montavista-linux-gnueabi"


insight的最新版本用的是gdb 6.8,而我下载到板子上的gdbserver是最新的7.4,版本换成6.8就OK了.

你可能感兴趣的:(insight调试dm365成功)