This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: with target sim gdb hangs....summary


any inputs to resolve target sim problem ?
please refer to the mail below.
as it has stooped my progress on arm reversible : (



----- Original Message ----
From: paawan oza <paawan1982@yahoo.com>
To: gdb@sourceware.org
Sent: Sat, October 30, 2010 9:56:12 AM
Subject: with target sim gdb hangs....summary

Hi

I have posted several mails regarding arm binaries running under gdb target sim 
command.
here is the brief summary, please give inputs to resolve it if possible.

1) 
gdb compiled with
--host=i686-pc-linux-gnu --target=arm-elf

tool chain used 
arm-none-linux-gnueabi

gdb hangs under
 
target sim
file test.out.
load
run (on this command it tries to run arm executable but it hangs)


2) 

gdb compiled with
--host=i686-pc-linux-gnu --target=arm-eabi

tool chain used 
arm-none-linux-gnueabi  

  gdb hangs under target sim.

target sim
file test.out.
load
run (on this command it tries to run arm executable but it hangs)

3) 

gdb compiled with
--host=i686-pc-linux-gnu --target=arm-eabi

tool chain used 
arm-none-gnueabi   (bare metal toolchain for arm)

note: wihtout '-T gneric.ld' option arm-non-gnueabi-gcc throws __start linker 
error.
and with '-T gneric.ld', it compiled fine with some warnings....

but still gdb hangs under target sim.

target sim
file test.out.
load
run (on this command it tries to run arm executable but it hangs)

PS: I am using vmware on windows xp, and running linux (2.6.14).

Regards,
Oza.


      


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]