Subj : gdb for arm To : comp.os.linux From : bluekarthik Date : Fri Jul 16 2004 04:16 am hi, i want to debug a arm cross compiled program from a i386 machine(x86). I downloaded gdb-5.3 and configured it as follows. [root@gdb-5.3]# ./configure --target=arm-linux --build=i686-pc-linux-gnu --prefix=/usr [root@gdb-5.3]# make [root@gdb-5.3]# make install Everything went well. But, how should i invoke the arm-linux-gdb. I dont find the arm-linux-gdb binary or the simulator. Anything , that i need to take into consideration and set. how to get my simulator and binary file ? Thanx in advance, karthik bala guru .