From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fernando Nasser To: danish iftikhar Cc: gdb@sourceware.cygnus.com Subject: Re: Jeeni & ARM720T with GDB Date: Mon, 20 Nov 2000 08:48:00 -0000 Message-id: <3A1955CE.2A4280C8@cygnus.com> References: X-SW-Source: 2000-11/msg00202.html The sequence of commands you should use is: file target rdi e=.... load break cont Don't use the load command argument. Fernando danish iftikhar wrote: > > Hi > I am trying to use Jeeni EMbedded Ice to connect from my linux host > running GDB to Cirrus Logic EP7211 board . > The board uses ARM720T processor , due to which i have set the same > configuration in Jeeni . > Then i tried to connect to target by using target rdi e=IP_ADDR ; > ( as i tried using ethernet interface ) . It then said connected to target > ..something..something . > But when i give the load (filename) , it does'nt do anything .. > once it said "you can't do that when your target is exec" , i gave the > target rdi command again and tried to download & then it hanged . > > Can anybody explain what is happening...do i need to do anything else for > downloading the program . > > PS: i have set the appropriate endianness also . > > regards > danish. > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com . > > Share information about yourself, create your own public profile at > http://profiles.msn.com . -- Fernando Nasser Red Hat Canada Ltd. E-Mail: fnasser@redhat.com 2323 Yonge Street, Suite #300 Toronto, Ontario M4P 2C9 >From mleibowi@crystal.cirrus.com Mon Nov 20 09:01:00 2000 From: Michael Leibowitz To: Fernando Nasser Cc: danish iftikhar , gdb@sourceware.cygnus.com Subject: Re: Jeeni & ARM720T with GDB Date: Mon, 20 Nov 2000 09:01:00 -0000 Message-id: <20001120110414.B23797@spanky> References: <3A1955CE.2A4280C8@cygnus.com> X-SW-Source: 2000-11/msg00203.html Content-length: 502 When I try that, I get an error message: Continuing. RDI_execute: a miscellaneous type of error Program received signal SIGTERM, Terminated. ?? () at setup.S:4 4 B Reset_Handler Current language: auto; currently asm using gdb 5.0 (insight w/ -nw) and 7211 eval board. Any ideas? On Mon, 20 Nov 2000 10:48:14 Fernando Nasser wrote: > The sequence of commands you should use is: > > file > target rdi e=.... > load > break > cont > > > Don't use the load command argument.