From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fernando Nasser To: lavu30@yahoo.com Cc: gdb@sourceware.cygnus.com Subject: Re: ARM TARGET Date: Fri, 26 May 2000 08:49:00 -0000 Message-id: <392E9CB2.AFF6E6AA@cygnus.com> References: X-SW-Source: 2000-05/msg00134.html 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 >From ee96162@ee.iitm.ernet.in Fri May 26 08:55:00 2000 From: Lavu Sridhar To: Fernando Nasser Cc: gdb@sourceware.cygnus.com Subject: Re: ARM TARGET Date: Fri, 26 May 2000 08:55:00 -0000 Message-id: References: <392E9CB2.AFF6E6AA@cygnus.com> X-SW-Source: 2000-05/msg00135.html Content-length: 1118 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? regards, Lavu Sridhar --------------------------------------------------------------- On Fri, 26 May 2000, Fernando Nasser wrote: >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 >