View Single Post
Old 05-13-2011, 04:43 PM   #11
jlove
Member
jlove began at the beginning.
 
Posts: 21
Karma: 12
Join Date: Feb 2011
Device: none
thanks but i already did that
tried it again and get the following when startin gdb:

server@server-desktop:~/Downloads/sat/sat/bin$ ./arm-elf-gdb
GNU gdb (GDB) 7.2
Copyright (C) 2010 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=arm-elf".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) target remote:1234
Remote debugging using :1234
warning: Can not parse XML target description; XML support was disabled at compile time
[New Remote target]
[Switching to Remote target]
0x01800200 in ?? ()
(gdb) b*0x18af8
Cannot access memory at address 0x0
Breakpoint 1 at 0x18af8
(gdb)

after continueing i get the following error:
qemu: Unsupported syscall: 88


I really dont know what im doing wrong...

ps. im on ubuntu 11.04
jlove is offline   Reply With Quote