This is the mail archive of the gdb@sources.redhat.com 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: About the breakpoint for arm-linux(ARM920T)


Hello.
Yesterday,I missed writing.
Sorry.

> > The instruction "0xe7 0xff 0xde 0xfe" are the breakpoint instruction 
for
> > arm-linux?
>
>No, that's the breakpoint instruction for arm-elf, which is different.
>
>How did you configure GDB?
>
>--
>Daniel Jacobowitz                           Carnegie Mellon University
>MontaVista Software                         Debian GNU/Linux Developer


Correctly,
I did configure as follows...


-- GDB for host ---

1. $ tar zxvf gdb-5.2.tar.gz
2. $ mkdir /home/tanaka/work
3. $ cd /home/tanaka/work
4. $ ./../gdb-5.2/configure --target=arm-linux --host=i586-linux 
--prefix=/tools
5. $ make
6. $ su
7. # make install


-- GDBserver ---

1. $ export CC=arm-linux-gcc     <--- cross compiler name
2. $ mkdir /home/tanaka/work_server
3. $ cd /home/tanaka/work_server
4. $ ./../gdb-5.2/gdb/gdbserver/configure arm-linux
5. $ make

This process is not correct?






_________________________________________________________________
会員登録は無料・充実した出品アイテムなら MSN オークション 
http://auction.msn.co.jp/

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