This is the mail archive of the gdb@sourceware.cygnus.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]

Re: ARM TARGET


Lavu Sridhar wrote:
> 
> I have downloaded the gdb 5.0 How do i configure for a target of arm7
> processor. I am using Cirrus Logic CL7500FE Arm processor as my target.
> 

configure it to arm-elf or arm-coff, depending on your preference for file format.

When compiling specify that your CPU is an arm7 one with -mcpu=arm7

Another parameter you may want to check is -march
The default seems to be armv5.

-- 
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

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