From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fernando Nasser To: ee96162@ee.iitm.ernet.in Cc: gdb@sourceware.cygnus.com Subject: Re: ARM TARGET Date: Fri, 26 May 2000 09:27:00 -0000 Message-id: <392EA5CD.7F99B115@cygnus.com> References: X-SW-Source: 2000-05/msg00136.html Lavu Sridhar wrote: > > Thank you for the mail. > > I have complied using the arm linux cross tool chain (binutils 2.9.5.0.22) > and have the vmlinux file. > > Using the gdb 5.0, I want to load the image into the CL7500FE processor. > How do I configure the target as my 7500FE processor? Do i give the > option: > > ./configure --target=arm-pc-linux-gnu > > or some other option? > You haven't mentioned Linux before so I assumed you had a board with a monitor or something (an embedded target). How did you configure your gdb after all (i.e., what was the configure command you used)? Have you run make install? What is in your bin directory? -- Fernando Nasser Red Hat - Toronto E-Mail: fnasser@cygnus.com 2323 Yonge Street, Suite #300 Tel: 416-482-2661 ext. 311 Toronto, Ontario M4P 2C9 Fax: 416-482-6299 >From ee96162@ee.iitm.ernet.in Fri May 26 09:35:00 2000 From: Lavu Sridhar To: Fernando Nasser Cc: gdb@sourceware.cygnus.com Subject: Re: ARM TARGET Date: Fri, 26 May 2000 09:35:00 -0000 Message-id: References: <392EA5CD.7F99B115@cygnus.com> X-SW-Source: 2000-05/msg00137.html Content-length: 1453 I have the file gdb 5.0 . I had to make changes in the gdb/makefile to enable the target rdi debugging. When I had done ./configure in the main directory, it was configuring gdb for host i686 and target also i686, where as I want the target to be my Cirrus Logic Arm 7500FE Baord. I do not know how to sepcify the exact option for this arm processor. Currently the board has only the ANGEL debugger program running. I already have the vmlinux, and the zImage files for the Linxu kernel 2.3.99 . My host PC is RedHat 6.1 and i686 architecture. I am using the gdb mainly for downloading the image files into the RAM on my target baord from my Host PC. I hope you could provide me with some suggestions. Thanks -Lavu Sridhar On Fri, 26 May 2000, Fernando Nasser wrote: > >Lavu Sridhar wrote: >> >> Thank you for the mail. >> >> I have complied using the arm linux cross tool chain (binutils 2.9.5.0.22) >> and have the vmlinux file. >> >> Using the gdb 5.0, I want to load the image into the CL7500FE processor. >> How do I configure the target as my 7500FE processor? Do i give the >> option: >> >> ./configure --target=arm-pc-linux-gnu >> >> or some other option? >> >You haven't mentioned Linux before so I assumed you had a board with a >monitor or something (an embedded target). > >How did you configure your gdb after all (i.e., what was the configure >command you used)? > >Have you run make install? What is in your bin directory? >